This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-guice.
commit 966a0bd5cb55ceafa9f1658b5dc82996208af28c Author: Emmanuel Bourg <[email protected]> Date: Thu Feb 11 09:53:48 2016 +0100 Fixed the build failure with Java 8 --- debian/changelog | 7 +++++++ debian/libsisu-guice-java.poms | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index d11cf81..016dbbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sisu-guice (3.2.6-2) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the build failure with Java 8 (Closes: #814406) + + -- Emmanuel Bourg <[email protected]> Thu, 11 Feb 2016 09:53:19 +0100 + sisu-guice (3.2.6-1) unstable; urgency=medium * Team upload. diff --git a/debian/libsisu-guice-java.poms b/debian/libsisu-guice-java.poms index d4469ec..bce0a88 100644 --- a/debian/libsisu-guice-java.poms +++ b/debian/libsisu-guice-java.poms @@ -39,3 +39,4 @@ extensions/spring/pom.xml --ignore extensions/struts2/pom.xml --ignore extensions/throwingproviders/pom.xml --ignore extensions/dagger-adapter/pom.xml --ignore +jdk8-tests/pom.xml --ignore -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-guice.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

