tags 476229 + patch thanks Hi,
attached is a patch for that issue. -- .''`. : :' : We are debian.org. Lower your prices, surrender your code. `. `' We will add your hardware and software distinctiveness to `- our own. Resistance is futile.
diff -Nru python-defaults-2.5.2/debian/changelog python-defaults-2.5.2/debian/changelog --- python-defaults-2.5.2/debian/changelog 2008-04-13 11:29:59.000000000 +0200 +++ python-defaults-2.5.2/debian/changelog 2008-04-17 17:45:43.000000000 +0200 @@ -1,3 +1,10 @@ +python-defaults (2.5.2-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Run rtupdate scripts for versions < 2.5.2-0.2. Closes: #476229. + + -- Josselin Mouette <[EMAIL PROTECTED]> Thu, 17 Apr 2008 17:45:05 +0200 + python-defaults (2.5.2-0.1) unstable; urgency=low * NMU by the Release Team not to lose the sweet spot for the Python diff -Nru /tmp/LcHsrkYyEZ/python-defaults-2.5.2/debian/python.postinst.in /tmp/fcCmMInsI2/python-defaults-2.5.2/debian/python.postinst.in --- python-defaults-2.5.2/debian/python.postinst.in 2007-05-17 08:17:14.000000000 +0200 +++ python-defaults-2.5.2/debian/python.postinst.in 2008-04-17 17:44:56.000000000 +0200 @@ -14,7 +14,7 @@ [ -d /etc/python ] || mkdir /etc/python [ -f /etc/python/debian_config ] || new_config_file - if [ -n "$2" ] && dpkg --compare-versions $2 lt 2.4; then + if [ -n "$2" ] && dpkg --compare-versions $2 lt 2.5.2-0.2; then oldv=$(echo $2 | sed 's/^\(...\).*/\1/') if [ "$DEBIAN_FRONTEND" != noninteractive ]; then echo "running python rtupdate hooks for @[EMAIL PROTECTED]"