[SCM] telepathy-logger-qt packaging branch, master, updated. debian/15.04.0-2-6-gf7d657a

Pino Toscano pino at moszumanska.debian.org
Sun Dec 3 10:05:47 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/telepathy-logger-qt.git;a=commitdiff;h=721bd0f

The following commit has been merged in the master branch:
commit 721bd0ffe87e1c15086b00d727da7415c2b7d515
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 3 10:53:38 2017 +0100

    migrate to dbgsym
---
 debian/changelog | 1 +
 debian/control   | 9 ---------
 debian/rules     | 5 ++++-
 3 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 61adfe6..a985feb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ telepathy-logger-qt (17.08.0-0r1) UNRELEASED; urgency=medium
   [ Pino Toscano ]
   * New upstream release.
   * Remove obsolete dpkg-dev build dependency.
+  * Remove libtelepathy-logger-qt-dbg in favour of the -dbgsym packages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 03 Dec 2017 10:49:26 +0100
 
diff --git a/debian/control b/debian/control
index ee6eac5..7c2ddbf 100644
--- a/debian/control
+++ b/debian/control
@@ -53,12 +53,3 @@ Description: Qt bindings for the telepathy-logger library - development files
  .
  This package provides the development headers for compiling applications
  that are using telepathy-logger-qt.
-
-Package: libtelepathy-logger-qt-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libtelepathy-logger-qt5 (= ${binary:Version}), ${misc:Depends}
-Description: Qt bindings for the telepathy-logger library - debug symbols
- This package provides debug symbols for the telepathy-logger-qt library.
diff --git a/debian/rules b/debian/rules
index f0794d3..eac959f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ CMAKE_FLAGS = -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR=1
 include /usr/share/dpkg/architecture.mk
 
 %:
-	dh $@ --with kde --buildsystem=kde --parallel --list-missing --dbg-package=libtelepathy-logger-qt-dbg
+	dh $@ --with kde --buildsystem=kde --parallel --list-missing
 
 override_dh_auto_configure:
 	dh_auto_configure --buildsystem=kde -- -DBUILD_SHARED_LIBS=1 -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" $(CMAKE_FLAGS)
@@ -12,3 +12,6 @@ override_dh_auto_configure:
 override_dh_clean:
 	dh_clean
 	rm -f tools/*.pyc
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='libtelepathy-logger-qt-dbg (<< 17.08.0~)'

-- 
telepathy-logger-qt packaging



More information about the pkg-kde-commits mailing list