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

Andreas Beckmann debian at abeckmann.de
Mon Jan 21 17:38:58 UTC 2013


The following commit has been merged in the develop branch:
commit 615a0dd2df1898ca87a27c305d639abdf264fb30
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Dec 3 01:20:19 2012 +0100

    post_distupgrade_squeeze-fake-essential: work around #601961
    
    #601961: apt: wrongly thinks install-info is essential
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/custom-scripts/scripts-squeeze/post_distupgrade_squeeze-fake-essential b/custom-scripts/scripts-squeeze/post_distupgrade_squeeze-fake-essential
new file mode 100755
index 0000000..1089a2d
--- /dev/null
+++ b/custom-scripts/scripts-squeeze/post_distupgrade_squeeze-fake-essential
@@ -0,0 +1,11 @@
+#!/bin/sh
+set -e
+
+test "$PIUPARTS_DISTRIBUTION" = "squeeze" || exit 0
+
+case ${PIUPARTS_OBJECTS%%=*} in
+	kmplayer-plugin|kde-core|konqueror|konq-plugins|kwin-baghira|mozart-doc|smb4k|strigi-applet|texlive-full)
+		# work around #601961: apt: wrongly thinks install-info is essential
+		apt-get -y install install-info
+		;;
+esac

-- 
piuparts git repository



More information about the Piuparts-commits mailing list