I'd like to upload this to stable.
diff -Nru python-defaults-2.6.6/debian/changelog python-defaults-2.6.6/debian/changelog --- python-defaults-2.6.6/debian/changelog 2011-02-18 16:49:31.000000000 -0500 +++ python-defaults-2.6.6/debian/changelog 2012-05-04 23:17:50.000000000 -0400 @@ -1,3 +1,11 @@ +python-defaults (2.6.6-3+squeeze7) stable; urgency=low + + * debian/python.postinst.in: Correctly remove + /var/lib/python/python2.6_already_installed instead of removing + /var/lib/python/python2.5_already_installed twice (closes: #608934) + + -- Scott Kitterman <[email protected]> Fri, 04 May 2012 23:14:29 -0400 + python-defaults (2.6.6-3+squeeze6) stable; urgency=low * pycompile: use /usr/bin/pythonX.Y rather than pythonX.Y (to avoid diff -Nru python-defaults-2.6.6/debian/python.postinst.in python-defaults-2.6.6/debian/python.postinst.in --- python-defaults-2.6.6/debian/python.postinst.in 2010-07-11 11:39:14.000000000 -0400 +++ python-defaults-2.6.6/debian/python.postinst.in 2012-05-04 23:14:22.000000000 -0400 @@ -96,7 +96,7 @@ $hook rtinstall python2.6 "$oldversion" "$newversion" done fi - rm -f /var/lib/python/python2.5_already_installed + rm -f /var/lib/python/python2.6_already_installed rmdir --ignore-fail-on-non-empty /var/lib/python 2>/dev/null || true esac
signature.asc
Description: This is a digitally signed message part.

