#1148350 /usr/bin/find-debuginfo: Add elfutils dependency

Package:
debugedit
Source:
debugedit
Description:
tools for handling build-ids and paths rewriting in DWARF data
Submitter:
Glenn Washburn
Date:
2026-09-19 02:39:02 UTC
Severity:
normal
#1148350#5
Date:
2026-09-19 01:57:39 UTC
From:
To:
Dear Maintainer,

The find-debuginfo script uses the eu-strip binary found in elfutils.
However, elfutils is not a depdendency. So if elfutils is not installed,
the script will die when trying to use it.

Glenn