This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository axmlrpc.
commit a8af6a53b3c25a9fa2f1b58bce668c5f27127acb Author: Guillaume Turri <[email protected]> Date: Tue Sep 15 09:14:51 2015 +0200 New build dependency on junit4 --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index cd08f8b..afd015e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ axmlrpc (1.8.1-1) UNRELEASED; urgency=medium * New upstream release - Refreshed debian/pom.xml + - New build dependency on junit4 -- Guillaume Turri <[email protected]> Fri, 14 Aug 2015 08:04:58 +0000 diff --git a/debian/control b/debian/control index cd6e135..eaaf340 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: cdbs, debhelper (>= 9), default-jdk, default-jdk-doc, + junit4, libmaven-javadoc-plugin-java, maven-debian-helper (>= 1.5) Standards-Version: 3.9.6 diff --git a/debian/maven.rules b/debian/maven.rules index 54559fe..858150c 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,3 @@ de.timroes aXMLRPC jar s/.*/debian/ * * +junit junit jar s/4\..*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axmlrpc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

