This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uima-addons.
commit 22dcbeca322fbc8332e8d4f3d56dd24c25f2c791 Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 30 11:47:41 2017 +0200 Added the missing build dependency on junit4 (Closes: #866568) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 82cf60e..881512e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ uima-addons (2.3.1-7) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on junit4 (Closes: #866568) * Standards-Version updated to 4.0.0 -- Emmanuel Bourg <[email protected]> Fri, 30 Jun 2017 11:18:52 +0200 diff --git a/debian/control b/debian/control index aef1de9..33e569b 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4.5) Build-Depends-Indep: ant, bsh, + junit4, libbuild-helper-maven-plugin-java, libcommons-io-java, libcommons-logging-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uima-addons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

