[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.51-16-ge46ab19
Andreas Beckmann
anbe at debian.org
Thu May 16 10:33:45 UTC 2013
The following commit has been merged in the develop branch:
commit e46ab19fe6320bf3cbc894dd211d335191fc8bed
Author: Andreas Beckmann <anbe at debian.org>
Date: Thu May 16 11:57:34 2013 +0200
custom script updates for experimental
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/custom-scripts/scripts/post_distupgrade_experimental b/custom-scripts/scripts/post_distupgrade_experimental
index a3ad63d..1ce7b4f 100755
--- a/custom-scripts/scripts/post_distupgrade_experimental
+++ b/custom-scripts/scripts/post_distupgrade_experimental
@@ -9,14 +9,10 @@ test "$PIUPARTS_DISTRIBUTION" = "experimental" || exit 0
# that are in experimental, too, and don't cause problems
PKGS=""
-PKGS="$PKGS libc6"
-PKGS="$PKGS libstdc++6"
-PKGS="$PKGS gcc-4.7-base"
-PKGS="$PKGS ncurses-bin"
PKGS="$PKGS libcomerr2 libss2"
-PKGS="$PKGS libsepol1"
-PKGS="$PKGS libsemanage1"
PKGS="$PKGS perl-base"
-PKGS="$PKGS apt libapt-pkg4.12"
+PKGS="$PKGS libattr1"
+PKGS="$PKGS e2fslibs e2fsprogs"
+PKGS="$PKGS tzdata"
apt-get -y -t experimental install $PKGS
--
piuparts git repository
More information about the Piuparts-commits
mailing list