This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guice.
commit bdefe8a970987f8fe970722c7d4facb3f4bd57ae Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 10 09:38:14 2016 +0100 Fixed the build failure with Java 8 --- debian/changelog | 7 +++++++ debian/libguice-java.poms | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index fdfbf29..f8aad41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +guice (4.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the build failure with Java 8 + + -- Emmanuel Bourg <[email protected]> Wed, 10 Feb 2016 09:37:43 +0100 + guice (4.0-1) unstable; urgency=medium * Team upload. diff --git a/debian/libguice-java.poms b/debian/libguice-java.poms index 8de1b6e..4159d9f 100644 --- a/debian/libguice-java.poms +++ b/debian/libguice-java.poms @@ -43,3 +43,4 @@ extensions/persist/pom.xml --ignore extensions/service/pom.xml --ignore extensions/struts2/pom.xml --ignore extensions/testlib/pom.xml --ignore +jdk8-tests/pom.xml --ignore -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guice.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

