Your message dated Sun, 09 Apr 2006 11:17:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361677: fixed in debhelper 5.0.28
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: 5.0.27
Severity: minor
Tags: d-i, patch
While working on gtk+2.0-directfb, I noticed that the package name did not
get replaced by the name of the udeb by dh_makeshlibs. Reason turns out
to be that the "+" in the name is interpreted as a metacharacter which
makes the regular expression not match.
Changing the line
$udeb_deps =~ s/$package/$dh{SHLIBS_UDEB}/e;
to
$udeb_deps =~ s/\Q$package/$dh{SHLIBS_UDEB}/e;
fixes the problem.
(with thanks to Ian Lynagh)
pgpvdGXi9LDDY.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 5.0.28
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_5.0.28.dsc
to pool/main/d/debhelper/debhelper_5.0.28.dsc
debhelper_5.0.28.tar.gz
to pool/main/d/debhelper/debhelper_5.0.28.tar.gz
debhelper_5.0.28_all.deb
to pool/main/d/debhelper/debhelper_5.0.28_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: Sun, 9 Apr 2006 13:05:50 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 5.0.28
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
debhelper - helper programs for debian/rules
Closes: 361677
Changes:
debhelper (5.0.28) unstable; urgency=low
.
* dh_makeshlibs: Fix udeb package name regexp. Closes: #361677
Files:
23219b662853f37fc7fd1919acbcb1d2 496 devel optional debhelper_5.0.28.dsc
397bfabfbcef045c331e5f466025d01d 264141 devel optional debhelper_5.0.28.tar.gz
6b98eb4812993cd5dfc93db55a28ef82 508082 devel optional debhelper_5.0.28_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEOUBR2tp5zXiKP0wRAnmeAKCEOAIydXoZYAViuWUdTplx6S0N2gCfQ3Jv
X7yFKTOLWOHiShQ8hKNcAqs=
=06AP
-----END PGP SIGNATURE-----
--- End Message ---