[maven-dependency-plugin] 01/09: Build depend on junit4 instead of junit (Closes: #869012)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Aug 31 17:00:15 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-dependency-plugin.
commit dbc70415737b2013810dee63cf4846a3ccaee89b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Aug 31 17:02:58 2017 +0200
Build depend on junit4 instead of junit (Closes: #869012)
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/maven.rules | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2872190..9b5d715 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-dependency-plugin (2.8-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Build depend on junit4 instead of junit (Closes: #869012)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 31 Aug 2017 14:43:58 +0200
+
maven-dependency-plugin (2.8-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index fcd6251..8d2f38a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: junit,
+Build-Depends-Indep: junit4,
libcommons-collections3-java,
libmaven-common-artifact-filters-java,
libmaven-dependency-analyzer-java (>= 1.4~),
diff --git a/debian/maven.rules b/debian/maven.rules
index ee9e8a8..8a43ea0 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -16,7 +16,7 @@
# and version starting with 3., replacing the version with 3.x
# junit junit jar s/3\\..*/3.x/
-junit junit jar s/3\..*/3.x/ * *
+junit junit jar s/.*/4.x/ * *
org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * *
s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * *
s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-dependency-plugin.git
More information about the pkg-java-commits
mailing list