[isorelax] 02/03: Support Java 9.

Markus Koschany apo at moszumanska.debian.org
Thu Oct 26 17:16:52 UTC 2017


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

apo pushed a commit to branch master
in repository isorelax.

commit 0ba451193476dc8a12a9f7e08a41ce36192693d7
Author: Markus Koschany <apo at debian.org>
Date:   Thu Oct 26 19:12:14 2017 +0200

    Support Java 9.
    
    Closes: #873980
    Thanks: Chris West for the report.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 446a2fa..5ee3210 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,14 +6,14 @@ JAR=jar
 
 JAVACLASSES=/usr/share/java
 
-JAVAFLAGS=-classpath $(JAVACLASSES)/ant.jar -source 1.5 -target 1.5
+JAVAFLAGS=-classpath $(JAVACLASSES)/ant.jar -source 1.8 -target 1.8
 JAVADOCFLAGS=-locale en \
              -encoding UTF-8 \
              -notimestamp \
              -classpath $(JAVACLASSES)/ant.jar \
              -link /usr/share/doc/default-jdk-doc/api \
              -link /usr/share/doc/ant/api/ \
-             -source 1.5
+             -source 1.8
 
 JARFILE=isorelax-20041111.jar
 

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



More information about the pkg-java-commits mailing list