[Piuparts-commits] [piuparts] 08/14: lenny ion3 exception

Holger Levsen holger at moszumanska.debian.org
Mon Dec 9 11:58:39 UTC 2013


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

holger pushed a commit to branch develop
in repository piuparts.

commit 8ac879d321983b844dd9bb3cc6d15776fc31ab5c
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Dec 8 23:40:11 2013 +0100

    lenny ion3 exception
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_install_exceptions | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 7dfcd4f..0f80bf7 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -166,6 +166,16 @@ if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
 				;;
 	esac
 
+	# work around postinst failures
+	case ${PIUPARTS_OBJECTS%%=*} in
+		ion3)
+			# annoying debconf prompt
+			log_debug
+			echo "ion3 ion3/acknowledge-maybe-outdated boolean true" | debconf-set-selections
+			echo "ion3 ion3/acknowledge-outdated boolean true" | debconf-set-selections
+			;;
+	esac
+
 	# allow lenny kernel image installation in chroot
 	for flavor in amd64 openvz-amd64 vserver-amd64 xen-amd64 486 686 686-bigmem openvz-686 vserver-686 vserver-686-bigmem xen-686
 	do

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