Author: mkoch Date: 2009-09-30 21:58:23 +0000 (Wed, 30 Sep 2009) New Revision: 10712
Modified: trunk/checkstyle/debian/ant.properties trunk/checkstyle/debian/changelog trunk/checkstyle/debian/control trunk/checkstyle/debian/rules Log: needs newer version of google-collections Modified: trunk/checkstyle/debian/ant.properties =================================================================== --- trunk/checkstyle/debian/ant.properties 2009-09-30 21:52:31 UTC (rev 10711) +++ trunk/checkstyle/debian/ant.properties 2009-09-30 21:58:23 UTC (rev 10712) @@ -2,7 +2,7 @@ #build.sysclasspath=only antlr.jar=/usr/share/java/antlr.jar regexp.jar=/usr/share/java/regexp.jar -collections.jar=/usr/share/java/commons-collections.jar +collections.jar=/usr/share/java/google-collections.jar cli.jar=/usr/share/java/commons-cli.jar beanutils.jar=/usr/share/java/commons-beanutils.jar logging.jar=/usr/share/java/commons-logging.jar Modified: trunk/checkstyle/debian/changelog =================================================================== --- trunk/checkstyle/debian/changelog 2009-09-30 21:52:31 UTC (rev 10711) +++ trunk/checkstyle/debian/changelog 2009-09-30 21:58:23 UTC (rev 10712) @@ -1,5 +1,7 @@ checkstyle (5.0+dfsg-1) UNRELEASED; urgency=low + TODO: Needs newer version of libgoogle-collections-java. + * New upstream version. * Reworked Build-Depends. * Cleaned up debian/rules. Modified: trunk/checkstyle/debian/control =================================================================== --- trunk/checkstyle/debian/control 2009-09-30 21:52:31 UTC (rev 10711) +++ trunk/checkstyle/debian/control 2009-09-30 21:58:23 UTC (rev 10712) @@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, Dominik Smatana <[email protected]>, Michael Koch <[email protected]>, Paul Cager <[email protected]> Build-Depends: cdbs, debhelper (>= 7), ant-optional, default-jdk -Build-Depends-Indep: junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr (>= 2.7.6), libcommons-cli-java, velocity, libjdom1-java, tofrodos +Build-Depends-Indep: junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libgoogle-collections-java (>= 1.0~rc2), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr (>= 2.7.6), libcommons-cli-java, velocity, libjdom1-java, tofrodos Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/checkstyle Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/checkstyle Modified: trunk/checkstyle/debian/rules =================================================================== --- trunk/checkstyle/debian/rules 2009-09-30 21:52:31 UTC (rev 10711) +++ trunk/checkstyle/debian/rules 2009-09-30 21:58:23 UTC (rev 10712) @@ -14,7 +14,7 @@ VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/+.*//') JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := junit commons-beanutils commons-collections commons-logging regexp antlr commons-cli $(ANT_HOME)/lib/ant-nodeps.jar velocity jdom1 xercesImpl logkit log4j-1.2 +DEB_JARS := junit commons-beanutils google-collections commons-logging regexp antlr commons-cli $(ANT_HOME)/lib/ant-nodeps.jar velocity jdom1 xercesImpl logkit log4j-1.2 DOWNLOAD := http://heanet.dl.sourceforge.net/sourceforge/checkstyle/checkstyle-src-$(VERSION).tar.gz DEB_ANT_BUILD_TARGET := build.bindist #compile.checkstyle #javadoc _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

