[Piuparts-commits] [piuparts] 01/08: extend some exceptions to dependent packages
Holger Levsen
holger at layer-acht.org
Sun May 14 14:18:18 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 56bb9e6a9b88c35cc08edbbbbca25aa3712ec10d
Author: Andreas Beckmann <anbe at debian.org>
Date: Wed May 3 14:23:46 2017 +0200
extend some exceptions to dependent packages
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
custom-scripts/scripts/pre_distupgrade_exceptions | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/custom-scripts/scripts/pre_distupgrade_exceptions b/custom-scripts/scripts/pre_distupgrade_exceptions
index 1d7533b..ee94945 100755
--- a/custom-scripts/scripts/pre_distupgrade_exceptions
+++ b/custom-scripts/scripts/pre_distupgrade_exceptions
@@ -30,10 +30,11 @@ if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "squeeze" ]; then
log_debug
echo "crm114 crm114/forceupgrade boolean true" | debconf-set-selections
;;
- slapd)
+ slapd|\
+ slapd-dbg)
# squeeze postinst wants to restore a backup from lenny that was never created
log_debug
- dpkg --purge slapd
+ dpkg --purge slapd slapd-dbg
;;
esac
@@ -66,7 +67,8 @@ if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "wheezy" ]; then
log_debug
dpkg --purge cnews
;;
- lcl-utils)
+ lcl-utils|\
+ lcl)
# WORKSAROUND #696075: lcl-utils: directory vs. symlink mess after squeeze => wheezy upgrade: /etc/lazarus
# the renaming was performed in the postinst of lcl-utils-0.9.30.4,
# which was not the owner of the old /etc/lazarus,
--
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