Your message dated Sat, 13 Jul 2024 00:38:09 -0400
with message-id <87bk317vpq....@sergiodj.net>
and subject line Re: Bug#1063768: debuginfod: man page gives an outdated 
equivalent of -U
has caused the Debian Bug report #1063768,
regarding debuginfod: man page gives an outdated equivalent of -U
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 ow...@bugs.debian.org
immediately.)


-- 
1063768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debuginfod
Version: 0.188-2.1
Severity: minor
Tags: upstream
Control: found -1 0.190-1

Related to the bug I recently opened regarding a missing dependency on
libarchive-tools, debuginfod(8) says:

       -U     Activate DEB/DDEB patterns in archive scanning.  The default  is
              off.      Equivalent     to    -Z .deb='dpkg-deb --fsys-tarfile'
              -Z .ddeb='dpkg-deb --fsys-tarfile'.

but that hasn't been true since at least upstream version 0.184. What it
is now equivalent to is these commands quoted from debuginfod.cxx, if I'm
reading the code correctly:

    case 'U':
      scan_archives[".deb"]="(bsdtar -O -x -f - data.tar\\*)<";
      scan_archives[".ddeb"]="(bsdtar -O -x -f - data.tar\\*)<";
      scan_archives[".ipk"]="(bsdtar -O -x -f - data.tar\\*)<";
      // .udeb too?
      break;

Thanks,
    smcv

--- End Message ---
--- Begin Message ---
fixed 1063768 elfutils/0.191-1
thanks

On Monday, February 12 2024, Simon McVittie wrote:

> Related to the bug I recently opened regarding a missing dependency on
> libarchive-tools, debuginfod(8) says:
>
>        -U     Activate DEB/DDEB patterns in archive scanning.  The default  is
>               off.      Equivalent     to    -Z .deb='dpkg-deb --fsys-tarfile'
>               -Z .ddeb='dpkg-deb --fsys-tarfile'.
>
> but that hasn't been true since at least upstream version 0.184. What it
> is now equivalent to is these commands quoted from debuginfod.cxx, if I'm
> reading the code correctly:
>
>     case 'U':
>       scan_archives[".deb"]="(bsdtar -O -x -f - data.tar\\*)<";
>       scan_archives[".ddeb"]="(bsdtar -O -x -f - data.tar\\*)<";
>       scan_archives[".ipk"]="(bsdtar -O -x -f - data.tar\\*)<";
>       // .udeb too?
>       break;

Thank you for reporting this bug!

It was fixed by upstream in the latest version, which is available in
unstable/testing already.

Cheers,

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
https://sergiodj.net/

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to