Author: ludovicc-guest Date: 2009-07-02 11:47:06 +0000 (Thu, 02 Jul 2009) New Revision: 8765
Modified: trunk/libcommons-digester-java/debian/control trunk/libcommons-digester-java/debian/rules Log: * Add JUnit for the build Modified: trunk/libcommons-digester-java/debian/control =================================================================== --- trunk/libcommons-digester-java/debian/control 2009-07-02 11:43:05 UTC (rev 8764) +++ trunk/libcommons-digester-java/debian/control 2009-07-02 11:47:06 UTC (rev 8765) @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Michael Koch <[email protected]>, Varun Hiremath <[email protected]>, Kumar Appaiah <[email protected]> -Build-Depends: debhelper (>= 5), cdbs (>= 0.4.21) -Build-Depends-Indep: ant, default-jdk, libcommons-beanutils-java, libcommons-logging-java, junit +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.21), default-jdk +Build-Depends-Indep: ant, ant-optional, libcommons-beanutils-java, libcommons-logging-java, junit Standards-Version: 3.8.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-digester-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-digester-java Modified: trunk/libcommons-digester-java/debian/rules =================================================================== --- trunk/libcommons-digester-java/debian/rules 2009-07-02 11:43:05 UTC (rev 8764) +++ trunk/libcommons-digester-java/debian/rules 2009-07-02 11:47:06 UTC (rev 8765) @@ -11,7 +11,7 @@ # Additional JARs to add to the class path, either full path or just the # basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted -DEB_JARS := commons-collections3 commons-logging commons-beanutils junit +DEB_JARS := commons-collections3 commons-logging commons-beanutils junit ant-junit DEB_ANT_BUILD_TARGET := dist _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

