[SCM] KTorrent Debian packaging. branch, experimental, updated. debian/4.3.1-5
Pino Toscano
pino at moszumanska.debian.org
Sat Jul 2 21:34:54 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=commitdiff;h=66a19fb
The following commit has been merged in the experimental branch:
commit 66a19fb81709b5cf9d51f8cd4d89ab0aa4cf8c33
Author: Pino Toscano <pino at debian.org>
Date: Tue Jun 7 16:40:13 2016 +0200
remove ktorrent-dbg in favour of -dbgsym packages
---
debian/changelog | 2 ++
debian/control | 13 -------------
debian/rules | 6 +++++-
3 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 973a79e..17c20a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
ktorrent (4.3.1-5) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Remove ktorrent-dbg in favour of the -dbgsym packages.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Tue, 07 Jun 2016 16:36:11 +0200
diff --git a/debian/control b/debian/control
index 81ac615..2881c07 100644
--- a/debian/control
+++ b/debian/control
@@ -52,16 +52,3 @@ Description: KTorrent data and other architecture independent files
This package contains architecture independent data files for KTorrent,
a BitTorrent peer-to-peer network client. Unless you have ktorrent package
installed, you probably won't find this package useful.
-
-Package: ktorrent-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: ${misc:Depends}, ktorrent (= ${binary:Version}), libktorrent-dbg
-Recommends: kdelibs5-dbg
-Description: KTorrent debugging symbols
- This package contains debugging symbols for KTorrent. When KTorrent crashes,
- in most cases this package is needed to get a backtrace that is useful for
- developers. If you have experienced KTorrent crash without this package
- installed, please install it, try to reproduce the problem and file a bug
- report with a new backtrace attached.
diff --git a/debian/rules b/debian/rules
index 4347a19..26715d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,11 @@ override_dh_auto_configure:
dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
-DWITH_SYSTEM_GEOIP:BOOL=ON \
-DKDE4_BUILD_TESTS=false
+
+override_dh_strip:
+ dh_strip --dbgsym-migration='ktorrent-dbg (<< 4.3.1-5~)'
+
%:
- dh $@ --parallel --dbg-package=ktorrent-dbg --with kde
+ dh $@ --parallel --with kde
.PHONY: override_dh_auto_test
--
KTorrent Debian packaging.
More information about the pkg-kde-commits
mailing list