This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-repo-helper.
commit a80c8109278a6c6ceadf6607a5fa9306d2577065 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 3 12:31:07 2013 +0200 debian/rules: Added ant-junit4.jar to the classpath to fix the test failures --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 47b96c7..31609fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ maven-repo-helper (1.8.5) unstable; urgency=low the type of the artifact * Removed the no longer used Preconditions class * The API changes break the compatibility with maven-debian-helper (<= 1.6.5) + * debian/rules: Added ant-junit4.jar to the classpath to fix the test failures -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2013 12:19:05 +0200 diff --git a/debian/rules b/debian/rules index 3a11d82..460916c 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := ant-junit stax-api xml-apis junit4 +DEB_JARS := ant-junit stax-api xml-apis junit4 ant-junit4 DEB_ANT_BUILD_TARGET := package DEB_ANT_BUILDFILE := ./debian/build.xml DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

