[libjide-oss-java] 06/13: Build with Java 9.
Markus Koschany
apo at moszumanska.debian.org
Tue Oct 10 17:22:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository libjide-oss-java.
commit 6396b7bf744da9fc1b43849c7db46f9fe14f0365
Author: Markus Koschany <apo at debian.org>
Date: Tue Oct 10 14:46:27 2017 +0200
Build with Java 9.
---
debian/control | 4 ++--
debian/rules | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index e09c8cf..52fc367 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders:
Build-Depends:
ant,
debhelper (>= 10),
- default-jdk,
- default-jdk-doc,
+ openjdk-9-jdk,
+ openjdk-9-doc,
javahelper,
maven-repo-helper (>= 1.6~)
Standards-Version: 4.1.1
diff --git a/debian/rules b/debian/rules
index f2303f4..7a328cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# export DH_VERBOSE=1
-export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/java-9-openjdk-amd64
DPATH := $(abspath $(dir $(MAKEFILE_LIST)))
DTYPE := +dfsg
PKG := libjide-oss-java
@@ -10,7 +10,7 @@ VER ?= $(shell dpkg-parsechangelog -l$(DPATH)/changelog | perl -ne 'print $$1 if
dh $@ --with javahelper,jh_maven_repo_helper
override_dh_auto_build:
- cp -r src-jdk8/* src/
+ cp -r src-jdk9/* src/
dh_auto_build
override_dh_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git
More information about the pkg-java-commits
mailing list