[josql] 10/16: Test with OpenJDK 9.
Markus Koschany
apo at moszumanska.debian.org
Sun Dec 17 17:50:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository josql.
commit 824a46240cddf147dc05fac623c2d169a4d4368c
Author: Markus Koschany <apo at debian.org>
Date: Sun Dec 17 17:23:41 2017 +0100
Test with OpenJDK 9.
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 1625822..a5a7382 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Build-Depends:
ant,
debhelper (>= 10),
- default-jdk,
+ openjdk-9-jdk,
default-jdk-doc,
javacc,
libgentlyweb-utils-java,
diff --git a/debian/rules b/debian/rules
index fda1408..dd40621 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ ARTIFACT_ID := josql
PACKAGE := $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ')
VERSION := $(shell dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' ' | sed 's/-[^-]*$$//')
-export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/java-9-openjdk-amd64
export CLASSPATH=/usr/share/java/gentlyweb-utils.jar
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/josql.git
More information about the pkg-java-commits
mailing list