On Sat, Oct 26, 2002 at 11:34:14AM -0500, Steve Langasek wrote: > Package: qa.debian.org > Severity: important > > At <http://qa.debian.org/developer.php?gpg_key=29982E5A>, there are > currently 36 open bugs listed for the samba source package. If you > click on the PTS link, <http://packages.qa.debian.org/s/samba.html> > shows a more reasonable number of 64. If this bug was actually able to > *fix* 28 bugs in the package, this might be ok... :)
At a guess, this is probably due to the format of the BTS' sources file changing slightly. Igor, try this patch? --- process-index.pl.orig Tue Aug 27 09:11:40 2002 +++ process-index.pl Sat Oct 26 12:29:23 2002 @@ -8,7 +8,7 @@ while(defined($_=<SOURCE>)) { $_=~s/\+/_/g; - my ($b, $s) = m/^(\S+)\s+(\S+)$/; + my ($b, $s) = m/^(\S+)\s+\S+\s+(\S+)$/; $sources{$b} = $s; } This seems to work when running it by hand here. -- Colin Watson [EMAIL PROTECTED]