diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-02-13 19:27:42 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-02-13 20:00:54 +0100 |
commit | a5007dbdc59e46c09a2ac6c52fc53a7712812cd9 (patch) | |
tree | 230b7b7cb71e90b7bfef3a73ae9052a18df0199f /debian/rules | |
parent | b3f304bc26b8333adb957d37be4c3b3e2998581b (diff) |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
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 - |