[Piuparts-commits] [piuparts] 03/10: add exception for packages depending on sun-java* | java2-runtime

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 68ee5ced318adafef29a289fdca6728017a0d854
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Jan 15 18:19:13 2017 +0100

    add exception for packages depending on sun-java* | java2-runtime
    
    install default-jre to satisfy the java2-runtime dependency
    
    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 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 9107f9e..b1f16a3 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -149,6 +149,20 @@ if	[ "$PIUPARTS_DISTRIBUTION" = "squeeze" ] || \
 			log_debug
 			apt-get -y install udev
 			;;
+		jhove|\
+		libbytecode-java|\
+		libcodemodel-java|\
+		libjavassist-java|\
+		libjdic-java|\
+		libjgroups-java|\
+		libjibx-java|\
+		libpj-java|\
+		libswingx-java)
+			# these packages depend on sun-java* | java2-runtime
+			# install default-jre to satisfy the java2-runtime dependency
+			log_debug
+			apt-get -y install default-jre
+			;;
 	esac
 
 fi

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