[gant] 19/51: * Switch to openjdk which fixes FTBFS (Closes: #533952) * Bump Standards-Version to 3.8.2 (no changes)

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 e470e4b4c38fcc2f78fca35de41582b773aed8ce
Author: Varun Hiremath <varun at debian.org>
Date:   Thu Jun 25 09:21:13 2009 +0000

    * Switch to openjdk which fixes FTBFS (Closes: #533952)
    * Bump Standards-Version to 3.8.2 (no changes)
---
 debian/changelog          | 7 +++++++
 debian/control            | 6 +++---
 debian/copyright          | 2 +-
 debian/patches/build.diff | 2 ++
 debian/rules              | 2 +-
 5 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d762828..76823d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gant (1.6.1-2) unstable; urgency=low
+
+  * Switch to openjdk which fixes FTBFS (Closes: #533952)
+  * Bump Standards-Version to 3.8.2 (no changes)
+
+ -- Varun Hiremath <varun at debian.org>  Thu, 25 Jun 2009 05:17:35 -0400
+
 gant (1.6.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 770c731..c2b647e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,15 @@ 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-Indep: ant, groovy, java-gcj-compat-dev
-Standards-Version: 3.8.0
+Build-Depends-Indep: ant, groovy, openjdk-6-jdk
+Standards-Version: 3.8.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: java-gcj-compat | java1-runtime | java2-runtime, groovy
+Depends: ${misc:Depends}, default-jre | java2-runtime, 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/copyright b/debian/copyright
index d7628f4..345642e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,5 +13,5 @@ License:
    On Debian systems, full text of the Apache 2.0 license can be found
    at `/usr/share/common-licenses/Apache-2.0'.
 
-The Debian packaging is (C) 2007, Varun Hiremath <varun at debian.org> and
+The Debian packaging is © 2007, Varun Hiremath <varun at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/patches/build.diff b/debian/patches/build.diff
index 30e3f0d..cbe2cf8 100644
--- a/debian/patches/build.diff
+++ b/debian/patches/build.diff
@@ -1,3 +1,5 @@
+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
diff --git a/debian/rules b/debian/rules
index 819e558..8eec913 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ 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
+JAVA_HOME 	     := /usr/lib/jvm/java-6-openjdk
 DEB_ANT_BUILD_TARGET := package
 UPSTREAM_VERSION     := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e's,+dak.*,,')
 

-- 
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