diff -urN released_debian/pyversions modified_debian/pyversions --- released_debian/pyversions 2007-11-16 14:03:21.000000000 -0500 +++ modified_debian/pyversions 2007-11-16 14:03:49.000000000 -0500 @@ -1 +1 @@ -2.4 +2.5 diff -urN released_debian/rules modified_debian/rules --- released_debian/rules 2007-11-16 14:03:21.000000000 -0500 +++ modified_debian/rules 2007-11-16 14:03:49.000000000 -0500 @@ -1,7 +1,7 @@ #!/usr/bin/make -f DEB_PYTHON_SYSTEM = pysupport -DEB_PYTHON_COMPILE_VERSION = 2.4 +DEB_PYTHON_COMPILE_VERSION = 2.5 # Must be included before python-distutils.mk to use dh_python/dh_pysupport. include /usr/share/cdbs/1/rules/debhelper.mk @@ -27,7 +27,7 @@ rm -rf debian/miro/usr/share/python-support/miro/miro/coverage.py rm -rf debian/miro/usr/share/python-support/miro/miro/timetemplates.py # Strip the RPATH. Upstream ships a wrapper which makes it unnecessary. - chrpath -d debian/miro/usr/lib/python-support/miro/python2.4/miro/MozillaBrowser.so + chrpath -d debian/miro/usr/lib/python-support/miro/python$(DEB_PYTHON_COMPILE_VERSION)/miro/MozillaBrowser.so # Remove unneeded files from the deb. binary-post-install/miro-data::