diff options
author | Niels Thykier <niels@thykier.net> | 2015-01-05 21:45:27 +0100 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2015-01-05 21:47:07 +0100 |
commit | 16ec72ff6879009208eef8bfded08ed9be587515 (patch) | |
tree | 44688b4bb8c9b33f6000047383ad1d020a619e1e /debian | |
parent | 59a49d2998307168a633f8dccf1d5c1da73bfb2a (diff) | |
download | debhelper-16ec72ff6879009208eef8bfded08ed9be587515.tar.gz |
dh_strip: Test for --enable-deterministic-archives before using it
Wheezy does not support it, so a lot of derivatives probably do not
support it either. While it is questionable that debhelper will be
backported, it has happened before.
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 8e230343..584197a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,10 @@ debhelper (9.20150101.1) UNRELEASED; urgency=medium symlinks). Thanks to Joss Mouette for the suggestion. (Closes: #549990) * autoscripts/post{inst,rm}-makeshlibs-c10: New files. + * dh_strip: Pass the --enable-deterministic-archives option to strip + when it is stripping static libaries. This avoids some + unnecessary non-determinism in builds. Based on patch by + Andrew Ayer. [ Bernhard R. Link ] * Dh_lib: apply patch from Guillem Jover to support case-insensitive |