This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guava-libraries.
commit efc932c61015c3ffbfd105926a3752d7685d8703 Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 18 01:14:38 2015 +0100 New build dependency on libanimal-sniffer-java --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c6d1622..b6cf6e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ guava-libraries (19.0-1) UNRELEASED; urgency=medium - Removed 07-java8-compatibility.patch (fixed upstream) - Ignore the errorprone annotations (not used) - Ignore the j2objc annotations + - New build dependency on libanimal-sniffer-java * Build with the DH sequencer instead of CDBS * Updated the URL of the homepage * Watch and download the releases from GitHub diff --git a/debian/control b/debian/control index 1a469db..f7650ff 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Uploaders: Miguel Landaeta <[email protected]>, Emmanuel Bourg <[email protected]>, James Page <[email protected]> Build-Depends: debhelper (>= 9~), default-jdk, maven-debian-helper -Build-Depends-Indep: libatinject-jsr330-api-java, +Build-Depends-Indep: libanimal-sniffer-java, + libatinject-jsr330-api-java, libjsr305-java, libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guava-libraries.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

