This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit 47345fa64765d1a5088bb7e3c0387e8f47347068 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 10:48:38 2017 +0200 New build dependency on libfest-assert-java --- debian/changelog | 2 +- debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9270643..71715c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ surefire (2.19-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - New dependency on libjcip-annotations-java - - New build dependency on libmockito-java + - New build dependency on libfest-assert-java and libmockito-java - Relocate the version 2.17 of the plugin to the current one -- Emmanuel Bourg <[email protected]> Thu, 20 Jul 2017 10:05:17 +0200 diff --git a/debian/control b/debian/control index 1a00239..630f330 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends-Indep: javacc, junit4, libcommons-io-java, libcommons-lang3-java, + libfest-assert-java, libjavacc-maven-plugin-java, libjcip-annotations-java, libjmock-java, diff --git a/debian/maven.rules b/debian/maven.rules index b0abb8a..cbed498 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -3,6 +3,7 @@ junit junit jar s/3\..*/3.x/ junit junit jar s/4\..*/4.x/ jmock jmock jar s/1\..*/1.x/ +org.easytesting s/fest-assert/fest-assert-core/ * s/.*/debian/ org.apache.commons commons-lang3 * s/.*/debian/ org.testng testng * s/.*/6.x/ s/.*// * # fix the version of maven-shade-plugin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/surefire.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

