[Piuparts-commits] [piuparts] 02/02: update special cases for experimental

Holger Levsen holger at moszumanska.debian.org
Thu Dec 12 10:44:30 UTC 2013


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 4bd17d2babd6bab0fcf1afa4e1aea30db1b081fa
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed Dec 11 23:32:22 2013 +0100

    update special cases for experimental
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/post_distupgrade_experimental | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/custom-scripts/scripts/post_distupgrade_experimental b/custom-scripts/scripts/post_distupgrade_experimental
index 2251895..211825a 100755
--- a/custom-scripts/scripts/post_distupgrade_experimental
+++ b/custom-scripts/scripts/post_distupgrade_experimental
@@ -9,5 +9,9 @@ test "$PIUPARTS_DISTRIBUTION" = "experimental" || exit 0
 # that are in experimental, too, and don't cause problems
 
 PKGS=""
+PKGS="$PKGS libapt-pkg4.12"
+PKGS="$PKGS apt"
+PKGS="$PKGS libc6"
+PKGS="$PKGS libc-bin"
 
 apt-get -y -t experimental install $PKGS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list