This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-exec.
commit 028984acc47d01c611e80a6bd00218851962f482 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 1 11:16:01 2015 +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 00fdb6f..a448ae6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ commons-exec (1.3-1) UNRELEASED; urgency=medium * New upstream release + - Build depend on junit4 instead of junit -- Emmanuel Bourg <[email protected]> Mon, 01 Jun 2015 10:59:22 +0200 diff --git a/debian/control b/debian/control index 7a12cb6..abd71d5 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Peter Collingbourne <[email protected]>, Ramakrishnan Muthukrishnan <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper, iputils-ping +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper, iputils-ping, junit4 Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/commons-exec.git Vcs-Git: git://anonscm.debian.org/pkg-java/commons-exec.git diff --git a/debian/maven.rules b/debian/maven.rules index 9d87a49..e85291e 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,2 @@ -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/4\..*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-exec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

