[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.8.0_rc2-3-10-gbec5fa4
Niels Thykier
niels at thykier.net
Wed Jun 20 20:22:09 UTC 2012
The following commit has been merged in the master branch:
commit 60b592277762b952f232a89b212e1d51c3ea9765
Author: James Page <james.page at ubuntu.com>
Date: Mon Jun 18 16:29:46 2012 +0200
Ensure java classes are compatible with Java 1.5+
Signed-off-by: Niels Thykier <niels at thykier.net>
diff --git a/debian/Makefile b/debian/Makefile
index fa662ee..de12f49 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -3,7 +3,7 @@ JAVA=swt-gtk-$(RELEASE).jar
CLEANFILES=*.files *.jar *-stamp
JAR=fastjar
-JAVAC=javac -classpath .
+JAVAC=javac -classpath . -source 1.5 -target 1.5
RM=rm -f
all: $(JAVA)
diff --git a/debian/changelog b/debian/changelog
index 2d96f63..d225a96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+swt-gtk (3.8.0~rc2-3) UNRELEASED; urgency=low
+
+ * Compile java code with source/target 1.5 to ensure java
+ classes are compatible with Java 1.5+. Thanks to James
+ Page for the report and the patch.
+ (Closes: #677025, LP: #1011103)
+
+ -- Niels Thykier <niels at thykier.net> Mon, 18 Jun 2012 16:27:00 +0200
+
swt-gtk (3.8.0~rc2-2) experimental; urgency=low
* Prefer tight dependencies between the -JNI libraries
--
Debian packaging for swt-gtk.
More information about the pkg-java-commits
mailing list