[Piuparts-commits] [piuparts] 07/10: add exception for ttf-root-installer/wheezy

Holger Levsen holger at layer-acht.org
Sun Jan 15 21:24:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository piuparts.

commit 60aea819c27099dde7c5515ff8c39ee7901b5f3c
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Jan 15 20:15:47 2017 +0100

    add exception for ttf-root-installer/wheezy
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/pre_install_exceptions | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index d00c998..55af6df 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -113,6 +113,18 @@ case ${PIUPARTS_OBJECTS%%=*} in
 			;;
 esac
 
+if [ "$PIUPARTS_DISTRIBUTION" = "wheezy" ]; then
+
+	case ${PIUPARTS_OBJECTS%%=*} in
+		ttf-root-installer)
+			#774163: missing Depends: ca-certificates
+			log_debug
+			apt-get -y install ca-certificates
+			;;
+	esac
+
+fi
+
 if	[ "$PIUPARTS_DISTRIBUTION" = "squeeze" ] || \
 	[ "$PIUPARTS_DISTRIBUTION" = "squeeze-backports" ] || \
 	[ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then

-- 
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