[maven-invoker-plugin] 03/09: Build depend on junit4 instead of junit
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jul 26 23:04:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-invoker-plugin.
commit dbb8d2ab64b31dae7060760ec6810265d81c6748
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jul 26 23:03:16 2017 +0200
Build depend on junit4 instead of junit
---
debian/changelog | 1 +
debian/control | 1 +
debian/maven.rules | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 15cf978..2b438e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-invoker-plugin (3.0.1-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- New dependency on libmaven-artifact-transfer-java
+ - Build depend on junit4 instead of junit
-- Emmanuel Bourg <ebourg at apache.org> Wed, 26 Jul 2017 22:56:34 +0200
diff --git a/debian/control b/debian/control
index e5ae37f..d0b77bd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper
Build-Depends-Indep: ant,
bsh,
groovy,
+ junit4,
libdoxia-java,
libdoxia-sitetools-java,
libjline-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index b09e999..2fa45a1 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,2 +1,2 @@
-junit junit jar s/3\..*/3.x/
+junit junit jar s/.*/4.x/
org.codehaus.plexus plexus-utils * s/.*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker-plugin.git
More information about the pkg-java-commits
mailing list