This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gant.
commit ac20d2c6c9c5204fe7799f657f2479f59f9717b3 Author: Miguel Landaeta <[email protected]> Date: Mon Apr 1 00:14:16 2013 +0000 * New upstream release. * Bump Standards-Version to 3.9.4. No changes were required. * Add optional Recommends on maven. * Remove obsolete DM-Upload-Allowed field. --- debian/build.xml | 2 +- debian/changelog | 9 +++++++++ debian/control | 5 ++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 502a6c4..ee40e5b 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -24,7 +24,7 @@ Author : Russel Winder <[email protected]> This Ant script provides the build needed by Debian whilst the Gradle system is not packaged. </description> - <property name="gantVersion" value="1.9.8"/> + <property name="gantVersion" value="1.9.9"/> <property name="groovyVersion" value="1.8.6"/> <property name="mavenAntTaskVersion" value="2.1.3"/> <property name="ivyVersion" value="2.2.0"/> diff --git a/debian/changelog b/debian/changelog index 6d7c3b1..9c257f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gant (1.9.9-1) experimental; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.9.4. No changes were required. + * Add optional Recommends on maven. + * Remove obsolete DM-Upload-Allowed field. + + -- Miguel Landaeta <[email protected]> Sun, 31 Mar 2013 14:19:05 -0300 + gant (1.9.8-1) experimental; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 4af2765..57a46b5 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,11 @@ Source: gant Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -DM-Upload-Allowed: yes Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Miguel Landaeta <[email protected]> Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: ant, groovy, default-jdk, libmaven-ant-tasks-java, maven2, libplexus-classworlds-java, libplexus-utils-java -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: http://gant.codehaus.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/gant Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/gant @@ -16,7 +15,7 @@ Package: gant Architecture: all Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, groovy, ant -Recommends: maven2, libmaven-ant-tasks-java +Recommends: maven2 | maven, libmaven-ant-tasks-java 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

