[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.49-30-gbd8fd0e
Andreas Beckmann
debian at abeckmann.de
Mon Jan 21 17:38:57 UTC 2013
The following commit has been merged in the develop branch:
commit 05fc92936b80c455abfc794c0fca932559052342
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Mon Dec 3 01:10:51 2012 +0100
pre_install_exceptions: lenny: install undeclared dependencies
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 9169081..cf3e12e 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -73,6 +73,40 @@ fi
if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
+ # install undeclared dependencies
+ case ${PIUPARTS_OBJECTS%%=*} in
+ clamav-getfiles)
+ #603082
+ log_debug
+ apt-get -y install curl
+ ;;
+ debian-edu-artwork-usplash)
+ # postinst fails without update-initramfs
+ log_debug
+ apt-get -y install initramfs-tools
+ ;;
+ gforge-shell-postgresql|gforge-plugin-scmcvs|gforge-plugin-scmsvn)
+ #604218
+ log_debug
+ apt-get -y install libcap2
+ ;;
+ otrs2)
+ #561889
+ log_debug
+ apt-get -y install libapache2-mod-perl2
+ ;;
+ tftpd-hpa)
+ #522780
+ log_debug
+ apt-get -y install update-inetd
+ ;;
+ ttf-beteckna)
+ #502707
+ log_debug
+ apt-get -y install defoma
+ ;;
+ esac
+
# allow lenny kernel image installation in chroot
for flavor in amd64 openvz-amd64 vserver-amd64 xen-amd64 486 686 686-bigmem openvz-686 vserver-686 vserver-686-bigmem xen-686
do
--
piuparts git repository
More information about the Piuparts-commits
mailing list