This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-file-management.
commit 00cf0213c8c1ac7a4c66f63146e75b85a979f274 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 19 17:24:38 2017 +0200 Build depend on junit4 instead of junit --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index af0c6b2..1cd32a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-file-management (3.0.0-1) UNRELEASED; urgency=medium * New upstream release - Removed mdo_xsd.patch (fixed upstream) - Depend on libmaven3-core-java instead of libmaven2-core-java + - Build depend on junit4 instead of junit * Build with the DH sequencer instead of CDBS * Moved the package to Git * Standards-Version updated to 4.0.0 diff --git a/debian/control b/debian/control index 0cee524..cf91d09 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, - junit, + junit4, libmaven-javadoc-plugin-java, libmaven-shared-io-java, libmaven3-core-java, diff --git a/debian/maven.rules b/debian/maven.rules index 0e1dcb4..afa1330 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,5 +16,5 @@ # 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.apache.maven maven-plugin-api * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-file-management.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

