Bug#306776: marked as done (libtoolbutton-java: FTBFS: Please support the JAVA_HOME directories used by java-package)

Debian Bug Tracking System owner at bugs.debian.org
Thu Jan 12 19:03:11 UTC 2006


Your message dated Thu, 12 Jan 2006 19:51:20 +0100
with message-id <43C6A528.5010802 at gmx.de>
and subject line libtoolbutton-java removed from archive
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Apr 2005 12:48:56 +0000
>From aj at andaco.de Thu Apr 28 05:48:56 2005
Return-path: <aj at andaco.de>
Received: from c156142.adsl.hansenet.de (localhost.localdomain) [213.39.156.142] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DR8Rr-0004QH-00; Thu, 28 Apr 2005 05:48:56 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
	id 1DR8S3-000343-3w; Thu, 28 Apr 2005 14:49:07 +0200
To: Debian Bug Tracking System <submit at bugs.debian.org>
From: Andreas Jochens <aj at andaco.de>
Subject: libtoolbutton-java: FTBFS: Please support the JAVA_HOME directories used by java-package
Message-Id: <E1DR8S3-000343-3w at localhost.localdomain>
Date: Thu, 28 Apr 2005 14:49:07 +0200
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: libtoolbutton-java
Version: 0.2-2
Severity: wishlist
Tags: patch

Please change debian/rules to support the JAVA_HOME directories which
are used by {sun,ibm,blackdown}-j2sdk1.x which are created by
java-package.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libtoolbutton-java-0.2/debian/rules ./debian/rules
--- ../tmp-orig/libtoolbutton-java-0.2/debian/rules	2005-04-28 14:43:06.874933102 +0200
+++ ./debian/rules	2005-04-28 14:42:42.515636278 +0200
@@ -5,8 +5,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-#JAVA_HOME=/usr/lib/j2se/1.4
-JAVA_HOME=/usr/lib/j2se/1.3
+JAVA_HOME_DIRS=/usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm /usr/lib/j2sdk1.4-blackdown
+export JAVA_HOME ?= $(shell for j in $(JAVA_HOME_DIRS); do [ -d "$$j" ] && echo $$j && exit 0; done)
 JAVAC=$(JAVA_HOME)/bin/javac
 JAR=$(JAVA_HOME)/bin/jar
 JAVADOC=$(JAVA_HOME)/bin/javadoc

---------------------------------------
Received: (at 306776-done) by bugs.debian.org; 12 Jan 2006 18:49:31 +0000
>From WBaer at gmx.de Thu Jan 12 10:49:31 2006
Return-path: <WBaer at gmx.de>
Received: from mail.gmx.de ([213.165.64.21] helo=mail.gmx.net)
	by spohr.debian.org with smtp (Exim 4.50)
	id 1Ex7Vq-0003kV-Uh
	for 306776-done at bugs.debian.org; Thu, 12 Jan 2006 10:49:31 -0800
Received: (qmail invoked by alias); 12 Jan 2006 18:48:59 -0000
Received: from p5481B6A2.dip0.t-ipconnect.de (EHLO [192.168.0.203]) [84.129.182.162]
  by mail.gmx.net (mp028) with SMTP; 12 Jan 2006 19:48:59 +0100
X-Authenticated: #1941950
Message-ID: <43C6A528.5010802 at gmx.de>
Date: Thu, 12 Jan 2006 19:51:20 +0100
From: Wolfgang Baer <WBaer at gmx.de>
User-Agent: Debian Thunderbird 1.0.7 (X11/20051017)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: 306776-done at bugs.debian.org
Subject: libtoolbutton-java removed from archive
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 200925




More information about the pkg-java-maintainers mailing list