[SCM] Qt DBusMenu library packaging branch, master, updated. debian/0.9.0-2-11-g761cd85

Praveen Arimbrathodiyil pravi-guest at alioth.debian.org
Sat Mar 31 19:27:17 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libdbusmenu-qt.git;a=commitdiff;h=761cd85

The following commit has been merged in the master branch:
commit 761cd85ab2c6aa435485cd9e8e1288ded4c9cef0
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Sun Apr 1 00:56:52 2012 +0530

    adding dbg package
---
 debian/control |   15 +++++++++++++++
 debian/rules   |    5 +++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index af031fe..99ce4b7 100644
--- a/debian/control
+++ b/debian/control
@@ -54,3 +54,18 @@ Description: Qt implementation of the DBusMenu protocol (documentation)
  and import their menus over D-Bus.
  .
  This package provides API documentation in HTML format.
+
+Package: libdbusmenu-qt-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+    libdbusmenu-qt2 (= ${binary:Version}),
+    ${misc:Depends}
+Description: Qt implementation of the DBusMenu protocol (debug)
+ This library provides a Qt implementation of the DBusMenu protocol.
+ .
+ The DBusMenu protocol makes it possible for applications to export 
+ and import their menus over D-Bus.
+ .
+ This package contains the debugging symbols for libdbusmenu-qt2.
diff --git a/debian/rules b/debian/rules
index 7956003..7122557 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+.PHONY: override_dh_strip override_dh_auto_install override_dh_makeshlibs override_dh_auto_test
+
 %:
 	dh $@ --parallel --buildsystem=cmake
 
@@ -14,5 +16,8 @@ override_dh_auto_install:
 override_dh_makeshlibs:
 	dh_makeshlibs -V 'libdbusmenu-qt2 (>=0.9.0)'
 
+override_dh_strip:
+	dh_strip --dbg-package=libdbusmenu-qt-dbg
+
 override_dh_auto_test:
 	echo "Skipping tests (can't test inside chroot)..."

-- 
Qt DBusMenu library packaging



More information about the pkg-kde-commits mailing list