Your message dated Tue, 09 Aug 2005 05:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306294: fixed in jswat2 2.37-1
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; 25 Apr 2005 15:16:46 +0000
>From [EMAIL PROTECTED] Mon Apr 25 08:16:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158131.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.131] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DQ5KH-00046f-00; Mon, 25 Apr 2005 08:16:46 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DQ5KI-00041K-GY; Mon, 25 Apr 2005 17:16:46 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: jswat2: FTBFS: Missing Build-Depends on j2sdk1.4
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 25 Apr 2005 17:16:46 +0200
Delivered-To: [EMAIL PROTECTED]
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: jswat2
Version: 2.33-1
Severity: serious
Tags: patch

When building 'jswat2' on amd64/unstable with gcc-4.0,
I get the following error:

# Add here commands to compile the package.
ant -Dversion=2.33 dist
Error: JAVA_HOME is not defined correctly.
  We cannot execute /usr/local/j2sdk1.4.2_06/bin/java
make: *** [build-stamp] Error 1


Please add the missing Build-Depends on j2sdk1.4 to debian/control
and amend debian/rules to set the correct JAVA_HOME path.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jswat2-2.33/debian/control ./debian/control
--- ../tmp-orig/jswat2-2.33/debian/control      2005-03-11 16:09:02.996969270 
+0100
+++ ./debian/control    2005-03-11 16:08:59.745463574 +0100
@@ -2,7 +2,7 @@
 Section: contrib/devel
 Priority: optional
 Maintainer: Marcus Crafter <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 3.0.0), ant (>= 1.2-1)
+Build-Depends-Indep: debhelper, j2sdk1.4, ant (>= 1.2-1)
 Standards-Version: 3.6.1.1
 
 Package: jswat2
diff -urN ../tmp-orig/jswat2-2.33/debian/rules ./debian/rules
--- ../tmp-orig/jswat2-2.33/debian/rules        2005-03-11 16:09:02.996969270 
+0100
+++ ./debian/rules      2005-03-11 16:08:51.578705110 +0100
@@ -11,7 +11,8 @@
 JSWAT_VERSION := $(shell pwd | sed -e 's/.*\([1-9]\.[1-9]\)/\1/')
 
 # This ensures that we build with jdk 1.4.2
-export JAVA_HOME=/usr/local/j2sdk1.4.2_06
+JAVA_HOME_DIRS=/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)
 export PATH=$JAVA_HOME/bin:$(shell echo $$PATH)
 
 # This tool is built by jakarta-ant

---------------------------------------
Received: (at 306294-close) by bugs.debian.org; 9 Aug 2005 12:49:27 +0000
>From [EMAIL PROTECTED] Tue Aug 09 05:49:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E2TVa-0007fX-00; Tue, 09 Aug 2005 05:47:06 -0700
From: Marcus Crafter <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#306294: fixed in jswat2 2.37-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 09 Aug 2005 05:47:06 -0700
Delivered-To: [EMAIL PROTECTED]
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: jswat2
Source-Version: 2.37-1

We believe that the bug you reported is fixed in the latest version of
jswat2, which is due to be installed in the Debian FTP archive:

jswat2_2.37-1.diff.gz
  to pool/contrib/j/jswat2/jswat2_2.37-1.diff.gz
jswat2_2.37-1.dsc
  to pool/contrib/j/jswat2/jswat2_2.37-1.dsc
jswat2_2.37-1_all.deb
  to pool/contrib/j/jswat2/jswat2_2.37-1_all.deb
jswat2_2.37.orig.tar.gz
  to pool/contrib/j/jswat2/jswat2_2.37.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marcus Crafter <[EMAIL PROTECTED]> (supplier of updated jswat2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 23 Jul 2005 11:50:35 +0200
Source: jswat2
Binary: jswat2
Architecture: source all
Version: 2.37-1
Distribution: unstable
Urgency: low
Maintainer: Marcus Crafter <[EMAIL PROTECTED]>
Changed-By: Marcus Crafter <[EMAIL PROTECTED]>
Description: 
 jswat2     - JPDA java debugger
Closes: 306294
Changes: 
 jswat2 (2.37-1) unstable; urgency=low
 .
   * New upstream release.
   * Applied control/rules fixes from Andreas Jochens
     (closes: #306294)
Files: 
 e228357418426bb6b7d6e22cb7eb4e13 609 contrib/devel optional jswat2_2.37-1.dsc
 42ae000fa09545b4553451a405f4f6fb 1751030 contrib/devel optional 
jswat2_2.37.orig.tar.gz
 4849ec9232efb11c0a048c5a0efbf084 4664 contrib/devel optional 
jswat2_2.37-1.diff.gz
 0bab7083915fda01c87f949521cbeacf 1813178 contrib/devel optional 
jswat2_2.37-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC4o4+OU0v48TFe0IRAvL9AKCisn5oL7Qgh9kPW2gP24Q9iTH01ACgsE37
J9m9wzaWhPeVn9JD2SeJ7gY=
=QbVn
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to