This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository async-http-client.
commit 2bced85dfc9f88a1946cf5640caba5cd342de5af Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 20 16:09:29 2017 +0100 Added the missing build dependency on libcommons-httpclient-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index a48abb9..9f7d789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ async-http-client (1.6.5-5) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on libcommons-httpclient-java * Build with the DH sequencer instead of CDBS * Removed the unused build dependency on libanimal-sniffer-java * Standards-Version updated to 4.1.1 diff --git a/debian/control b/debian/control index b637ce1..fb72a5c 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2) Build-Depends-Indep: default-jdk-doc, + libcommons-httpclient-java, libcommons-logging-java-doc, libmaven-bundle-plugin-java, libmaven-enforcer-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/async-http-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

