[pkg-java] r14185 - trunk/libjspeex-java/debian

Torsten Werner twerner at alioth.debian.org
Mon Aug 15 20:49:01 UTC 2011


Author: twerner
Date: 2011-08-15 20:49:01 +0000 (Mon, 15 Aug 2011)
New Revision: 14185

Modified:
   trunk/libjspeex-java/debian/changelog
   trunk/libjspeex-java/debian/control
   trunk/libjspeex-java/debian/rules
Log:
Enable tests.

Modified: trunk/libjspeex-java/debian/changelog
===================================================================
--- trunk/libjspeex-java/debian/changelog	2011-08-15 20:40:02 UTC (rev 14184)
+++ trunk/libjspeex-java/debian/changelog	2011-08-15 20:49:01 UTC (rev 14185)
@@ -5,8 +5,9 @@
   * Change Section: java.
   * Clean up Depends.
   * Update Standards-Version: 3.9.1.
+  * Enable tests.
 
- -- Torsten Werner <twerner at debian.org>  Mon, 15 Aug 2011 22:37:05 +0200
+ -- Torsten Werner <twerner at debian.org>  Mon, 15 Aug 2011 22:41:04 +0200
 
 libjspeex-java (0.9.7-2) unstable; urgency=low
 

Modified: trunk/libjspeex-java/debian/control
===================================================================
--- trunk/libjspeex-java/debian/control	2011-08-15 20:40:02 UTC (rev 14184)
+++ trunk/libjspeex-java/debian/control	2011-08-15 20:49:01 UTC (rev 14185)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
 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

Modified: trunk/libjspeex-java/debian/rules
===================================================================
--- trunk/libjspeex-java/debian/rules	2011-08-15 20:40:02 UTC (rev 14184)
+++ trunk/libjspeex-java/debian/rules	2011-08-15 20:49:01 UTC (rev 14185)
@@ -5,6 +5,8 @@
 
 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




More information about the pkg-java-commits mailing list