[SCM] telepathy-qt4 packaging branch, master, updated. debian/0.9.6.1-6.1-16-g57e3bc6

Pino Toscano pino at moszumanska.debian.org
Sun Dec 3 08:28:09 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/telepathy-qt4.git;a=commitdiff;h=01443ba

The following commit has been merged in the master branch:
commit 01443ba1940471afd15a6de88bc58bc306f4ceb8
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 3 09:23:56 2017 +0100

    migrate to dbgsym packages
---
 debian/changelog |  2 ++
 debian/control   | 34 ----------------------------------
 debian/rules     |  4 ++--
 3 files changed, 4 insertions(+), 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index af16329..65481dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ telepathy-qt (0.9.7-1) UNRELEASED; urgency=medium
   * Drop libssl build dependency, since it does not seem to be needed, and
     it is not clear why it was added in the first place. (Closes: #882562)
   * Update Vcs-Browser field.
+  * Remove libtelepathy-qt4-dbg, and libtelepathy-qt5-dbg in favour of the
+    -dbgsym packages.
 
  -- Diane Trout <diane at ghic.org>  Fri, 22 Apr 2016 10:33:12 -0700
 
diff --git a/debian/control b/debian/control
index e566715..29aa12e 100644
--- a/debian/control
+++ b/debian/control
@@ -83,23 +83,6 @@ Description: Qt 4 Telepathy library (headers and static library)
  differences between protocols to provide a unified interface for
  applications.
 
-Package: libtelepathy-qt4-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: libtelepathy-qt4-2 (= ${binary:Version}),
-         ${misc:Depends}
-Suggests: libtelepathy-qt4-farstream2 (= ${binary:Version})
-Description: Qt 4 Telepathy library (debug symbols)
- This package contains support for debugging programs that use telepathy-qt4,
- a Qt-based library for Telepathy components.
- .
- Telepathy is a D-Bus framework for unifying real time communication,
- including instant messaging, voice calls and video calls. It abstracts
- differences between protocols to provide a unified interface for
- applications.
-
 Package: libtelepathy-qt4-doc
 Architecture: all
 Section: doc
@@ -162,20 +145,3 @@ Description: Qt 5 Telepathy library (headers and static library)
  including instant messaging, voice calls and video calls. It abstracts
  differences between protocols to provide a unified interface for
  applications.
-
-Package: libtelepathy-qt5-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: libtelepathy-qt5-0 (= ${binary:Version}),
-         ${misc:Depends}
-Suggests: libtelepathy-qt5-farstream0 (= ${binary:Version})
-Description: Qt 5 Telepathy library (debug symbols)
- This package contains support for debugging programs that use telepathy-qt5,
- a Qt-based library for Telepathy components.
- .
- Telepathy is a D-Bus framework for unifying real time communication,
- including instant messaging, voice calls and video calls. It abstracts
- differences between protocols to provide a unified interface for
- applications.
diff --git a/debian/rules b/debian/rules
index ee91eec..045e1cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,8 @@ override_dh_auto_test:
 override_dh_strip:
 	dh_strip -p libtelepathy-qt4-2 \
              -p libtelepathy-qt4-farstream2 \
-             --dbg-package=libtelepathy-qt4-dbg
-	dh_strip --remaining-packages --dbg-package=libtelepathy-qt5-dbg
+             --dbgsym-migration='libtelepathy-qt4-dbg (<< 0.9.7~)'
+	dh_strip --remaining-packages --dbgsym-migration='libtelepathy-qt5-dbg (<< 0.9.7~)'
 
 override_dh_auto_install:
 	dh_auto_install

-- 
telepathy-qt4 packaging



More information about the pkg-kde-commits mailing list