[Piuparts-commits] [piuparts] 05/07: reorder libreoffice/wheezy-backports exception

Holger Levsen holger at moszumanska.debian.org
Fri Jul 3 09:37:45 UTC 2015


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

holger pushed a commit to branch develop
in repository piuparts.

commit abf45b4a5a697f79bc35ec5cd1fd68ef0c204fc6
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Jun 30 19:58:59 2015 +0200

    reorder libreoffice/wheezy-backports exception
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_install_exceptions | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 162922e..4ca7fb5 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -42,6 +42,17 @@ 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
+
 #
 # the remaining exceptions are only for the initial package installation
 #
@@ -81,17 +92,6 @@ 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-backports" ]; 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