[Piuparts-commits] [piuparts] 02/02: exceptions for squeeze packages unconditionally using non-essentials during purge

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 995e731a5850c3ee4785a150925a3cdffe5b5e51
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Dec 9 19:14:05 2013 +0100

    exceptions for squeeze packages unconditionally using non-essentials during purge
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
index 8b8ffdc..11c2900 100755
--- a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
+++ b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
@@ -26,6 +26,12 @@ case ${PIUPARTS_OBJECTS%%=*} in
 			FAILS_TO_REMOVE="$FAILS_TO_REMOVE install-info"
 		fi
 		;;
+	docbookwiki)
+		USED_DURING_PURGE="$USED_DURING_PURGE mysql-client"
+		;;
+	phpbb3)
+		USED_DURING_PURGE="$USED_DURING_PURGE dbconfig-common"
+		;;
 	prelude-manager)
 		#WORKSAROUND #660455
 		USED_DURING_PURGE="$USED_DURING_PURGE dbconfig-common"

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