Your message dated Fri, 11 Jan 2008 19:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#253234: fixed in debhelper 6.0.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)
--- Begin Message ---
Package: debhelper
Version: 4.2.10
Severity: normal
I just ran across a package, namely libopengl-perl 0.54.alan1-2
(maintainer cc'ed), that does 'dh_installexamples examples/.'.
dh_installexamples looks at 'examples/.', calculates the basename as
'.', and does roughly 'cd examples/./.. && find . -type f ...', the
upshot being that it attempts to install the entire source tree into the
shipped examples directory. This causes dh_installexamples to descend
recursively down
debian/libopengl-perl/usr/share/doc/libopengl-perl/examples/debian/...
forever, so the package fails to build.
The intent of the dh_installexamples call is, I'm guessing, to install
the contents of the examples directory directly in
/usr/share/doc/libopengl-perl/examples rather than as one big nested
directory. Perhaps, instead of "cd $example/..", you could get
dirname($example) and cd to that?
The package apparently used to build. Buildd logs suggest that debhelper
4.2.4 was in use at the time; but this plain confuses me since the
relevant code apparently hasn't changed in that range. About the only
interesting environment variable I have set is
'DH_ALWAYS_EXCLUDE=CVS:.svn'.
Thanks,
--
Colin Watson [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 6.0.1
We believe that the bug you reported is fixed in the latest version of
debhelper, which is due to be installed in the Debian FTP archive:
debhelper_6.0.1.dsc
to pool/main/d/debhelper/debhelper_6.0.1.dsc
debhelper_6.0.1.tar.gz
to pool/main/d/debhelper/debhelper_6.0.1.tar.gz
debhelper_6.0.1_all.deb
to pool/main/d/debhelper/debhelper_6.0.1_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.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated debhelper 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: Fri, 11 Jan 2008 14:15:56 -0500
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 6.0.1
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
debhelper - helper programs for debian/rules
Closes: 253234
Changes:
debhelper (6.0.1) unstable; urgency=low
.
* dh_installdocs/examples: Don't unnecessarily use the exclude code path.
* dh_install{,docs,examples}: Avoid infinite recursion when told to
install a directory ending with "/." (slashdot effect?) when exclusion is
enabled. Emulate the behavior of cp in this case. Closes: #253234
* dh_install: Fix #459426 here too.
Files:
16a54a3428101bd9e2dc12d9e6e8e603 595 devel optional debhelper_6.0.1.dsc
375e7588b26ea03268a9e5a1caef359e 277489 devel optional debhelper_6.0.1.tar.gz
bfd8fd04cc5afc8a14bc918845f5ae73 515604 devel optional debhelper_6.0.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHh8Dg2tp5zXiKP0wRAvt7AJ40h7AFVEB4RZ7uw9Kkt4dHySM70ACfaDqr
bl/alh5uyKZEZZvYwkPgX28=
=sAL4
-----END PGP SIGNATURE-----
--- End Message ---