[Piuparts-commits] [piuparts] 01/05: jessie->stretch: skip xul-ext-compactheader=2.0.8-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 7f41a416d6b2360bc80db7f899061cbba595c29f
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Aug 6 00:54:10 2017 +0200

    jessie->stretch: skip xul-ext-compactheader=2.0.8-1
    
    #837387: uninstallable in jessie 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 41862c9..5adb9d1 100755
--- a/custom-scripts/scripts/is_testable_uninstallable
+++ b/custom-scripts/scripts/is_testable_uninstallable
@@ -212,4 +212,9 @@ case ${PIUPARTS_OBJECTS%%=*}@${PIUPARTS_DISTRIBUTION} in
 	usrmerge@*)
 		skip_always "performs piuparts-unfriendy filesystem layout changes"
 		;;
+	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)"
+		fi
+		;;
 esac

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