Your message dated Sat, 01 Dec 2007 22:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453810: fixed in radiance 3R8+20071122.dfsg-2
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: radiance
Version: 3R8+20071122.dfsg-1
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
pushd/popd commands are available only on bash and this leads to FTBFS on
systems where /bin/sh is linked to /bin/dash.
Even if Debian is not affected, it could be worth fix it for compatibility
purposes.
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/rules: do not use pushd/popd, not supported by dash. Fix FTBFS
We thought you might be interested in doing the same.
-- System Information:
Debian Release: lenny/sid
APT prefers gutsy-updates
APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500,
'gutsy-backports'), (500, 'gutsy')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u radiance-3R8+20071122.dfsg/debian/rules
radiance-3R8+20071122.dfsg/debian/rules
--- radiance-3R8+20071122.dfsg/debian/rules
+++ radiance-3R8+20071122.dfsg/debian/rules
@@ -44,9 +44,9 @@
[ "$$devdir" ] || devdir="$$destdir$(DEVDIR)" ;\
[ "$$srcdirs" ] || srcdirs="$(SRCDIRS)" ;\
for sdir in $$srcdirs; do \
- pushd src/$$sdir ;\
+ cd src/$$sdir ;\
make -f Rmakefile $$rmakeopts $(MAKEOVERRIDES);\
- popd ;\
+ cd $(CURDIR) ;\
done
debian/%.1: debian/%.sgml
--- End Message ---
--- Begin Message ---
Source: radiance
Source-Version: 3R8+20071122.dfsg-2
We believe that the bug you reported is fixed in the latest version of
radiance, which is due to be installed in the Debian FTP archive:
radiance-doc_3R8+20071122.dfsg-2_all.deb
to pool/main/r/radiance/radiance-doc_3R8+20071122.dfsg-2_all.deb
radiance-materials_3R8+20071122.dfsg-2_all.deb
to pool/main/r/radiance/radiance-materials_3R8+20071122.dfsg-2_all.deb
radiance-sse3_3R8+20071122.dfsg-2_i386.deb
to pool/main/r/radiance/radiance-sse3_3R8+20071122.dfsg-2_i386.deb
radiance_3R8+20071122.dfsg-2.diff.gz
to pool/main/r/radiance/radiance_3R8+20071122.dfsg-2.diff.gz
radiance_3R8+20071122.dfsg-2.dsc
to pool/main/r/radiance/radiance_3R8+20071122.dfsg-2.dsc
radiance_3R8+20071122.dfsg-2_i386.deb
to pool/main/r/radiance/radiance_3R8+20071122.dfsg-2_i386.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.
Bernd Zeimetz <[EMAIL PROTECTED]> (supplier of updated radiance 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, 01 Dec 2007 22:24:43 +0100
Source: radiance
Binary: radiance radiance-materials radiance-sse3 radiance-doc
Architecture: source all i386
Version: 3R8+20071122.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz <[EMAIL PROTECTED]>
Changed-By: Bernd Zeimetz <[EMAIL PROTECTED]>
Description:
radiance - Lighting Simulation and Rendering System
radiance-doc - Lighting Simulation and Rendering System - Documentation
radiance-materials - Lighting Simulation and Rendering System - Materials
radiance-sse3 - Lighting Simulation and Rendering System - SSE3 optimizations
Closes: 453810 453811
Changes:
radiance (3R8+20071122.dfsg-2) unstable; urgency=low
.
* debian/rules:
- Fixing a bug where the package FTBFS on systems where /bin/sh is
linked to /bin/dash. Thanks to Luca Falavigna (Closes: #453810).
* debian/control:
- Adding libxext-dev to Build-Depends, thanks to Luca Falavigna
(Closes: #453811). In Debian libx11-dev depends on libxext-dev, so the
missing dependency did not result in FTBFS.
Files:
efc46a3541d4b2c1a879c8f14c037d1f 795 graphics optional
radiance_3R8+20071122.dfsg-2.dsc
60872e447eda7e81f2a042c511b295b4 30791 graphics optional
radiance_3R8+20071122.dfsg-2.diff.gz
bbedc35fd67e7673a27fc9f0f96be9af 3601948 graphics optional
radiance_3R8+20071122.dfsg-2_i386.deb
6fcd3b4bc2da643f66a066eb06efed90 532190 graphics optional
radiance-sse3_3R8+20071122.dfsg-2_i386.deb
6461ec15ac99f09f794a7814a064f435 2680466 doc optional
radiance-doc_3R8+20071122.dfsg-2_all.deb
a3a236ef3df0be584d0578575ef4a123 9004154 graphics optional
radiance-materials_3R8+20071122.dfsg-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHUdutK/juK3+WFWQRAsNQAJ4uAvaunD2PLlNVyfTZvhzpzjiAwwCfTA51
PSHY+1Z+8IumQ45ckWm8f0s=
=QUSG
-----END PGP SIGNATURE-----
--- End Message ---