[SCM] KTorrent Debian packaging. branch, experimental, updated. debian/4.3.1-5-7-g4d5d5d6
Pino Toscano
pino at moszumanska.debian.org
Sat Jul 2 22:37:25 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=commitdiff;h=a217270
The following commit has been merged in the experimental branch:
commit a217270d82a197a2b419c3727f1313b192758bc6
Author: Pino Toscano <pino at debian.org>
Date: Sun Jul 3 00:36:14 2016 +0200
use the right dh addon
- switch from kde to kf5 dh addon
- bump the pkg-kde-tools build dependency to >= 0.15.16
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/rules | 4 ++--
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9cd3343..f66dbfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ ktorrent (5.0.1-0r1) UNRELEASED; urgency=medium
drop, backported from upstream
- upstream_webinterface-rename-major-minor-to-major_version-min.patch:
drop, backported from upstream
+ * Use the right dh addon:
+ - switch from kde to kf5 dh addon
+ - bump the pkg-kde-tools build dependency to >= 0.15.16
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sat, 02 Jul 2016 23:36:56 +0200
diff --git a/debian/control b/debian/control
index 06fc57c..b4704e8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Modestas Vainius <modax at debian.org>
-Build-Depends: cmake (>= 2.6.2), debhelper (>= 9~), pkg-kde-tools (>= 0.5),
+Build-Depends: cmake (>= 2.6.2), debhelper (>= 9~), pkg-kde-tools (>= 0.15.16),
extra-cmake-modules,
qtbase5-dev (>= 5.5.0),
libkf5archive-dev (>= 5.15),
diff --git a/debian/rules b/debian/rules
index 26715d3..47bbd25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
override_dh_auto_configure:
- dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
+ dh_auto_configure -Skf5 -- -DCMAKE_USE_RELATIVE_PATHS=ON \
-DWITH_SYSTEM_GEOIP:BOOL=ON \
-DKDE4_BUILD_TESTS=false
@@ -11,6 +11,6 @@ override_dh_strip:
dh_strip --dbgsym-migration='ktorrent-dbg (<< 4.3.1-5~)'
%:
- dh $@ --parallel --with kde
+ dh $@ --parallel --with kf5
.PHONY: override_dh_auto_test
--
KTorrent Debian packaging.
More information about the pkg-kde-commits
mailing list