summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boot <bootc@bootc.net>2018-06-23 12:03:47 +0100
committerChris Boot <bootc@bootc.net>2018-06-23 19:37:25 +0100
commitda6fa1352e72339f4b85d1b9e57fd7c3311b33de (patch)
tree50768c54803ad5011f67ebdbb7fdd275dc42a9ea
parent7bb777ec7af0b4f0493f61453ae97786a0a187e8 (diff)
d/rules: remove --dbgsym-migration from dh_strip
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4edd674..39cda71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ ulogd2 (2.0.7-1) UNRELEASED; urgency=medium
* d/rules:
- Explicitly enable all hardening options, in case more are added in
future.
+ - Remove --dbgsym-migration from dh_strip; dbgsym packages in current
+ stable.
-- Chris Boot <bootc@debian.org> Mon, 14 May 2018 11:41:13 +0100
diff --git a/debian/rules b/debian/rules
index 9ec98cb..cdb94e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,4 +40,4 @@ override_dh_installdocs:
dh_installdocs --link-doc=$(PACKAGE)
override_dh_strip:
- dh_strip --dbgsym-migration='ulogd2-dbg (<< 2.0.5-3~)'
+ dh_strip