aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-05-25 19:05:29 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-05-25 19:05:44 +0300
commit186aee47f3ebc63e6fb91c9845eef2572084f13a (patch)
treeb1594ca59147df6e0ec2b273860ad94d8d16e2f8 /debian
parent37951b7b4d86dccb3ac395aab3ffdff2918c66f7 (diff)
Put debug symbols into the right packages.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 2 deletions
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