[Piuparts-commits] [piuparts] 05/06: update special cases for	experimental
    Holger Levsen 
    holger at moszumanska.debian.org
       
    Mon Nov 17 01:13:51 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 8f7f7883d5f38c4d1e7842ff11d110fca6861280
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Nov 17 00:52:03 2014 +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, 2 insertions(+), 2 deletions(-)
diff --git a/custom-scripts/scripts/post_distupgrade_experimental b/custom-scripts/scripts/post_distupgrade_experimental
index 84ce4f7..14c67d1 100755
--- a/custom-scripts/scripts/post_distupgrade_experimental
+++ b/custom-scripts/scripts/post_distupgrade_experimental
@@ -9,14 +9,14 @@ 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"
 PKGS="$PKGS libgcc1"
 PKGS="$PKGS libstdc++6"
-PKGS="$PKGS bash"
 PKGS="$PKGS multiarch-support"
 PKGS="$PKGS findutils"
+PKGS="$PKGS insserv"
+PKGS="$PKGS dash"
 
 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