This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasmin-sable.
commit 2ce2e5a045e6b52003764035c1a76a869a44998b Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 29 18:49:35 2016 +0200 Removed the deprecated compile.optimize parameter --- debian/changelog | 1 + debian/rules | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f34589..1911e90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jasmin-sable (2.5.0-1) UNRELEASED; urgency=medium - Refreshed the patches * debian/rules: - Set the build properties + - Removed the deprecated compile.optimize parameter * Standards-Version updated to 3.9.7 (no changes) * Use a secure Vcs-Git URL diff --git a/debian/rules b/debian/rules index 576e599..a6fd6d3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,5 @@ #!/usr/bin/make -f -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - export ANT_OPTS=-Dcompile.debug=true -Dcompile.optimize=false -else - export ANT_OPTS=-Dcompile.debug=true -Dcompile.optimize=true -endif - VERSION := $(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]*$$//') %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasmin-sable.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

