This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jdependency.
commit 88a52916b56c412df28fc6eccb8999b7080977e7 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 13:57:33 2016 +0100 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 3d4c2c8..16772f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jdependency (1.1-1) UNRELEASED; urgency=medium * New upstream release - Depend on libasm4-java instead of libasm3-java (Closes: #800861) + - Build depend on junit4 instead of junit -- Emmanuel Bourg <[email protected]> Mon, 18 Jan 2016 13:55:43 +0100 diff --git a/debian/control b/debian/control index b93e9ae..9ad3078 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5) -Build-Depends-Indep: libasm4-java, libcommons-io-java, junit (>= 3.8.2) +Build-Depends-Indep: libasm4-java, libcommons-io-java, junit4 Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jdependency Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jdependency diff --git a/debian/maven.rules b/debian/maven.rules index cc7dde5..d25ba49 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/ * * org.vafer jdependency jar s/.*/debian/ * * org.ow2.asm * * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdependency.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

