This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-deploy-plugin.
commit 720cff5d7c242c174f2d508314d0b04643cad8bc Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 14 09:01:29 2017 +0200 Added the missing build dependency on junit --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f0fa3a1..f1a2df4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +maven-deploy-plugin (2.8.2-3) UNRELEASED; urgency=medium + + * Added the missing build dependency on junit + + -- Emmanuel Bourg <[email protected]> Thu, 14 Sep 2017 09:01:10 +0200 + maven-deploy-plugin (2.8.2-2) unstable; urgency=medium * Depend on libmaven3-core-java instead of libmaven2-core-java diff --git a/debian/control b/debian/control index 0e599fa..1294f65 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, - junit4, + junit, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libmaven3-core-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-deploy-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

