This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.
commit 539156a4ed2a4929807a1cd7c46dadd520ecb57f Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 30 11:15:43 2017 +0200 Added the missing build dependency on junit4 (Closes: #866549) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 894616b..cf2e24d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ antlr3 (3.5.2-7) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on junit4 (Closes: #866549) * Standards-Version updated to 4.0.0 -- Emmanuel Bourg <[email protected]> Fri, 30 Jun 2017 11:10:59 +0200 diff --git a/debian/control b/debian/control index cbe34c0..2806675 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: ant, debhelper (>= 10), default-jdk, default-jdk-doc, + junit4, libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-plugin-testing-java, -- 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

