This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-archiver.
commit 08306377891a0e92ddfb6929f4274b4057213471 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 16:30:29 2017 +0200 New build dependency on junit4 --- debian/changelog | 1 + debian/control | 3 ++- debian/maven.rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5ea953..e5c78f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ plexus-archiver (2.8-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patch - New dependency on libcommons-compress-java + - New build dependency on junit4 * Build with maven-debian-helper instead of maven-ant-helper * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 481692c..99aef4b 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,9 @@ Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 10), default-jdk -Build-Depends-Indep: libplexus-containers-java, +Build-Depends-Indep: junit4, libcommons-compress-java (>= 1.9), + libplexus-containers-java, libplexus-io-java, libplexus-utils-java, maven-debian-helper (>= 2.2) diff --git a/debian/maven.rules b/debian/maven.rules index 42017bb..1b96e53 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,2 @@ +junit junit * s/.*/4.x/ * * org.codehaus.plexus plexus-container-default jar s/.*/1.0-alpha/ - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-archiver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

