This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.
commit 1cc8373017d735e860ad01a813dffc4d22c3d051 Author: Emmanuel Bourg <[email protected]> Date: Sun Jun 26 18:39:46 2016 +0200 Added the missing build dependency on ant (Closes: #814723) --- debian/changelog | 7 +++++++ debian/control | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f4e0530..2cf77b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +antlr3 (3.5.2-5) UNRELEASED; urgency=medium + + * Team upload. + * Added the missing build dependency on ant (Closes: #814723) + + -- Emmanuel Bourg <[email protected]> Sun, 26 Jun 2016 18:25:20 +0200 + antlr3 (3.5.2-4) unstable; urgency=medium * Fixed the build failure with Maven 3 (Closes: #807733) diff --git a/debian/control b/debian/control index 6ffc0aa..f6dcc53 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Ludovic Claude <[email protected]>, Emmanuel Bourg <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: bnd (>= 2.1.0), +Build-Depends: ant, + bnd (>= 2.1.0), cdbs, debhelper (>= 9), default-jdk, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

