This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-site-plugin.
commit 7240cf46b6c4eaab24a360dd7a0b57729c3dd647 Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 29 01:41:00 2017 +0200 New build dependency on junit4 --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5b99166..50844c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ maven-site-plugin (3.6-1) UNRELEASED; urgency=medium - Depend on libmaven3-core-java instead of libmaven2-core-java - Removed the dependency on libplexus-container-default-java - Depend on libplexus-utils2-java instead of libplexus-utils-java + - New build dependency on junit4 -- Emmanuel Bourg <[email protected]> Thu, 27 Jul 2017 19:28:19 +0200 diff --git a/debian/control b/debian/control index 862d855..b944eba 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, + junit4, libdoxia-java (>= 1.7), libdoxia-sitetools-java (>= 1.7.4), libjetty9-java, diff --git a/debian/maven.rules b/debian/maven.rules index ead789e..00167c6 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,6 +16,7 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ +junit junit * s/.*/4.x/ * * org.apache.maven maven-artifact * s/.*/3.x/ * * org.apache.maven maven-compat * s/.*/3.x/ * * org.apache.maven maven-core * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-site-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

