[Piuparts-commits] [piuparts] 09/09: update exceptions for squeeze-lts
Holger Levsen
holger at moszumanska.debian.org
Tue Jan 13 11:00:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 97071379a81dd5d9139ba8ff6965b8448bda27d5
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Jan 12 10:13:49 2015 +0100
update exceptions for squeeze-lts
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential | 9 +++++----
debian/changelog | 1 +
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
index 11c2900..f3492b5 100755
--- a/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
+++ b/custom-scripts/scripts-squeeze/post_setup_squeeze-fake-essential
@@ -21,10 +21,11 @@ case ${PIUPARTS_OBJECTS%%=*} in
;;
gosa-desktop|kde-core|kde-full|kde-plasma-desktop|kde-standard|kdebase-apps|konqueror|konq-plugins|mozart-doc|texlive-full)
# work around #601961: apt: wrongly thinks install-info is essential
- if [ "$PIUPARTS_DISTRIBUTION" = "squeeze" ] || \
- [ "$PIUPARTS_DISTRIBUTION" = "squeeze-proposed" ]; then
- FAILS_TO_REMOVE="$FAILS_TO_REMOVE install-info"
- fi
+ case ${PIUPARTS_DISTRIBUTION} in
+ squeeze|squeeze-proposed|squeeze-lts)
+ FAILS_TO_REMOVE="$FAILS_TO_REMOVE install-info"
+ ;;
+ esac
;;
docbookwiki)
USED_DURING_PURGE="$USED_DURING_PURGE mysql-client"
diff --git a/debian/changelog b/debian/changelog
index 73e0f01..89ca195 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ piuparts (0.63) UNRELEASED; urgency=medium
* scripts-no-usr-share-doc: Add exception for localepurge.
* post_distupgrade_base_cleanup: New custom script for generalized libdbX.Y
exceptions.
+ * Update exceptions for squeeze-lts.
[ Holger Levsen ]
* piuparts.conf.pejacevic: add new suite: jessie2proposed.
--
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