[libxmlrpc3-java] 03/08: Test with Java 9

Markus Koschany apo at moszumanska.debian.org
Thu Dec 21 11:50:37 UTC 2017


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

apo pushed a commit to branch master
in repository libxmlrpc3-java.

commit 4b209c69cf0c9eb3a60f9a3375e6b081fb40f86f
Author: Markus Koschany <apo at debian.org>
Date:   Thu Dec 21 12:21:51 2017 +0100

    Test with Java 9
---
 debian/control | 2 +-
 debian/rules   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f2a5df8..69e227e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Torsten Werner <twerner at debian.org>,
            Jakub Adam <jakub.adam at ktknet.cz>,
            Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 10),
-               default-jdk,
+               openjdk-9-jdk,
                default-jdk-doc,
                javahelper,
                junit,
diff --git a/debian/rules b/debian/rules
index 9325c3f..5522060 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+export JAVA_HOME=/usr/lib/jvm/java-9-openjdk-amd64
 %:
 	dh $@ --buildsystem=maven --with javahelper
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxmlrpc3-java.git



More information about the pkg-java-commits mailing list