[Piuparts-commits] [piuparts] 08/11: some new packages need exceptions

Holger Levsen holger at moszumanska.debian.org
Sun Dec 8 12:16:41 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 f8f9b7311e2e5f95ae83caa274105a405ffdfe89
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Nov 25 14:28:37 2013 +0100

    some new packages need exceptions
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_install_exceptions | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 0bac773..e836acb 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -9,9 +9,14 @@ log_debug() {
 # deal with packages depending on exceptions:
 #
 case ${PIUPARTS_OBJECTS%%=*} in
-	ltsp-client)		log_debug
+	ltsp-client|education-thin-client)
+				log_debug
 				PIUPARTS_OBJECTS=ltsp-client-core
 				;;
+	upstart-dconf-bridge|upstart-monitor)
+				log_debug
+				PIUPARTS_OBJECTS=upstart
+				;;
 	netscript-2.4-upstart)	log_debug
 				PIUPARTS_OBJECTS=upstart
 				;;

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