From d48430d4fb55d4c98266e6cf3e5df568bd4a29b7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 3 Jan 2020 14:35:17 +0100 Subject: [PATCH] debian/rules: Fix dbg pacakges Related: OS#4342 Change-Id: I5e0e13a1d4fa7db373807d72d293da6933966452 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 6f20b3e2..f6c91a3b 100755 --- a/debian/rules +++ b/debian/rules @@ -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: