This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libcommons-cli-java.
commit c8afcb2ea4bdca3424ba01c8ba729e9b5ea52cad Author: tony mancill <[email protected]> Date: Mon Jun 22 05:23:33 2015 +0000 build-dep junit4; have maven look for junit 4.x --- debian/control | 2 +- debian/maven.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index bfaf89b..59ae9ab 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), maven-repo-helper, libmaven-assembly-plugin-java, libcommons-lang-java (>= 2.0), - junit + junit4 Standards-Version: 3.9.6 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-cli-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-cli-java/ diff --git a/debian/maven.rules b/debian/maven.rules index 8577380..993fa59 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1 +1 @@ -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/libcommons-cli-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

