This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master-4.3 in repository swt-gtk.
commit 1438ba1bf31679c7ab6c19cd75085c7d067cf729 Author: Jakub Adam <[email protected]> Date: Wed Jul 6 21:57:10 2016 +0200 Bump minimum Java version to 1.7 --- debian/Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/Makefile b/debian/Makefile index 40d6d74..299c268 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 . -source 1.5 -target 1.5 +JAVAC=javac -classpath . -source 1.7 -target 1.7 RM=rm -f all: $(JAVA) diff --git a/debian/changelog b/debian/changelog index 6d14842..11ebb13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ swt4-gtk (4.6.0-1) UNRELEASED; urgency=medium * New upstream release. * Drop d/patches/format-security.diff - fixed upstream. + * Bump minimum Java version to 1.7. -- Jakub Adam <[email protected]> Wed, 06 Jul 2016 21:03:55 +0200 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swt-gtk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

