[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.49-30-gbd8fd0e

Andreas Beckmann debian at abeckmann.de
Mon Jan 21 17:39:03 UTC 2013


The following commit has been merged in the piatti branch:
commit edcd4bd009b610021d055eec996acf24c097ede3
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Jan 20 22:36:44 2013 +0100

    post_setup_squeeze-fake-essential: using octave3.0 during purge
    
    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 f7c2c20..2f68cd4 100755
--- a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
+++ b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
@@ -30,6 +30,11 @@ case ${PIUPARTS_OBJECTS%%=*} in
 			USED_DURING_PURGE="$USED_DURING_PURGE wwwconfig-common"
 		fi
 		;;
+	octave-audio|octave-symbolic|octave-vrml)
+		if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
+			USED_DURING_PURGE="$USED_DURING_PURGE octave3.0"
+		fi
+		;;
 esac
 
 echo "*** Adding fake essential packages ***"

-- 
piuparts git repository



More information about the Piuparts-commits mailing list