This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.2.
commit cb495663a1bf770e574466488e6fd63272e1af94 Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 30 09:14:07 2017 +0200 Added the missing build dependency on junit4 (Closes: #866550) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 06bbed2..b56981a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ antlr3.2 (3.2-15) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on junit4 (Closes: #866550) * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index 9957b19..1cc29f1 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: bnd (>= 2.1.0), debhelper (>= 10), default-jdk, default-jdk-doc, + junit4, libantlr-maven-plugin-java (>= 2.1), libmaven-install-plugin-java, libmaven-javadoc-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

