[Piuparts-commits] [piuparts] 03/03: exeption for python-pydoctor on upgrades from lenny to squeeze

Holger Levsen holger at moszumanska.debian.org
Sat Feb 21 11:02:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 68486af609be8602a0e457675ea3ecaf9ac2c15d
Author: Andreas Beckmann <anbe at debian.org>
Date:   Fri Feb 20 16:01:02 2015 +0100

    exeption for python-pydoctor on upgrades from lenny to squeeze
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_distupgrade_zz_upgrade_early | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/custom-scripts/scripts/pre_distupgrade_zz_upgrade_early b/custom-scripts/scripts/pre_distupgrade_zz_upgrade_early
index 10d8e50..5706861 100755
--- a/custom-scripts/scripts/pre_distupgrade_zz_upgrade_early
+++ b/custom-scripts/scripts/pre_distupgrade_zz_upgrade_early
@@ -27,6 +27,10 @@ if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "squeeze" ]; then
 			# causing some packages to be "kept back"
 			EARLY="$EARLY libreadline5-dev"
 			;;
+		python-pydoctor)
+			# work around #696376: "/usr/sbin/update-python-modules: /usr/bin/python: bad interpreter: No such file or directory"
+			EARLY="$EARLY python-pydoctor"
+			;;
 	esac
 
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list