[gant] 20/51: * 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.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jul 31 12:07:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository gant.

commit 277aaf4132b516425385503a4f6ef35d8ec46bf2
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Sat Aug 8 00:25:25 2009 +0000

    * 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.
---
 debian/changelog          | 11 +++++++++++
 debian/control            |  6 +++---
 debian/patches/build.diff | 15 ---------------
 debian/patches/series     |  1 -
 debian/rules              |  1 -
 5 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 76823d2..d38a972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <ludovic.claude at laposte.net>  Sat, 08 Aug 2009 01:09:41 +0100
+
 gant (1.6.1-2) unstable; urgency=low
 
   * Switch to openjdk which fixes FTBFS (Closes: #533952)
diff --git a/debian/control b/debian/control
index c2b647e..cbe547f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: gant
-Section: devel
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
-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 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/gant
 
 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
diff --git a/debian/patches/build.diff b/debian/patches/build.diff
deleted file mode 100644
index cbe2cf8..0000000
--- a/debian/patches/build.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Varun Hiremath <varun at debian.org>
-Description: Disable test build
-Index: gant-1.5.0/build.xml
-===================================================================
---- gant-1.5.0.orig/build.xml	2008-12-11 10:40:48.000000000 +0100
-+++ gant-1.5.0/build.xml	2008-12-14 11:59:49.000000000 +0100
-@@ -197,7 +197,7 @@
-     <delete file="groovyAntTaskTestVersion.properties"/>
-   </target>
- 
--  <target name="-package" depends="-compile,-test" unless="testsFailed">
-+  <target name="-package" depends="-compile" unless="testsFailed">
-     <mkdir dir="${buildMetadataDirectory}"/>
-     <copy todir="${buildMetadataDirectory}" file="LICENCE.txt"/>
-     <manifest file="${buildMetadataDirectory}/MANIFEST.MF">
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c614a3c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-build.diff
diff --git a/debian/rules b/debian/rules
index 8eec913..bc57a19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gant.git



More information about the pkg-java-commits mailing list