[libnative-platform-java] 05/12: Fix FTBFS with Java 9

Markus Koschany apo at moszumanska.debian.org
Thu Nov 23 18:14:04 UTC 2017


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

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

commit 95dd6d4e557e9b213eec6fa02b367ad219afc4b0
Author: Markus Koschany <apo at debian.org>
Date:   Thu Nov 23 18:11:07 2017 +0100

    Fix FTBFS with Java 9
    
    Closes: #874645
    Thanks: Chris West for the report.
---
 debian/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/Makefile b/debian/Makefile
index e2df060..76e2c6c 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -7,8 +7,8 @@
 include /usr/share/dpkg/architecture.mk
 
 JAVA_HOME ?= /usr/lib/jvm/default-java
-JAVA_TARGET_VERSION = 1.5
-JAVA_SOURCE_VERSION = 1.5
+JAVA_TARGET_VERSION = 1.7
+JAVA_SOURCE_VERSION = 1.7
 BUILD_DIR = debian/out
 
 CPPFLAGS += -Isrc/shared/headers \

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



More information about the pkg-java-commits mailing list