[Piuparts-commits] [piuparts] 02/05: wheezy->jessie: skip xul-ext-compactheader=2.0.5-1

Holger Levsen holger at layer-acht.org
Sun Aug 6 16:21:38 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 ba3e7cfbac89e8b985ed50d36080a686982df1b6
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Aug 6 04:13:15 2017 +0200

    wheezy->jessie: skip xul-ext-compactheader=2.0.5-1
    
    #837387: uninstallable in wheezy with icedove (>= 1:45)
    
    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 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/custom-scripts/scripts/is_testable_uninstallable b/custom-scripts/scripts/is_testable_uninstallable
index 5adb9d1..f99937c 100755
--- a/custom-scripts/scripts/is_testable_uninstallable
+++ b/custom-scripts/scripts/is_testable_uninstallable
@@ -212,6 +212,11 @@ case ${PIUPARTS_OBJECTS%%=*}@${PIUPARTS_DISTRIBUTION} in
 	usrmerge@*)
 		skip_always "performs piuparts-unfriendy filesystem layout changes"
 		;;
+	xul-ext-compactheader at wheezy)
+		if [ "$(apt-cache show xul-ext-compactheader | sed -n '/^Version:/s/^Version: //p')" = "2.0.5-1" ]; then
+			skip_distupgrade "#837387: uninstallable in wheezy with icedove (>= 1:45)"
+		fi
+		;;
 	xul-ext-compactheader at jessie)
 		if [ "$(apt-cache show xul-ext-compactheader | sed -n '/^Version:/s/^Version: //p')" = "2.0.8-1" ]; then
 			skip_distupgrade "#837387: uninstallable in jessie with icedove (>= 1:45)"

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