[Piuparts-commits] [piuparts] 05/08: skip jessie->stretch distupgrade of arden:i386

Holger Levsen holger at layer-acht.org
Sat Aug 5 17:55:28 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 21e78c351d8ca12e946c2dc233dd7fb39e526325
Author: Andreas Beckmann <anbe at debian.org>
Date:   Fri Aug 4 23:34:36 2017 +0200

    skip jessie->stretch distupgrade of arden:i386
    
    arch:all package no longer installable in stretch/i386
    
    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 +++++
 debian/changelog                                 | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/custom-scripts/scripts/is_testable_uninstallable b/custom-scripts/scripts/is_testable_uninstallable
index 64bb424..42db116 100755
--- a/custom-scripts/scripts/is_testable_uninstallable
+++ b/custom-scripts/scripts/is_testable_uninstallable
@@ -44,6 +44,11 @@ case ${PIUPARTS_OBJECTS%%=*}@${PIUPARTS_DISTRIBUTION} in
 		# removed after squeeze
 		skip_distupgrade "#688231: modifies conffiles: /etc/acgvision/agent.ini"
 		;;
+	arden at jessie)
+		if [ "$(dpkg --print-architecture)" = "i386" ]; then
+			skip_distupgrade "arch:all package no longer installable in stretch/i386"
+		fi
+		;;
 	blootbot at lenny)
 		skip_distupgrade "#502753: fails to install: prompts without using debconf"
 		;;
diff --git a/debian/changelog b/debian/changelog
index 5fd3a88..1c110ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ piuparts (0.79) UNRELEASED; urgency=medium
     stretch (--install-recommends) reference chroot.
   * scripts/post_purge_exceptions:
     - Restore /usr/lib/sasl2/ disappearing on some jessie->stretch upgrades.
+  * scripts/is_testable_uninstallable:
+    - Add exception to skip distupgrade of arden:i386.
   * master-bin/detect_network_issues:
     - Detect appstream metadata errors.
   * slave_run: Ensure screen is run with SHELL=/bin/bash.

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