[SCM] Interface for applications to support RELAX Core branch, master, updated. debian/20041111-6-2-gc6e377f

Giovanni Mascellani gio at debian.org
Mon Mar 11 19:51:00 UTC 2013


The following commit has been merged in the master branch:
commit 11e8d6e40ddf6e3617a4a4e00e6091c4412a1fc8
Author: Giovanni Mascellani <gio at debian.org>
Date:   Mon Mar 11 19:54:11 2013 +0100

    Force generation of 1.5-compatible Java classes.

diff --git a/debian/changelog b/debian/changelog
index e9b1103..423e5e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+isorelax (20041111-7) UNRELEASED; urgency=low
+
+  * Force generation of 1.5-compatible Java classes (LP: #1049776).
+
+ -- Giovanni Mascellani <gio at debian.org>  Mon, 11 Mar 2013 19:53:11 +0100
+
 isorelax (20041111-6) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index abcb49b..31da061 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,11 @@ JAR=jar
 
 JAVACLASSES=/usr/share/java
 
-JAVAFLAGS=-classpath $(JAVACLASSES)/ant.jar
+JAVAFLAGS=-classpath $(JAVACLASSES)/ant.jar -source 1.5 -target 1.5
 JAVADOCFLAGS=-classpath $(JAVACLASSES)/ant.jar \
              -link /usr/share/doc/default-jdk-doc/api \
-             -link /usr/share/doc/ant/api/
+             -link /usr/share/doc/ant/api/ \
+             -source 1.5
 
 JARFILE=isorelax-20041111.jar
 

-- 
Interface for applications to support RELAX Core



More information about the pkg-java-commits mailing list