This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-dependency-analyzer.
commit 6fbad380f6aae7f818438af8187d15254bf43e50 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 23:34:25 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 5fc3721..4bd7876 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-dependency-analyzer (1.7-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patch + - Build depend on junit4 instead of junit * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 567536e..2a72c80 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 10), default-jdk -Build-Depends-Indep: junit, +Build-Depends-Indep: junit4, libasm-java (>= 5.0), libjmock-java, libmaven-plugin-testing-java, diff --git a/debian/maven.rules b/debian/maven.rules index c16180d..999664d 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,4 @@ -junit junit jar s/3\..*/3.x/ +junit junit jar s/.*/4.x/ jmock jmock jar s/1\..*/1.x/ s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-dependency-analyzer.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

