This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository swtcalendar.
commit daa9588b7ab6408b9efe118c41a89d72d7e02adf Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 22:37:03 2016 +0200 Set the source/target level to 1.6 --- debian/ant.properties | 2 ++ debian/changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/ant.properties b/debian/ant.properties new file mode 100644 index 0000000..b2a42ad --- /dev/null +++ b/debian/ant.properties @@ -0,0 +1,2 @@ +ant.build.javac.source=1.6 +ant.build.javac.target=1.6 diff --git a/debian/changelog b/debian/changelog index 3c7d467..5cc49d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ swtcalendar (0.5-2) UNRELEASED; urgency=medium * Team upload. * Transition to libswt-gtk-4-java + * Set the source/target level to 1.6 * Use canonical Vcs-* URLs * Switch to debhelper level 9 * Standards-Version updated to 3.9.8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swtcalendar.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

