Your message dated Mon, 13 Mar 2006 02:32:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285583: 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.25-1
Severity: minor
Tags: patch
Hi,
In class/makefile.mk, 'echo' command does not have its arguments
protected nor it is exactly the executed command.
Please, apply the attached patch for the next release.
Rem:
Protecting ';' in the arguments of echo allow to specify :
DEB_MAKE_ENVVARS= . /usr/lib/GNUstep/System/Makefiles/GNUstep.sh ;
(note the ";" at the end)
It would also be possible to redefine DEB_MAKE_INVOKE instead of
DEB_MAKE_ENVVARS, but there is the same kind of problems :
'echo $(DEB_MAKE_INVOKE) $(DEB_MAKE_CHECK_TARGET);' fails because, due
to the ";", the shell sees two commands.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-act
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
-- no debconf information
--- makefile.mk.orig 2004-10-20 16:43:23.000000000 +0200
+++ makefile.mk 2004-12-14 09:30:28.000000000 +0100
@@ -45,7 +45,7 @@
common-install-arch common-install-indep:: common-install-impl
common-install-impl::
@if test -n "$(DEB_MAKE_INSTALL_TARGET)"; then \
- echo $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)
$(DEB_MAKE_INSTALL_TARGET); \
+ echo $(subst ;,\;,$(DEB_MAKE_INVOKE) $(DEB_MAKE_INSTALL_TARGET)); \
$(DEB_MAKE_INVOKE) $(DEB_MAKE_INSTALL_TARGET); \
else \
echo "DEB_MAKE_INSTALL_TARGET unset, skipping default makefile.mk
common-install target"; \
@@ -55,7 +55,7 @@
common-post-build-arch common-post-build-indep:: common-post-build-impl
common-post-build-impl::
@if test -n "$(DEB_MAKE_CHECK_TARGET)"; then \
- echo $(DEB_MAKE_INVOKE) $(DEB_MAKE_CHECK_TARGET); \
+ echo $(subst ;,\;,$(DEB_MAKE_INVOKE) $(DEB_MAKE_CHECK_TARGET)); \
$(DEB_MAKE_INVOKE) $(DEB_MAKE_CHECK_TARGET); \
else \
echo "DEB_MAKE_CHECK_TARGET unset, not running checks"; \
--- 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 ---