diff options
author | Niels Thykier <niels@thykier.net> | 2016-06-15 17:58:30 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-06-15 20:20:30 +0000 |
commit | 6942cb4f951cb69b46dd741c715de724eea5943a (patch) | |
tree | d11516899c458cf79bd24ad08ba846399fa93c38 /debian | |
parent | 6b5663cc2ddfd73308653dad17874ec9fd7a825a (diff) | |
download | debhelper-6942cb4f951cb69b46dd741c715de724eea5943a.tar.gz |
dh_strip: Re-use file(1) output to determine build-id
Might as well, since it can save a fork+exec for readelf.
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ba895dce..950f0b3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,6 +41,9 @@ debhelper (9.20160403+unreleased) UNRELEASED; urgency=medium * dh_strip: Unconditionally pass --enable-deterministic-archives to strip for static libs as the stable version of binutils supports it. + * dh_strip: Use file(1) to determine the build-id when + available. This saves an readelf call for every binary in + the package. -- Niels Thykier <niels@thykier.net> Sat, 09 Apr 2016 09:20:32 +0000 |