From f1ad3882e5035dc1621611d30a3feb201117b74a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 28 Oct 2017 19:06:40 +0200 Subject: Debian: fix dh_strip rules for creating one -dbg per program Before this patch, all debug symbols end up in osmo-sgsn-dbg, with osmo-{gbproxy,gtphub}-dbg being empty. Change-Id: Ib2ceecb3527855350b69d7413efe42274dc6febd --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index dbe582b33..58ea9bbe4 100755 --- a/debian/rules +++ b/debian/rules @@ -56,9 +56,9 @@ override_dh_configure: # See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg override_dh_strip: - dh_strip --dbg-package=osmo-sgsn-dbg - dh_strip --dbg-package=osmo-gtphub-dbg - dh_strip --dbg-package=osmo-gbproxy-dbg + dh_strip -posmo-sgsn --dbg-package=osmo-sgsn-dbg + dh_strip -posmo-gtphub --dbg-package=osmo-gtphub-dbg + dh_strip -posmo-gbproxy --dbg-package=osmo-gbproxy-dbg # Print test results in case of a failure override_dh_auto_test: -- cgit v1.2.3