This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository findbugs.
commit b04cd4fa6a579ae986ad8c4ad9b332f042d5189e Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 10 15:05:28 2016 +0100 Fixed a build failure with Java 8 --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a6af1b8..490f489 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ findbugs (3.0.1-2) UNRELEASED; urgency=medium * Team upload. + * Fixed a build failure with Java 8 * Standards-Version updated to 3.9.7 (no changes) -- Emmanuel Bourg <[email protected]> Wed, 10 Feb 2016 14:56:20 +0100 diff --git a/debian/rules b/debian/rules index 59885e4..d266125 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export DH_VERBOSE=1 dh $@ --with maven_repo_helper override_dh_auto_build: - ant docs build + ant docs build -Dant.java.version=1.7 override_dh_auto_install: chmod -x $(CURDIR)/bin/findbugs.ico @@ -45,6 +45,6 @@ override_dh_auto_clean: dh_auto_clean override_dh_auto_test: - ant test + ant test -Dant.java.version=1.7 dh_auto_test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/findbugs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

