[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-723-gbe9cff5

Andreas Beckmann debian at abeckmann.de
Sun Jun 17 17:40:49 UTC 2012


The following commit has been merged in the develop branch:
commit 944af47dd1a2a655ae1e2ba2ba2e8805622d51fa
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Jun 17 17:22:41 2012 +0200

    scripts-squeeze: make install-info fake-essential
    
    Work around http://bugs.debian.org/601961:
      "apt: wrongly thinks install-info is essential"
    and add it to fake-essential set.
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/org/piuparts.debian.org/etc/scripts-squeeze/post_setup_squeeze-fake-essential b/org/piuparts.debian.org/etc/scripts-squeeze/post_setup_squeeze-fake-essential
index cb8f7d8..4148124 100755
--- a/org/piuparts.debian.org/etc/scripts-squeeze/post_setup_squeeze-fake-essential
+++ b/org/piuparts.debian.org/etc/scripts-squeeze/post_setup_squeeze-fake-essential
@@ -7,6 +7,10 @@ set -e
 # so add these packages to the "fake" essential set.
 USED_DURING_PURGE="adduser ucf"
 
+# Work around http://bugs.debian.org/601961:
+#   "apt: wrongly thinks install-info is essential"
+FAILS_TO_REMOVE="install-info"
+
 
 case ${PIUPARTS_OBJECTS%%=*} in
 	dpkg)
@@ -20,4 +24,4 @@ case ${PIUPARTS_OBJECTS%%=*} in
 esac
 
 echo "*** Adding fake essential packages ***"
-apt-get install -yf $USED_DURING_PURGE
+apt-get install -yf $USED_DURING_PURGE $FAILS_TO_REMOVE

-- 
piuparts git repository



More information about the Piuparts-commits mailing list