[Piuparts-commits] [piuparts] 04/13: exception for libreoffice-style* in wheezy-backports

Holger Levsen holger at moszumanska.debian.org
Sun Nov 24 05:28:34 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 fd2c8664decaf0a8b040e2f6032fdd7b8635de67
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Nov 24 00:48:29 2013 +0100

    exception for libreoffice-style* in wheezy-backports
    
    Signed-off-by: Andreas Beckmann <anbe at debian.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 36412a5..a47dfad 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -65,6 +65,18 @@ case ${PIUPARTS_OBJECTS%%=*} in
 			;;
 esac
 
+if [ "$PIUPARTS_DISTRIBUTION" = "wheezy-backports" ]; then
+
+	case ${PIUPARTS_OBJECTS%%=*} in
+		libreoffice-style-*)
+			log_debug
+			apt-get -y -t $PIUPARTS_DISTRIBUTION install ${PIUPARTS_OBJECTS%%=*} libreoffice-common-
+			;;
+	esac
+
+fi
+
+
 if [ "$PIUPARTS_DISTRIBUTION" = "squeeze" ]; then
 
 	case ${PIUPARTS_OBJECTS%%=*} in

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