[Piuparts-commits] [piuparts] 07/14: upgrading cyrus 2.2->2.4 requires db4.2_util
Holger Levsen
holger at moszumanska.debian.org
Mon Dec 9 11:58:39 UTC 2013
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit be623ecde864ef8cd3ec9e93f6a05a3ae12ff895
Author: Andreas Beckmann <anbe at debian.org>
Date: Fri May 10 02:09:26 2013 +0200
upgrading cyrus 2.2->2.4 requires db4.2_util
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
custom-scripts/scripts/pre_install_exceptions | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 09447c7..7dfcd4f 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -126,6 +126,11 @@ if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
log_debug
apt-get -y install curl
;;
+ cyrus-*-2.2|sa-learn-cyrus)
+ #694254 db4.2-util exists in lenny only and is needed for upgrades to wheezy
+ log_debug
+ apt-get -y install db4.2-util
+ ;;
debian-edu-artwork-usplash)
# postinst fails without update-initramfs
log_debug
--
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