Your message dated Sun, 2 Jul 2006 20:08:22 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375242: dpkg: install-info unable to determine description 
for `dir' entries
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: dpkg
Version: 1.13.21
Severity: important
Tags: patch

Symptoms: when installing an info file that contains a correct
INFO-DIR-ENTRY, install-info says:

install-info(foo.info): unable to determine description for `dir' entry - 
giving up

Immediate cause: a typo in the program.  Patch below.

Root cause: the programmer chose a bad language that does not detect
typos.  Please consider a better language.

-- 
Ludovic Brenta.

--- /usr/sbin/install-info      2006-06-04 18:06:59.000000000 +0200
+++ /chroot/sid/usr/sbin/install-info   2006-06-23 17:31:41.000000000 +0200
@@ -184,7 +184,7 @@
             &dprint("multiline '$asread'");
         } elsif ($asread =~ m/^\*\s*([^:]+):(\s*\(([^\)]+)\)\.|:)\s*/) {
             $menuentry= $1;
-            $description = $';
+            $description = $2;
             $fileinentry = $3;
             &dprint("infile menuentry '$menuentry' description 
'$description'");
         } elsif (length($asread)) {



--- End Message ---
--- Begin Message ---
On Sun, Jun 25, 2006 at 02:32:50PM +0200, Ludovic Brenta wrote:
> 
> OK, I didn't know the description was mandatory.  I'll add one to the
> info file; it is okay to close the bug, but I think it would be nice
> to make the error message more explicit.

Hence, I'm closing this bug.

Kind Regards,
-- 
Nekral

--- End Message ---

Reply via email to