Your message dated Sun, 6 Sep 2009 11:29:47 +0200
with message-id <20090906092947.ga14...@rivendell>
and subject line Re: Bug#470540: dpkg: [install-info] Use of implicit regexps
when reading INFO-DIR-SECTION causes confusing entries
has caused the Debian Bug report #470540,
regarding install-info: Use of implicit regexps when reading INFO-DIR-SECTION
causes confusing entries
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
470540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470540
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dpkg
Version: 1.14.16.6
When the texinfo info doc has been installed, the info file contains:
INFO-DIR-SECTION Texinfo documentation system
and so the dir file ends up with a section entitled "Texinfo
documentation system"
However, when packages providing info files specifying:
INFO-DIR-SECTION TeX
are later installed, "TeX" is turned into a regex /^tex/, which ends
up matching "Texinfo documentation system". So I now have a load of
TeX documentation under the "Texinfo documentation system" heading in
my info directory.
It would make sense that if INFO-DIR-SECTION is read from an info
file, that it is not treated as a regex, but used only as an exact
match.
Julian
--- End Message ---
--- Begin Message ---
Version: 1.15.4
On Tue, 11 Mar 2008, Julian Gilbey wrote:
> Package: dpkg
> Version: 1.14.16.6
>
> When the texinfo info doc has been installed, the info file contains:
>
> INFO-DIR-SECTION Texinfo documentation system
>
> and so the dir file ends up with a section entitled "Texinfo
> documentation system"
>
> However, when packages providing info files specifying:
>
> INFO-DIR-SECTION TeX
>
> are later installed, "TeX" is turned into a regex /^tex/, which ends
> up matching "Texinfo documentation system". So I now have a load of
> TeX documentation under the "Texinfo documentation system" heading in
> my info directory.
I verified that this bug doesn't apply to GNU's install-info. Now that
dpkg's install-info is gone, I'm closing this bug.
Cheers,
--
Raphaƫl Hertzog
--- End Message ---