osmith submitted this change.
debian/rules: remove override_dh_strip
Remove this rule, as is not needed.
From https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg:
> it should not be necessary to use the old manually generated ones anymore.
Change-Id: I03ea18523dcac4db8069e6481b25e2db836c7200
---
M debian/rules
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7701a8e..24f662e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,12 +8,6 @@
%:
dh $@ --with autoreconf
-# See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg
-override_dh_strip:
- dh_strip -plibosmo-csn1-0 --dbg-package=libosmo-csn1-dbg
- dh_strip -plibosmo-gprs-llc0 --dbg-package=libosmo-gprs-llc-dbg
- dh_strip -plibosmo-gprs-rlcmac0 --dbg-package=libosmo-gprs-rlcmac-dbg
-
# Print test results in case of a failure
override_dh_auto_test:
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
To view, visit change 39037. To unsubscribe, or for help writing mail filters, visit settings.