[Piuparts-commits] [SCM] piuparts git repository branch, bikeshed, updated. 0.52-67-g094c8f9

Holger Levsen holger at layer-acht.org
Tue Jun 4 00:05:02 UTC 2013


The following commit has been merged in the bikeshed branch:
commit 6020fa0c0e8274e952ba2fb0d3e933498b38b7db
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Jun 3 17:18:28 2013 +0200

    workaround purge error for prelude-manager/squeeze
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
index a422258..0b1d263 100755
--- a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
+++ b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
@@ -25,6 +25,10 @@ case ${PIUPARTS_OBJECTS%%=*} in
 			FAILS_TO_REMOVE="$FAILS_TO_REMOVE install-info"
 		fi
 		;;
+	prelude-manager)
+		#WORKSAROUND #660455
+		USED_DURING_PURGE="$USED_DURING_PURGE dbconfig-common"
+		;;
 	drupal6|moodle|moodle-book|moodle-debian-edu-theme|scuttle)
 		if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
 			USED_DURING_PURGE="$USED_DURING_PURGE wwwconfig-common"

-- 
piuparts git repository



More information about the Piuparts-commits mailing list