[Piuparts-commits] [piuparts] 04/05: scripts-leftovers: handle fake essential packages consistently

Holger Levsen holger at moszumanska.debian.org
Tue Dec 2 10:29:34 UTC 2014


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

holger pushed a commit to branch develop
in repository piuparts.

commit da1949979c1b90d7adc9e4be89f88141250050e5
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Dec 2 01:08:16 2014 +0100

    scripts-leftovers: handle fake essential packages consistently
    
    ... like in the other scripts
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts-leftovers/post_setup_fake-essential | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/custom-scripts/scripts-leftovers/post_setup_fake-essential b/custom-scripts/scripts-leftovers/post_setup_fake-essential
index 0b631a6..d2435ef 100755
--- a/custom-scripts/scripts-leftovers/post_setup_fake-essential
+++ b/custom-scripts/scripts-leftovers/post_setup_fake-essential
@@ -6,7 +6,7 @@ set -e
 # /etc/dbconfig-common
 DBCONFIG="dbconfig-common"
 
-# for purging configuration from /var/lib/systemd/
+# For purging configuration from /var/lib/systemd/
 INITSYSTEMHELPERS="init-system-helpers"
 
 case ${PIUPARTS_DISTRIBUTION} in
@@ -26,6 +26,10 @@ case ${PIUPARTS_OBJECTS%%=*} in
 		# skip while creating the tarball
 		exit 0
 		;;
+	dbconfig-common|init-system-helpers)
+		# allow testing of the fake essential packages
+		exit 0
+		;;
 	stone)
 		OPENSSL="openssl"
 		;;

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