This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wagon2.
commit 7d7f78f27041e4bba339fea45759d031989c06fd Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 3 12:12:46 2017 +0200 Build depend on junit4 instead of junit (Closes: #869004) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bd7e49c..63d842d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ wagon2 (2.12-3) UNRELEASED; urgency=medium * Depend on libplexus-classworlds2-java instead of libplexus-classworlds-java * Depend on libplexus-utils2-java instead of libplexus-utils-java * Removed the unused dependencies on libbcprov-java and libnekohtml-java + * Build depend on junit4 instead of junit (Closes: #869004) * Standards-Version updated to 4.0.0 -- Emmanuel Bourg <[email protected]> Thu, 03 Aug 2017 02:13:08 +0200 diff --git a/debian/control b/debian/control index 17dd07f..bc670ce 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, - junit, + junit4, libcommons-codec-java, libcommons-codec-java-doc, libcommons-io-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

