Control: tag -1 + pending

Hi again

I wrote:
> > Small patch inline that fixed the issue locally:
> 
> Especially thanks for the patch!

Seems to be incomplete:

→ ./find-dbgsym-packages /usr/lib/chromium/chromium
BUG: id='9b43003ffd70d8db@0x34c' at ./find-dbgsym-packages line 224.
→ 

There was one more line where 40 was hardcoded:

@@ -217,7 +218,7 @@ sub parse_eu_unstrip
             if ($id eq '-') {
                 warn "W: No build-ID for $name\n";
                 next;
-            } elsif ($id =~ /^([[:xdigit:]]{40})[@]/) {
+            } elsif ($id =~ /^([[:xdigit:]]+)[@]/) {
                 $id = $1;
             } else {
                 die "BUG: id='$id'";

I assume you just missed that line when pasting the bug report.
Anyway, I committed that patch with that line in your name. Hope,
that's ok.

Will be part of the next upload of debian-goodies.

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

Reply via email to