This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gant.
commit f9647457e80f08580a8996751326ffff8ffbd9ad Author: Miguel Landaeta <[email protected]> Date: Wed Aug 10 01:40:22 2011 +0000 * New upstream release. * Bump Standards-Version to 3.9.2. No changes were required. * Add missing Build-Depends on libmaven-ant-tasks-java, maven2, libplexus-classworlds-java and libplexus-utils-java. * Add missing Depends on ant and Recommends on maven2 and libmaven-ant-tasks-java. --- debian/build.xml | 10 +++++++--- debian/changelog | 11 +++++++++++ debian/control | 9 ++++++--- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 93674be..f2b4829 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -24,8 +24,8 @@ 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.3"/> - <property name="groovyVersion" value="1.7.8"/> + <property name="gantVersion" value="1.9.6"/> + <property name="groovyVersion" value="1.8.1"/> <property name="mavenAntTaskVersion" value="2.0.10"/> <property name="ivyVersion" value="2.2.0"/> @@ -33,7 +33,8 @@ Author : Russel Winder <[email protected]> <property name="sourceDirectory" value="src/main/groovy"/> <property name="testsDirectory" value="src/test/groovy"/> - <property name="jarfilesDirectory" value="jarfiles"/> + <property name="jarfilesDirectory" value="/usr/share/java"/> + <property name="mavenJarfilesDirectory" value="/usr/share/maven2/lib"/> <property name="scriptsDirectory" value="scripts"/> <property name="buildDirectory" value="target_gant"/> @@ -66,6 +67,9 @@ Author : Russel Winder <[email protected]> <target name="-initializeMavenAntTask"> <path id="mavenAntTaskJarPathId"> <fileset dir="${jarfilesDirectory}" includes="maven-ant-tasks-${mavenAntTaskVersion}.jar"/> + <fileset dir="${jarfilesDirectory}" includes="plexus-classworlds.jar"/> + <fileset dir="${jarfilesDirectory}" includes="plexus-utils.jar"/> + <fileset dir="${mavenJarfilesDirectory}" includes="maven-debian-uber.jar"/> </path> <typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="mavenAntTaskJarPathId"/> </target> diff --git a/debian/changelog b/debian/changelog index 70ec341..375909d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +gant (1.9.6-1) UNRELEASED; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.9.2. No changes were required. + * Add missing Build-Depends on libmaven-ant-tasks-java, maven2, + libplexus-classworlds-java and libplexus-utils-java. + * Add missing Depends on ant and Recommends on maven2 and + libmaven-ant-tasks-java. + + -- Miguel Landaeta <[email protected]> Tue, 09 Aug 2011 20:27:01 -0430 + gant (1.9.3-2) unstable; urgency=low * Upload to unstable. diff --git a/debian/control b/debian/control index 56e3855..9bef4e4 100644 --- a/debian/control +++ b/debian/control @@ -4,15 +4,18 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]>, Miguel Landaeta <[email protected]> Build-Depends: cdbs, debhelper (>= 7) -Build-Depends-Indep: ant, groovy, default-jdk -Standards-Version: 3.9.1 +Build-Depends-Indep: ant, groovy, default-jdk, libmaven-ant-tasks-java, + maven2, libplexus-classworlds-java, libplexus-utils-java +Standards-Version: 3.9.2 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 Package: gant Architecture: all -Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, groovy +Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, groovy, + ant +Recommends: maven2, 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

