Your message dated Mon, 13 Mar 2006 02:32:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#239128: fixed in cdbs 0.4.36
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)
--- Begin Message ---
Package: cdbs
Version: 0.4.17
Severity: normal
libant1.6-java with current cdbs doesn't work. Classpath should be
configured for all jar files in /usr/share/ant1.6/lib.
I attached patch to fix this problem. Please take it.
regards,
Takashi Okamoto
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux violin 2.6.0-1-686 #2 Sun Jan 11 16:59:17 EST 2004 i686
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP
-- no debconf information
--- ant-vars.mk.orig 2004-02-15 17:15:57.000000000 +0900
+++ ant-vars.mk 2004-02-15 17:21:26.000000000 +0900
@@ -43,11 +43,15 @@
# end of the class path if it exists in the JDK's lib directory.
# You can override the complete class path using DEB_CLASSPATH.
DEB_JARS_BASE := /usr/share/java
-DEB_CLASSPATH = $(ANT_HOME)/lib/ant.jar:$(shell for jar in $(DEB_JARS); do \
- if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; \
- if [ -f "$$jar".jar ]; then echo -n "$${jar}.jar:"; fi; \
- if [ -f $(DEB_JARS_BASE)/"$$jar" ]; then echo -n
"$(DEB_JARS_BASE)/$${jar}:"; fi; \
- if [ -f $(DEB_JARS_BASE)/"$$jar".jar ]; then echo -n
"$(DEB_JARS_BASE)/$${jar}.jar:"; fi; \
+DEB_CLASSPATH = $(shell \
+ for jar in $(ANT_HOME)/lib/*.jar; do \
+ if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; \
+ done; \
+ for jar in $(DEB_JARS); do \
+ if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; \
+ if [ -f "$$jar".jar ]; then echo -n "$${jar}.jar:"; fi;
\
+ if [ -f $(DEB_JARS_BASE)/"$$jar" ]; then echo -n
"$(DEB_JARS_BASE)/$${jar}:"; fi; \
+ if [ -f $(DEB_JARS_BASE)/"$$jar".jar ]; then echo -n
"$(DEB_JARS_BASE)/$${jar}.jar:"; fi; \
done; \
if [ -f "$(JAVA_HOME)/lib/tools.jar" ]; then echo -n
"$(JAVA_HOME)/lib/tools.jar"; fi)
--- End Message ---
--- Begin Message ---
Source: cdbs
Source-Version: 0.4.36
We believe that the bug you reported is fixed in the latest version of
cdbs, which is due to be installed in the Debian FTP archive:
cdbs_0.4.36.dsc
to pool/main/c/cdbs/cdbs_0.4.36.dsc
cdbs_0.4.36.tar.gz
to pool/main/c/cdbs/cdbs_0.4.36.tar.gz
cdbs_0.4.36_all.deb
to pool/main/c/cdbs/cdbs_0.4.36_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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated cdbs 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: Mon, 6 Mar 2006 20:55:02 +0100
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.36
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
cdbs - common build system for Debian packages
Closes: 212196 239123 239128 262861 285583 320097 341275 355504
Changes:
cdbs (0.4.36) unstable; urgency=low
.
* Conditionalized targets using make conditionals rather than shell
tests (ant.mk, makefile.mk); fixes various quoting problems and is
more elegant (closes: #262861, #285583, #320097)
* Propagate CPPFLAGS to make (makefile-vars.mk)
* Added ant test case, entails new build dependencies ant, kaffe
* Check for java executable when checking the JAVA_HOME_DIRS (ant-vars.mk)
(closes: #239123)
* Added ant-launcher.jar to DEB_CLASSPATH (ant-vars.mk)
(closes: #239128, #341275)
* Set ANT_HOME to /usr/share/ant by default (ant-vars.mk)
(closes: #212196)
* Removed build dependency on ocaml-native-compilers; ocaml is enough
(closes: #355504)
Files:
85678a8ec324bea09fc9c2077ad2b906 1052 devel optional cdbs_0.4.36.dsc
a88fef9510f6e022e72bad3ae074ffb0 200561 devel optional cdbs_0.4.36.tar.gz
8e2156ba04695b73d51b9469d84c5cb5 348760 devel optional cdbs_0.4.36_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFEFUi5TTx8oVVPtMYRAkpPAJ0QwJx5gB8KLaBwseNGGvP0flHlAwCfYDOF
QV0BAJ1ooYo2HtzJYSniiMQ=
=HQ25
-----END PGP SIGNATURE-----
--- End Message ---