[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.49-30-gbd8fd0e
Andreas Beckmann
debian at abeckmann.de
Mon Jan 21 17:39:03 UTC 2013
The following commit has been merged in the piatti branch:
commit d5325ad0353086e367734ca9cb06c720083d4cf8
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Mon Dec 3 01:28:46 2012 +0100
pre_distupgrade_exceptions: lenny: preseed crm114 for clean upgrades
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/custom-scripts/scripts/pre_distupgrade_exceptions b/custom-scripts/scripts/pre_distupgrade_exceptions
index e1166f7..a0698ff 100755
--- a/custom-scripts/scripts/pre_distupgrade_exceptions
+++ b/custom-scripts/scripts/pre_distupgrade_exceptions
@@ -5,6 +5,18 @@ log_debug() {
echo "Debug: piuparts exception for package $PIUPARTS_OBJECTS"
}
+if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "squeeze" ]; then
+
+ case ${PIUPARTS_OBJECTS%%=*} in
+ crm114)
+ #562946
+ log_debug
+ echo "crm114 crm114/forceupgrade boolean true" | debconf-set-selections
+ ;;
+ esac
+
+fi
+
if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "wheezy" ]; then
# dpkg 1.16 does not like the bad cnews version number cr.g7-40.4
--
piuparts git repository
More information about the Piuparts-commits
mailing list