[maven-clean-plugin] 01/03: Added the missing build dependency on junit4 (Closes: #871148)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Aug 22 22:47:12 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-clean-plugin.
commit 955fece783ea883009fcab7fd7652ce3e0fe2d0d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Aug 23 00:45:55 2017 +0200
Added the missing build dependency on junit4 (Closes: #871148)
---
debian/changelog | 6 ++++++
debian/control | 1 +
debian/maven.rules | 1 +
debian/patches/01-junit-dependency.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
5 files changed, 27 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index def40f5..8ab4f83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+maven-clean-plugin (3.0.0-2) UNRELEASED; urgency=medium
+
+ * Added the missing build dependency on junit4 (Closes: #871148)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 23 Aug 2017 00:42:20 +0200
+
maven-clean-plugin (3.0.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index bb895e3..fd8512d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders:
Build-Depends:
debhelper (>= 10),
default-jdk,
+ junit4,
libmaven-file-management-java,
libmaven-plugin-testing-java (>= 2.1),
libmaven-plugin-tools-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index a6ba263..f6e2bf4 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,4 +1,5 @@
+junit junit * s/.*/4.x/ * *
org.apache.maven maven-plugin-api * s/.*/3.x/ * *
org.apache.maven maven-core * s/.*/3.x/ * *
org.apache.maven maven-compat * s/.*/3.x/ * *
diff --git a/debian/patches/01-junit-dependency.patch b/debian/patches/01-junit-dependency.patch
new file mode 100644
index 0000000..511d4cc
--- /dev/null
+++ b/debian/patches/01-junit-dependency.patch
@@ -0,0 +1,18 @@
+Description: Adds an explicit dependency on junit
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/pom.xml
++++ b/pom.xml
+@@ -84,6 +84,12 @@
+
+ <!-- Test -->
+ <dependency>
++ <groupId>junit</groupId>
++ <artifactId>junit</artifactId>
++ <version>4.12</version>
++ <scope>test</scope>
++ </dependency>
++ <dependency>
+ <groupId>org.apache.maven.plugin-testing</groupId>
+ <artifactId>maven-plugin-testing-harness</artifactId>
+ <version>2.1</version>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9efca2d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-junit-dependency.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git
More information about the pkg-java-commits
mailing list