[gant] 09/51: Disable target -test with patch build.diff.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jul 31 12:07:08 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 e4248f6018e479ba7e7895b1a1d43b98538b959e
Author: Torsten Werner <twerner at debian.org>
Date:   Mon Aug 11 02:04:10 2008 +0000

    Disable target -test with patch build.diff.
---
 debian/changelog          |  4 ++--
 debian/control            |  2 +-
 debian/patches/build.diff | 13 +++++++++++++
 debian/patches/series     |  1 +
 debian/rules              |  3 ++-
 5 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b9fc89c..2708285 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
 gant (1.4.0-1) UNRELEASED; urgency=low
 
-  DOES NOT BUILD
   * New upstream release
+  * Disable target -test with patch build.diff.
 
- -- Torsten Werner <twerner at debian.org>  Thu, 24 Jul 2008 21:53:39 +0200
+ -- Torsten Werner <twerner at debian.org>  Mon, 11 Aug 2008 03:59:06 +0200
 
 gant (1.3.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c648f05..17ec142 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: contrib/devel
 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)
+Build-Depends: cdbs, debhelper (>= 6), quilt
 Build-Depends-Indep: ant, groovy, java-gcj-compat-dev
 Standards-Version: 3.8.0
 Homepage: http://gant.codehaus.org/
diff --git a/debian/patches/build.diff b/debian/patches/build.diff
new file mode 100644
index 0000000..0fd759c
--- /dev/null
+++ b/debian/patches/build.diff
@@ -0,0 +1,13 @@
+Index: gant-1.4.0.orig/build.xml
+===================================================================
+--- gant-1.4.0.orig.orig/build.xml	2008-08-11 03:58:05.000000000 +0200
++++ gant-1.4.0.orig/build.xml	2008-08-11 03:58:19.000000000 +0200
+@@ -194,7 +194,7 @@
+     </junit>
+   </target>
+ 
+-  <target name="-package" depends="-test,-compile">
++  <target name="-package" depends="-compile">
+     <mkdir dir="${buildMetadataDirectory}"/>
+     <copy todir="${buildMetadataDirectory}" file="LICENCE.txt"/>
+     <manifest file="${buildMetadataDirectory}/MANIFEST.MF">
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c614a3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build.diff
diff --git a/debian/rules b/debian/rules
index b9d7604..acdef33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/ant.mk
 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-gcj
 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