[Piuparts-commits] [piuparts] 05/08: is_testable_uninstallable: skip distupgrades of ancient uninstallable packages

Holger Levsen holger at layer-acht.org
Sun May 14 14:18:19 UTC 2017


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

holger pushed a commit to branch develop
in repository piuparts.

commit 8f53d7077a002ba8a1d73aff2477affb4683bcb8
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed May 3 14:36:41 2017 +0200

    is_testable_uninstallable: skip distupgrades of ancient uninstallable packages
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/is_testable_uninstallable | 40 +++++++++++++++++++++++-
 1 file changed, 39 insertions(+), 1 deletion(-)

diff --git a/custom-scripts/scripts/is_testable_uninstallable b/custom-scripts/scripts/is_testable_uninstallable
index eea75f7..1a1c270 100755
--- a/custom-scripts/scripts/is_testable_uninstallable
+++ b/custom-scripts/scripts/is_testable_uninstallable
@@ -40,10 +40,18 @@ skip_distupgrade()
 #   *not a bug* in the package.
 
 case ${PIUPARTS_OBJECTS%%=*}@${PIUPARTS_DISTRIBUTION} in
+	blootbot at lenny)
+		skip_distupgrade "#502753: fails to install: prompts without using debconf"
+		;;
 	bugzilla3 at lenny)
 		# removed after squeeze
 		skip_distupgrade "was excluded from squeeze-lts"
 		;;
+	chef-solr at wheezy|\
+	chef-expander at wheezy|\
+	chef-server-api at wheezy)
+		skip_distupgrade "#681573: chef-solr: fails to install if policy-rc.d forbids to start services"
+		;;
 	distributed-net at lenny|\
 	distributed-net at squeeze)
 		skip_distupgrade "#655922: noninteractive install: postinst loops infinitely"
@@ -59,9 +67,32 @@ case ${PIUPARTS_OBJECTS%%=*}@${PIUPARTS_DISTRIBUTION} in
 	matlab-support@*)
 		skip_always "requires a matlab installation"
 		;;
+	fossology at squeeze|\
+	fossology-agents at squeeze|\
+	fossology-agents-single at squeeze|\
+	fossology-scheduler at squeeze|\
+	fossology-web at squeeze|\
+	fossology-web-single at squeeze)
+		skip_distupgrade "#595593: fails to install"
+		;;
+	ldap2dns at lenny)
+		skip_distupgrade "#671671: fails to install"
+		;;
+	libpils0 at lenny|\
+	libpils-dev at lenny|\
+	libstonith0 at lenny|\
+	libstonith-dev at lenny)
+		skip_distupgrade "#702055: transitional packages uninstallable in lenny"
+		;;
 	localepurge@*)
 		skip_distupgrade "requires a full --reinstall to restore disappeared files"
 		;;
+	mhc at lenny)
+		skip_distupgrade "#696231: fails to install: emacs-package-install failure"
+		;;
+	multex-bin at lenny)
+		skip_distupgrade "#668791: fails to install: The format file of 'multex' is NOT built successfully."
+		;;
 	nautilus-dropbox at wheezy)
 		skip_distupgrade "#770402: downloads awfully slow, hangs during installation"
 		;;
@@ -81,8 +112,15 @@ case ${PIUPARTS_OBJECTS%%=*}@${PIUPARTS_DISTRIBUTION} in
 	steam at jessie)
 		skip_distupgrade "#772598: cannot preseed licence acceptance"
 		;;
+	sun-java5-doc at lenny|\
+	sun-java6-doc at lenny)
+		skip_distupgrade "#709967: fails to install: download location no longer available"
+		;;
+	trn at lenny)
+		skip_distupgrade "fails to install: prompts without using debconf"
+		;;
 	ttf-root-installer at lenny)
-		skip_always "download location disappeared"
+		skip_always "fails to install: download location disappeared"
 		;;
 	usrmerge@*)
 		skip_always "performs piuparts-unfriendy filesystem layout changes"

-- 
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