Author: nomadium-guest Date: 2011-03-13 21:28:07 +0000 (Sun, 13 Mar 2011) New Revision: 13420
Modified: branches/groovy/1.8/debian/changelog branches/groovy/1.8/debian/rules Log: * Add ant-nodeps in debian/rules due to changes in Ant 1.8.1. Modified: branches/groovy/1.8/debian/changelog =================================================================== --- branches/groovy/1.8/debian/changelog 2011-03-13 01:38:55 UTC (rev 13419) +++ branches/groovy/1.8/debian/changelog 2011-03-13 21:28:07 UTC (rev 13420) @@ -1,9 +1,10 @@ groovy (1.8.0~rc2-1) UNRELEASED; urgency=low * New upstream release. + * Add ant-nodeps in debian/rules due to changes in Ant 1.8.1. * Add optional Depends on java5-runtime-headless for groovy. - -- Miguel Landaeta <[email protected]> Sat, 12 Mar 2011 14:13:46 -0430 + -- Miguel Landaeta <[email protected]> Sun, 13 Mar 2011 16:53:43 -0430 groovy (1.8.0~rc1-1) experimental; urgency=low Modified: branches/groovy/1.8/debian/rules =================================================================== --- branches/groovy/1.8/debian/rules 2011-03-13 01:38:55 UTC (rev 13419) +++ branches/groovy/1.8/debian/rules 2011-03-13 21:28:07 UTC (rev 13420) @@ -12,7 +12,7 @@ DEB_ANT_ARGS := -debug -DskipTests=true -DskipFetch=true DEB_JARS := ant mockobjects-core servlet-api-2.5 jsp-api-2.1 commons-cli antlr \ ant-antlr ant-trax xstream bsf xercesImpl jline junit4 xstream jline asm3 \ - asm3-util asm3-tree asm3-analysis ivy bnd qdox jarjar jansi + asm3-util asm3-tree asm3-analysis ivy bnd qdox jarjar jansi ant-nodeps API_DOCS := target/html/api binary-post-install/$(PACKAGE):: _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

