diff options
author | Guillem Jover <guillem@debian.org> | 2019-06-02 23:13:02 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-10-12 16:37:22 +0200 |
commit | 1046c10897ba54a67ce5bd5760d054e39440a865 (patch) | |
tree | d89d2deebcfb99d058044ef7259050ee6197ac0c /debian | |
parent | 63c42a7b2578457b63afd3c419f1442f51033f88 (diff) | |
download | dpkg-1046c10897ba54a67ce5bd5760d054e39440a865.tar.gz |
scripts/mk: Add support for nostrip DEB_BUILD_OPTIONS when setting STRIP
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 87ee5bb24..5cf0d7bfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ dpkg (1.20.0) UNRELEASED; urgency=medium form «-ab» for «-a -b», which is not future-proof, as it does not allow these options to get new arguments without making them abiguous. * dpkg-buildpackage: Remove transient backwards R³ compatibility code. + * buildtools.mk: Add support for nostrip in DEB_BUILD_OPTIONS when setting + the STRIP variable. * Documentation: - man: Fix uncommon wording constructs. * Build system: |