[SCM] KTorrent library Debian packaging branch, master, updated. debian/2.1-2

Pino Toscano pino at moszumanska.debian.org
Tue Sep 5 19:22:37 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libktorrent.git;a=commitdiff;h=79b1eff

The following commit has been merged in the master branch:
commit 79b1eff526ccdc34d64c46740bdcd3da8f3303a2
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jul 2 22:00:56 2016 +0200

    remove libktorrent-dbg in favour of -dbgsym packages
---
 debian/changelog |  1 +
 debian/control   | 12 ------------
 debian/rules     |  5 ++++-
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b9e36b..60e9cfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ libktorrent (2.0.1-0r1) UNRELEASED; urgency=medium
     cmake-gcrypt-version.diff.
   * Update install files.
   * Update symbols file.
+  * Remove libktorrent-dbg in favour of the -dbgsym packages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 02 Jul 2016 19:57:23 +0200
 
diff --git a/debian/control b/debian/control
index 371a5e2..39e4474 100644
--- a/debian/control
+++ b/debian/control
@@ -54,15 +54,3 @@ Description: localization files for the KTorrent library
  the BitTorrent protocol (mostly client side).
  .
  This package contains translations of the KTorrent library.
-
-Package: libktorrent-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libktorrent6 (= ${binary:Version}), ${misc:Depends}
-Description: debugging symbols for the KTorrent library
- The KTorrent library is a C++ / Qt 4 / KDE Platform based implementation of
- the BitTorrent protocol (mostly client side).
- .
- This package contains debugging symbols for the KTorrent library. It is needed
- to get a useful backtrace when applications using the KTorrent library crash.
diff --git a/debian/rules b/debian/rules
index fd9f6a8..8392ea2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,10 @@ override_dh_shlibdeps:
 	dh_shlibdeps
 	dh_sameversiondep
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='libktorrent-dbg (<< 2.0.1-1~)'
+
 %:
-	dh $@ --parallel --with kf5 -- --dbg-package=libktorrent-dbg
+	dh $@ --parallel --with kf5
 
 .PHONY: override_dh_auto_test

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list