This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository dbus-java.
commit 5c681f3a7b93c88d586885e6a1e42932f5a0c34d Author: Markus Koschany <[email protected]> Date: Mon Dec 18 22:13:18 2017 +0100 Test with Java 9 --- debian/control | 2 +- debian/rules | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3cbfc13..f14e3a2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: debhelper (>= 10), - default-jdk, + openjdk-9-jdk, default-jdk-doc, docbook-to-man, gettext, diff --git a/debian/rules b/debian/rules index 98d0f69..6cf9795 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,8 @@ # Rules file to build dbus-java packages by Matthew Johnson # -JAVA_HOME=/usr/lib/jvm/default-java +#JAVA_HOME=/usr/lib/jvm/default-java +export JAVA_HOME=/usr/lib/jvm/java-9-openjdk-amd64 %: dh $@ --with javahelper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dbus-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

