This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-compress-java.
commit 728b22f13742c0588a5cb91f8092e9fe287304be Author: Tony Mancill <[email protected]> Date: Mon Jun 17 22:42:34 2013 +0000 add ant-junit4.jar to build classpath (Closes: #712589) --- debian/changelog | 11 +++++++++-- debian/rules | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 87d1b18..6b1c4b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ -libcommons-compress-java (1.5-2) UNRELEASED; urgency=low +libcommons-compress-java (1.5-2) unstable; urgency=low + * Team upload. + + [ Emmanuel Bourg ] * Use canonical URLs for the Vcs-* fields * Added the upstream changelog - -- Emmanuel Bourg <[email protected]> Mon, 17 Jun 2013 17:51:30 +0200 + [ tony mancill ] + * Apply patch to d/rules to include ant-junit4.jar on build classpath. + - Thank you to James Page. (Closes: #712589) + + -- tony mancill <[email protected]> Mon, 17 Jun 2013 15:32:55 -0700 libcommons-compress-java (1.5-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 73fed9e..7d85167 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := debian/build.xml -DEB_JARS := ant-junit junit4 xz +DEB_JARS := ant-junit4 ant-junit junit4 xz PACKAGE := commons-compress install/lib$(PACKAGE)-java:: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-compress-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

