diff options
author | Niels Thykier <niels@thykier.net> | 2016-02-21 07:55:18 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-02-21 07:55:20 +0000 |
commit | 741040825fe29d7f6e5d6a1b119c61c527545b7e (patch) | |
tree | 37fe9898fed19bf738ef0f093cd45ce5524f8950 /debian | |
parent | 72eb629abb5b2159d52fc0a55a3aeadb8d9e7db5 (diff) | |
download | debhelper-741040825fe29d7f6e5d6a1b119c61c527545b7e.tar.gz |
dh_strip: Don't create dbgsym root for udebs
This ensures we do not collect build-ids for the udeb at all (unless
it actually contains debug symbols).
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1b98f4a6..68ebf0e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ debhelper (9.20160116) UNRELEASED; urgency=medium * Remove dh_suidregister and related autoscripts. No package (that can be built in unstable) invokes this tool. * dh: Do not create stamp files when running with --no-act. + * dh_strip/dh_gencontrol: Move "is_udeb" guard to dh_strip. + This should avoid adding build-ids to udebs without having + the actual debug symbols available. Thanks to Jérémy Bobbio + for reporting the issue. (Closes: #812879) -- Niels Thykier <niels@thykier.net> Sat, 16 Jan 2016 13:23:00 +0000 |