debian/rules: Fix dbg pacakges

Related: OS#4342
Change-Id: I5e0e13a1d4fa7db373807d72d293da6933966452
This commit is contained in:
Pau Espin 2020-01-03 14:35:17 +01:00
parent 11a1639b2d
commit d48430d4fb
1 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -10,8 +10,8 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
# See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg
override_dh_strip:
dh_strip --dbg-package=libosmo-ranap-dbg
dh_strip --dbg-package=osmo-hnbgw
dh_strip -plibosmo-ranap2 --dbg-package=libosmo-ranap-dbg
dh_strip -posmo-hnbgw --dbg-package=osmo-hnbgw-dbg
# Print test results in case of a failure
override_dh_auto_test: