aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 71e069c..3c805bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,5 @@ export DEB_BUILD_HARDENING=1
%:
dh $@ --with autoreconf
-# ugly hack to workaround broken library paths in uhd packages
-override_dh_shlibdeps:
- dh_shlibdeps -- --ignore-missing-info
+override_dh_strip:
+ dh_strip --dbg-package=osmo-trx-dbg \ No newline at end of file