[libjaxp1.3-java] 02/04: Support Java 9 by building with -source 1.8.

Markus Koschany apo at moszumanska.debian.org
Thu Oct 26 14:23:07 UTC 2017


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

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

commit be48e76763104038df335aa841261a01f2549697
Author: Markus Koschany <apo at debian.org>
Date:   Thu Oct 26 16:13:59 2017 +0200

    Support Java 9 by building with -source 1.8.
    
    Closes: #873988
    Thanks: Chris West for the report.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index afb5752..2558aa1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ JAVA_HOME            := /usr/lib/jvm/default-java
 override_dh_auto_build:
 	mkdir -p build/license
 
-	$(JAVA_HOME)/bin/javac -source 1.4 -d build `find javax org -name \*.java`
+	$(JAVA_HOME)/bin/javac -source 1.8 -d build `find javax org -name \*.java`
 	cp LICENSE.*.txt README.*.txt build/license
 	cd build && $(JAVA_HOME)/bin/jar cmf ../manifest.commons jaxp-1.3.jar javax license org
 

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



More information about the pkg-java-commits mailing list