[Piuparts-commits] [piuparts] 03/03: custom-scripts/scripts/post_purge_exceptions and pre_remove_exceptions: apply systemd exceptions for wheezy* and not only wheezy.

Holger Levsen holger at moszumanska.debian.org
Sun Nov 9 12:46:14 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 7450ec71af5f0b612722088f5752e88bd17e7882
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Nov 9 12:39:30 2014 +0000

    custom-scripts/scripts/post_purge_exceptions and pre_remove_exceptions: apply systemd exceptions for wheezy* and not only wheezy.
---
 custom-scripts/scripts/post_purge_exceptions | 2 +-
 custom-scripts/scripts/pre_remove_exceptions | 2 +-
 debian/changelog                             | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/custom-scripts/scripts/post_purge_exceptions b/custom-scripts/scripts/post_purge_exceptions
index 530f3ac..a7eea3f 100755
--- a/custom-scripts/scripts/post_purge_exceptions
+++ b/custom-scripts/scripts/post_purge_exceptions
@@ -49,7 +49,7 @@ case ${PIUPARTS_OBJECTS%%=*} in
 		# see pre_remove_exceptions for why this is needed
 		log_debug
 		case ${PIUPARTS_DISTRIBUTION} in
-			lenny*|squeeze*|wheezy)
+			lenny*|squeeze*|wheezy*)
 				echo "PIUPARTS_DISTRIBUTION=$PIUPARTS_DISTRIBUTION, not applying systemd-sysv removal workaround"
 				;;
 			*)
diff --git a/custom-scripts/scripts/pre_remove_exceptions b/custom-scripts/scripts/pre_remove_exceptions
index b9839c7..0b8f3a4 100755
--- a/custom-scripts/scripts/pre_remove_exceptions
+++ b/custom-scripts/scripts/pre_remove_exceptions
@@ -27,7 +27,7 @@ case ${PIUPARTS_OBJECTS%%=*} in
 		# also see post_purge_exceptions for further cleanup
 		log_debug
 		case ${PIUPARTS_DISTRIBUTION} in
-			lenny*|squeeze*|wheezy)
+			lenny*|squeeze*|wheezy*)
 				echo "PIUPARTS_DISTRIBUTION=$PIUPARTS_DISTRIBUTION, not applying systemd-sysv removal workaround"
 				;;
 			*)
diff --git a/debian/changelog b/debian/changelog
index 02f493f..cc4a7cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ piuparts (0.61) UNRELEASED; urgency=medium
   * distros.conf: Remove unneeded URI for squeeze-lts, it just uses the
     default repository. 
   * instances/pejacevic+slaves: Do not reschedule passed squeeze logs anymore.
+  * custom-scripts/scripts/post_purge_exceptions and pre_remove_exceptions:
+    apply systemd exceptions for wheezy* and not only wheezy.
 
  -- Holger Levsen <holger at debian.org>  Sun, 26 Oct 2014 20:19:35 +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