[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.49-4-ga841c37

Andreas Beckmann debian at abeckmann.de
Sun Jan 20 12:55:39 UTC 2013


The following commit has been merged in the develop branch:
commit a841c37bc058260e2814ea140af73f264fa242b3
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sat Jan 19 17:11:11 2013 +0100

    post_setup_squeeze-fake-essential: more packages requiring install-info
    
    there are ia few more packages in squeeze that need a fake-essential install-info
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
index 1c025a0..f109c70 100755
--- a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
+++ b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
@@ -19,10 +19,10 @@ case ${PIUPARTS_OBJECTS%%=*} in
 		# allow testing of the fake essential packages
 		exit 0
 		;;
-	konqueror|konq-plugins|mozart-doc|texlive-full)
+	gosa-desktop|kde-core|kde-full|kde-plasma-desktop|kde-standard|kdebase-apps|konqueror|konq-plugins|mozart-doc|texlive-full)
 		# work around #601961: apt: wrongly thinks install-info is essential
 		if [ "$PIUPARTS_DISTRIBUTION" = "squeeze" ]; then
-			FAILS_TO_REMOVE="install-info"
+			FAILS_TO_REMOVE="$FAILS_TO_REMOVE install-info"
 		fi
 		;;
 esac

-- 
piuparts git repository



More information about the Piuparts-commits mailing list