[Piuparts-commits] [piuparts] 06/10: exclude gcc-4.8-base from jessie chroot

Holger Levsen holger at layer-acht.org
Sun Mar 5 14:55:39 UTC 2017


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

holger pushed a commit to branch develop
in repository piuparts.

commit 90c711f9c2124f9887258f69a674b688d60c2e1a
Author: Andreas Beckmann <anbe at debian.org>
Date:   Fri Mar 3 01:41:00 2017 +0100

    exclude gcc-4.8-base from jessie chroot
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/post_setup_minimize | 3 +++
 debian/changelog                           | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/custom-scripts/scripts/post_setup_minimize b/custom-scripts/scripts/post_setup_minimize
index 723bf5e..9884755 100755
--- a/custom-scripts/scripts/post_setup_minimize
+++ b/custom-scripts/scripts/post_setup_minimize
@@ -5,6 +5,9 @@ set -e
 if [ "${PIUPARTS_OBJECTS%%=*}" = "dpkg" ]
 then
 	case $PIUPARTS_DISTRIBUTION in
+		jessie)
+			dpkg --purge gcc-4.8-base
+			;;
 		sid|stretch)
 			dpkg --purge lsb-base tzdata
 			;;
diff --git a/debian/changelog b/debian/changelog
index a942650..b3610ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ piuparts (0.76) UNRELEASED; urgency=medium
       copy+paste from logfiles.
   * Clean up leftover /etc/piuparts/scripts/post_setup_experimental.
     (Closes: #854317)
+  * scripts/post_setup_minimize:
+    - Exclude gcc-4.8-base from jessie chroot.
   * scripts/pre_distupgrade_zz_database-server: Switch from mysql-server to
     default-mysql-server (aka mariadb-server) for selected packages on
     upgrades to stretch, otherwise they will lose their database server.

-- 
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