From 186aee47f3ebc63e6fb91c9845eef2572084f13a Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 25 May 2009 19:05:29 +0300 Subject: Put debug symbols into the right packages. --- debian/control | 2 +- debian/rules | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 8202a8ee..e7fa1f7b 100644 --- a/debian/control +++ b/debian/control @@ -54,7 +54,7 @@ Description: Helper library for providers of context properties Package: libcontextprovider0-dbg Priority: extra Architecture: any -Depends: libcontextprovider0 (= ${binary:Version}), contextkit-dbg (= ${binary:Version}) +Depends: libcontextprovider0 (= ${binary:Version}) Description: Helper library for providers of context properties The libcontextprovider library implements the provider side of the org.freedesktop.ContextKit D-Bus interface. diff --git a/debian/rules b/debian/rules index 0f87b6bf..07c0a6d6 100755 --- a/debian/rules +++ b/debian/rules @@ -58,7 +58,8 @@ binary-arch: build install dh_installexamples -a dh_installmenu -a dh_installman -a - dh_strip -a --dbg-package="contextkit-dbg" + dh_strip -p contextkit --dbg-package="contextkit-dbg" + dh_strip -p libcontextprovider0 --dbg-package="libcontextprovider0-dbg" dh_link -a dh_compress -a dh_fixperms -a -- cgit v1.2.3