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 <[email protected]> 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 <[email protected]> Uploaders: Ludovic Claude <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

