This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository proguard.
commit 79aab532ffae3795b063c62e71b71b0cf6c07b69 Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 21 07:56:06 2014 +0200 New upstream release (Closes: #754964) Increased the source/target level to 1.5 --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8b8d4d8..48ea471 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +proguard (5.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release (Closes: #754964) + - Increased the source/target level to 1.5 + + -- Emmanuel Bourg <[email protected]> Thu, 21 Aug 2014 07:55:44 +0200 + proguard (4.11-1) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 56ed3ff..ce57200 100755 --- a/debian/rules +++ b/debian/rules @@ -9,4 +9,4 @@ include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := build/build.xml DEB_ANT_BUILD_TARGET := basic anttask -DEB_ANT_ARGS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 +DEB_ANT_ARGS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/proguard.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

