[Piuparts-commits] [piuparts] 01/02: shuffle exceptions

Holger Levsen holger at moszumanska.debian.org
Mon Dec 9 18:27:18 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 da0566b96b6ce5a704488556692ae178e9d229ef
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Dec 9 18:50:28 2013 +0100

    shuffle exceptions
---
 custom-scripts/scripts/pre_install_exceptions | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 6562ea3..d94a376 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -168,16 +168,17 @@ if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
 
 	# work around postinst failures
 	case ${PIUPARTS_OBJECTS%%=*} in
-		ipppd|ibod|isdnutils)
-			#542156
-			log_debug
-			test -e /dev/MAKEDEV || ln -sfv /sbin/MAKEDEV /dev/MAKEDEV
-			;;
 		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
+			;;
+		ipppd|ibod|isdnutils)
+			#542156
+			log_debug
+			test -e /dev/MAKEDEV || ln -sfv /sbin/MAKEDEV /dev/MAKEDEV
+			;;
 	esac
 
 	# allow lenny kernel image installation in chroot

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