Your message dated Thu, 28 Apr 2005 17:33:07 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306617: fixed in statcvs 20030713-4
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; 27 Apr 2005 17:51:02 +0000
>From [EMAIL PROTECTED] Wed Apr 27 10:51:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c173165.adsl.hansenet.de (localhost.localdomain) 
[213.39.173.165] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DQqgf-0006sr-00; Wed, 27 Apr 2005 10:51:01 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DQqgm-0003i0-NR; Wed, 27 Apr 2005 19:51:09 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: statcvs: FTBFS: Missing Build-Depends on 'junit, libjdom-java'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 27 Apr 2005 19:51:09 +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: statcvs
Version: 20030713-3
Severity: serious
Tags: patch

When building 'statcvs' in a clean 'unstable' chroot,
I get the following errors:

# If upstream make StatCVS port for new jfreechart one day
#cp /usr/share/java/jfreechart.jar statcvs-20030713/lib
#cp /usr/share/java/jcommon.jar statcvs-20030713/lib
cp /usr/share/java/junit.jar statcvs-20030713/lib
cp: cannot stat `/usr/share/java/junit.jar': No such file or directory
make: *** [configure-stamp] Error 1

cp /usr/share/java/junit.jar statcvs-20030713/lib
cp /usr/share/java/jdom.jar statcvs-20030713/lib
cp: cannot stat `/usr/share/java/jdom.jar': No such file or directory
make: *** [configure-stamp] Error 1
(END)                   


Please add the missing Build-Depends on 'junit, libjdom-java'
to debian/control.

Please also allow to build the package with j2sdk1.5-sun instead of
j2sdk1.4-sun since j2sdk1.4-sun is not available on some architectures
(e.g. amd64 and ppc64).

Regards
Andreas Jochens

diff -urN ../tmp-orig/statcvs-20030713/debian/control ./debian/control
--- ../tmp-orig/statcvs-20030713/debian/control 2005-04-27 19:41:13.983475766 
+0200
+++ ./debian/control    2005-04-27 19:41:08.283342318 +0200
@@ -2,7 +2,7 @@
 Section: contrib/devel
 Priority: optional
 Maintainer: Christian Bayle <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), sun-j2sdk1.4, ant
+Build-Depends-Indep: debhelper, sun-j2sdk1.5 | sun-j2sdk1.4, ant, junit, 
libjdom-java
 Standards-Version: 3.6.0
 
 Package: statcvs
diff -urN ../tmp-orig/statcvs-20030713/debian/rules ./debian/rules
--- ../tmp-orig/statcvs-20030713/debian/rules   2005-04-27 19:41:13.982475918 
+0200
+++ ./debian/rules      2005-04-27 19:31:55.000000000 +0200
@@ -4,13 +4,11 @@
 #export DH_VERBOSE=1
 
 # Build 
-#export JAVA_HOME=/usr/lib/j2se/1.4
-#export JAVA=/usr/lib/j2se/1.4/bin/java
-#export JAVAC=/usr/lib/j2se/1.4/bin/javac
-export JAVA_HOME=/usr/lib/j2sdk1.4-sun
-export JAVA=/usr/lib/j2sdk1.4-sun/bin/java
-export JAVAC=/usr/lib/j2sdk1.4-sun/bin/javac
-export JAR=/usr/lib/j2sdk1.4-sun/bin/jar
+JAVA_HOME_DIRS=/usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.4-sun
+export JAVA_HOME ?= $(shell for j in $(JAVA_HOME_DIRS); do [ -d "$$j" ] && 
echo $$j && exit 0; done)
+export JAVA=$(JAVA_HOME)/bin/java
+export JAVAC=$(JAVA_HOME)/bin/javac
+export JAR=$(JAVA_HOME)/bin/jar
 # this only compile with sun javac and jar at the moment
 
 #export CLASSPATH=$(JAVA_HOME)/lib/tools.jar:$(JAVA_HOME)/lib/classes.zip

---------------------------------------
Received: (at 306617-close) by bugs.debian.org; 28 Apr 2005 21:38:05 +0000
>From [EMAIL PROTECTED] Thu Apr 28 14:38:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DRGhx-0003wl-00; Thu, 28 Apr 2005 14:38:05 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DRGd9-0001MQ-00; Thu, 28 Apr 2005 17:33:07 -0400
From: Christian Bayle <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#306617: fixed in statcvs 20030713-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Apr 2005 17:33:07 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: statcvs
Source-Version: 20030713-4

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

statcvs_20030713-4.diff.gz
  to pool/contrib/s/statcvs/statcvs_20030713-4.diff.gz
statcvs_20030713-4.dsc
  to pool/contrib/s/statcvs/statcvs_20030713-4.dsc
statcvs_20030713-4_all.deb
  to pool/contrib/s/statcvs/statcvs_20030713-4_all.deb



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.
Christian Bayle <[EMAIL PROTECTED]> (supplier of updated statcvs 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: Thu, 28 Apr 2005 22:20:22 +0200
Source: statcvs
Binary: statcvs
Architecture: source all
Version: 20030713-4
Distribution: unstable
Urgency: high
Maintainer: Christian Bayle <[EMAIL PROTECTED]>
Changed-By: Christian Bayle <[EMAIL PROTECTED]>
Description: 
 statcvs    - CVS Repository statistic analysis tool, written in Java
Closes: 306617
Changes: 
 statcvs (20030713-4) unstable; urgency=high
 .
   * Fixed FTBFS: Missing Build-Depends on 'junit, libjdom-java'
   (Closes: #306617)
Files: 
 68927ffcddcd0b8082fe73bb44638758 622 contrib/devel optional 
statcvs_20030713-4.dsc
 7c481449f33e77c7886ad2adc3c85dd2 5353 contrib/devel optional 
statcvs_20030713-4.diff.gz
 319f57ebe5b7a330018a9acdbd0344ad 766696 contrib/devel optional 
statcvs_20030713-4_all.deb

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

iD8DBQFCcUYaTx4JB6685x8RAk4wAJ0ZpXTc/Bs81gQXXZdl0yWG7fc76wCfWe1m
mNiS7oDeXjS+YO5aqufd7p4=
=myPC
-----END PGP SIGNATURE-----


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

Reply via email to