[Piuparts-commits] [piuparts] 03/10: post_distupgrade_base_cleanup: get rid of libprocps3 in stretch

Holger Levsen holger at moszumanska.debian.org
Tue Feb 16 10:59:36 UTC 2016


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

holger pushed a commit to branch develop
in repository piuparts.

commit 5ce5bf32002133f2fccb4a78e272643045a3f5a9
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Feb 15 22:16:15 2016 +0100

    post_distupgrade_base_cleanup: get rid of libprocps3 in stretch
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/post_distupgrade_base_cleanup | 7 +++++++
 debian/changelog                                     | 1 +
 2 files changed, 8 insertions(+)

diff --git a/custom-scripts/scripts/post_distupgrade_base_cleanup b/custom-scripts/scripts/post_distupgrade_base_cleanup
index 698efa3..8b789bd 100755
--- a/custom-scripts/scripts/post_distupgrade_base_cleanup
+++ b/custom-scripts/scripts/post_distupgrade_base_cleanup
@@ -62,6 +62,13 @@ if	[ "$PIUPARTS_DISTRIBUTION" = "jessie" ] || \
 
 fi
 
+if	[ "$PIUPARTS_DISTRIBUTION" = "stretch" ] || \
+	[ "$PIUPARTS_DISTRIBUTION" = "stretch-proposed" ] ; then
+
+	mark_for_purge libprocps3
+
+fi
+
 if [ -n "$PURGE" ]; then
 	echo "Removing packages from base system:$PURGE"
 	apt-get -y remove --purge $PURGE
diff --git a/debian/changelog b/debian/changelog
index c8aa82d..fc68a46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ piuparts (0.70) UNRELEASED; urgency=medium
     - Add to ignored_files:
       + /etc/sysctl.d/99-sysctl.conf (dangling symlink to ../sysctl.conf)
       + /var/log/btmp
+  * post_distupgrade_base_cleanup: Remove libprocps3 in stretch.
 
  -- Holger Levsen <holger at debian.org>  Sat, 13 Feb 2016 12:48:14 +0100
 

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