Hi,
chrisp is listed as the maintainer of dpkg, so am sending this here.
The lack of sections is annoying, I haven't checked the debian
sources, but it is because of a bug/feature in install-info
The bug is in this section of install-info.pl
while(<IF>) {
m/^START-INFO-DIR-ENTRY$/ && last;
m/^INFO-DIR-SECTION (.+)$/ && do {
$sectiontitle = $1 unless
defined($sectiontitle);
$sectionre = '^'.quotemeta($1) unless
defined($sectionre);
}
}
the "unless defined..." should be "unless..." ( or maybe
something else, I don't know perl)
I'll send an actual patch if needs be.
Thanks,
Peter
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel