debuginfod server: support .deb/.ddeb archives
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 30 Nov 2019 15:46:44 +0000 (10:46 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 23 Dec 2019 01:54:10 +0000 (20:54 -0500)
commit5de5dc7d1bf8b49056b123978f0449588d5f006c
tree123cecc3fd177f38cca2612c4a081f6e1ae1e0a9
parent76ad56c430f0b85c47115688c511d9bd4fa671d4
debuginfod server: support .deb/.ddeb archives

Add support for scanning .deb / .ddeb files, enabled with a new
command line option "-U".  Using a synthetic .deb/.ddeb from a Ubuntu
18 machine, extend the debuginfod testsuite with some .deb processing,
if the dpkg-deb binary is installed.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
14 files changed:
config/ChangeLog
config/elfutils.spec.in
debuginfod/ChangeLog
debuginfod/debuginfod.cxx
doc/ChangeLog
doc/debuginfod.8
tests/ChangeLog
tests/Makefile.am
tests/debuginfod-debs/hithere-dbgsym_1.0-1_amd64.ddeb [new file with mode: 0644]
tests/debuginfod-debs/hithere_1.0-1.debian.tar.xz [new file with mode: 0644]
tests/debuginfod-debs/hithere_1.0-1.dsc [new file with mode: 0644]
tests/debuginfod-debs/hithere_1.0-1_amd64.deb [new file with mode: 0644]
tests/debuginfod-debs/hithere_1.0.orig.tar.gz [new file with mode: 0644]
tests/run-debuginfod-find.sh