Your message dated Sat, 13 Jul 2024 00:38:09 -0400 with message-id <87bk317vpq.fsf@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 owner@bugs.debian.org immediately.) -- 1063768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063768 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: debuginfod: man page gives an outdated equivalent of -U
- From: Simon McVittie <smcv@collabora.com>
- Date: Mon, 12 Feb 2024 13:41:05 +0000
- Message-id: <Zcof8VRTcLjfrWUs@horizon>
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 ---
- To: Simon McVittie <smcv@collabora.com>
- Cc: 1063768-done@bugs.debian.org, control@bugs.debian.org
- Subject: Re: Bug#1063768: debuginfod: man page gives an outdated equivalent of -U
- From: Sergio Durigan Junior <sergiodj@sergiodj.net>
- Date: Sat, 13 Jul 2024 00:38:09 -0400
- Message-id: <87bk317vpq.fsf@sergiodj.net>
- In-reply-to: <Zcof8VRTcLjfrWUs@horizon> (Simon McVittie's message of "Mon, 12 Feb 2024 13:41:05 +0000")
- References: <Zcof8VRTcLjfrWUs@horizon>
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 ---