[SCM] Qt DBusMenu library packaging branch, master, updated. debian/0.9.3+16.04.20160218-1

Felix Geyer fgeyer at moszumanska.debian.org
Tue Apr 26 18:30:46 UTC 2016


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

The following commit has been merged in the master branch:
commit c3d7bf926abb821900c09b3c269ca28e3711846c
Author: Felix Geyer <fgeyer at debian.org>
Date:   Mon Mar 28 13:20:27 2016 +0200

    Migrate to dbgsym packages.
---
 debian/changelog |  1 +
 debian/control   | 30 ------------------------------
 debian/rules     |  4 ++--
 3 files changed, 3 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 75131c6..6bec6fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libdbusmenu-qt (0.9.3+16.04.20160218-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Migrate to dbgsym packages.
 
  -- Felix Geyer <fgeyer at debian.org>  Mon, 28 Mar 2016 13:09:05 +0200
 
diff --git a/debian/control b/debian/control
index 9a7d89f..ad1fcf1 100644
--- a/debian/control
+++ b/debian/control
@@ -102,33 +102,3 @@ 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
-Multi-Arch: same
-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.
-
-Package: libdbusmenu-qt5-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Multi-Arch: same
-Depends: libdbusmenu-qt5-2 (= ${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-qt5-2.
diff --git a/debian/rules b/debian/rules
index c32787e..47f131b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,8 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_strip:
-	dh_strip -plibdbusmenu-qt5-2 --dbg-package=libdbusmenu-qt5-dbg
-	dh_strip --remaining-packages --dbg-package=libdbusmenu-qt-dbg
+	dh_strip -plibdbusmenu-qt5-2 --dbgsym-migration='libdbusmenu-qt5-dbg (<< 0.9.3+16.04.20160218)'
+	dh_strip --remaining-packages --dbgsym-migration='libdbusmenu-qt-dbg (<< 0.9.3+16.04.20160218)'
 
 override_dh_auto_test:
 	# Skipping tests (can't test inside chroot)...

-- 
Qt DBusMenu library packaging



More information about the pkg-kde-commits mailing list