[Piuparts-commits] [piuparts] 01/06: add distupgrade exception for libcap2-bin

Holger Levsen holger at moszumanska.debian.org
Tue Jan 13 17:51:13 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 53cf73570defd62d1f5dda22e329dff0c1a92c53
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Jan 13 16:42:42 2015 +0100

    add distupgrade exception for libcap2-bin
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/post_distupgrade_exceptions | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/custom-scripts/scripts/post_distupgrade_exceptions b/custom-scripts/scripts/post_distupgrade_exceptions
index 437f887..0b23625 100755
--- a/custom-scripts/scripts/post_distupgrade_exceptions
+++ b/custom-scripts/scripts/post_distupgrade_exceptions
@@ -5,3 +5,15 @@ log_debug() {
 	echo "Debug: piuparts exception for package $PIUPARTS_OBJECTS"
 }
 
+if [ "$PIUPARTS_DISTRIBUTION" = "wheezy" ]; then
+
+	case ${PIUPARTS_OBJECTS%%=*} in
+		libcap2-bin)
+			# libcap2-bin/wheezy is part of the minimal chroot and recommends libpam-cap
+			# a conffile moved from libcap2-bin/squeeze to libpam-cap/wheezy
+			log_debug
+			apt-get install -yf libpam-cap
+			;;
+	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