Author: ludovicc-guest Date: 2009-08-08 00:25:25 +0000 (Sat, 08 Aug 2009) New Revision: 9732
Removed: trunk/gant/debian/patches/ Modified: trunk/gant/debian/changelog trunk/gant/debian/control trunk/gant/debian/rules Log: * New upstream release * Add myself to Uploaders * Change Section to java * Remove patch and dependency on quilt as the patch is no longer useful. * Add dependencies on headless Java runtimes as gant runs on the command line. Modified: trunk/gant/debian/changelog =================================================================== --- trunk/gant/debian/changelog 2009-08-08 00:11:21 UTC (rev 9731) +++ trunk/gant/debian/changelog 2009-08-08 00:25:25 UTC (rev 9732) @@ -1,3 +1,14 @@ +gant (1.7.0-1) unstable; urgency=low + + * New upstream release + * Add myself to Uploaders + * Change Section to java + * Remove patch and dependency on quilt as the patch is no longer useful. + * Add dependencies on headless Java runtimes as gant runs on the + command line. + + -- Ludovic Claude <[email protected]> Sat, 08 Aug 2009 01:09:41 +0100 + gant (1.6.1-2) unstable; urgency=low * Switch to openjdk which fixes FTBFS (Closes: #533952) Modified: trunk/gant/debian/control =================================================================== --- trunk/gant/debian/control 2009-08-08 00:11:21 UTC (rev 9731) +++ trunk/gant/debian/control 2009-08-08 00:25:25 UTC (rev 9732) @@ -1,9 +1,9 @@ Source: gant -Section: devel +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: cdbs, debhelper (>= 6), quilt +Build-Depends: cdbs, debhelper (>= 6) Build-Depends-Indep: ant, groovy, openjdk-6-jdk Standards-Version: 3.8.2 Homepage: http://gant.codehaus.org/ @@ -12,7 +12,7 @@ Package: gant Architecture: all -Depends: ${misc:Depends}, default-jre | java2-runtime, groovy +Depends: ${misc:Depends}, default-jre | java2-runtime | default-jre-headless | java2-runtime-headless, groovy Description: Groovy build framework based on scripting Ant tasks Gant is a build tool for scripting Ant tasks using Groovy instead of XML to specify the build logic. A Gant build specification is a Modified: trunk/gant/debian/rules =================================================================== --- trunk/gant/debian/rules 2009-08-08 00:11:21 UTC (rev 9731) +++ trunk/gant/debian/rules 2009-08-08 00:25:25 UTC (rev 9732) @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk JAVA_HOME := /usr/lib/jvm/java-6-openjdk DEB_ANT_BUILD_TARGET := package _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

