This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjspeex-java.
commit 0f0693f5d047e006c79431058e1ed5ab453a8d28 Author: Torsten Werner <[email protected]> Date: Mon Aug 15 20:49:01 2011 +0000 Enable tests. --- debian/changelog | 3 ++- debian/control | 2 +- debian/rules | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3bfbac9..eeb60f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ libjspeex-java (0.9.7-3) unstable; urgency=low * Change Section: java. * Clean up Depends. * Update Standards-Version: 3.9.1. + * Enable tests. - -- Torsten Werner <[email protected]> Mon, 15 Aug 2011 22:37:05 +0200 + -- Torsten Werner <[email protected]> Mon, 15 Aug 2011 22:41:04 +0200 libjspeex-java (0.9.7-2) unstable; urgency=low diff --git a/debian/control b/debian/control index ad83cc9..fef3a95 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> Build-Depends: cdbs, debhelper (>= 5) -Build-Depends-Indep: ant, junit, default-jdk +Build-Depends-Indep: ant-optional, junit, default-jdk Standards-Version: 3.9.1 Homepage: http://jspeex.sourceforge.net Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjspeex-java diff --git a/debian/rules b/debian/rules index a50fb12..5cf0ad6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := package javadoc +DEB_ANT_CHECK_TARGET := test +DEB_JARS := ant-junit junit install/libjspeex-java:: install -m 644 -D dist/jspeex.jar $(DEB_DESTDIR)/usr/share/java/jspeex-$(DEB_UPSTREAM_VERSION).jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjspeex-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

