From a5007dbdc59e46c09a2ac6c52fc53a7712812cd9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Feb 2013 19:27:42 +0100 Subject: debian: Re-enable the debug packages Remove the .dirs/.install as things will go wrong then. debhelper will try to install the debug symbols before they were created. Thanks to Jan for pointing that out. --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f97995d5..a60ca7ae 100755 --- a/debian/rules +++ b/debian/rules @@ -16,10 +16,9 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') %: dh --with autoreconf $@ --fail-missing -#override_dh_strip: -# dh_strip --dbg-package=libosmocore-dbg +override_dh_strip: + dh_strip --dbg-package=libosmocore-dbg override_dh_autoreconf: echo $(VERSION) > .tarball-version dh_autoreconf - -- cgit v1.2.3