[maven-ear-plugin] 16/17: New build dependency on junit4
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 9 14:09:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-ear-plugin.
commit 0bc11886e4c066126f5fde3460d7f6d585d4d171
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Dec 9 15:03:46 2015 +0100
New build dependency on junit4
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/maven.rules | 2 ++
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f3d9eeb..45843f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-ear-plugin (2.8-1) UNRELEASED; urgency=low
* Team upload.
* New upstream release
- Refreshed the patch
+ - New build dependency on junit4
* debian/control:
- Standards-Version updated to 3.9.6 (no changes)
- Use canonical URLs for the Vcs-* fields
diff --git a/debian/control b/debian/control
index 869aa42..16b0c84 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper
-Build-Depends-Indep: libmaven-antrun-plugin-java (>= 1.3),
+Build-Depends-Indep: junit4,
+ libmaven-antrun-plugin-java (>= 1.3),
libmaven-archiver-java,
libmaven-filtering-java,
libmaven-invoker-plugin-java (>= 1.3),
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..88060ad
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,2 @@
+
+junit junit * s/.*/4.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ear-plugin.git
More information about the pkg-java-commits
mailing list