This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository apache-directory-api.
commit 42500873b06673e5a93e2606a3558bbb0c4ef68f Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 28 22:29:49 2016 +0200 Added the missing build dependency on antlr (Closes: #828892) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e4efda6..92f9d50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ apache-directory-api (1.0.0~M20-4) UNRELEASED; urgency=medium + * Added the missing build dependency on antlr (Closes: #828892) * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index 1da0e14..e27d0f2 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, findbugs, + libantlr-java, libantlr-maven-plugin-java, libcommons-collections3-java, libcommons-io-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-directory-api.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

