[SCM] kdevelop-python packaging branch, master, updated. debian/5.0.1-2
Pino Toscano
pino at moszumanska.debian.org
Wed Sep 21 05:13:39 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=6d7abad
The following commit has been merged in the master branch:
commit 6d7abadc7368d4e969c7664ddb8e84c72a9331e7
Author: Pino Toscano <pino at debian.org>
Date: Fri Aug 26 19:57:39 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 | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 867cb4d..15fa7ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ kdevelop-python (5.0-0r1) UNRELEASED; urgency=medium
- bump kdevplatform-dev to >= 5.0
* Switch the python3.4-dev build dependency to python3.5-dev, as it is the
supported version now.
+ * Use the right dh addon:
+ - switch from kde to kf5 dh addon
+ - bump the pkg-kde-tools build dependency to >= 0.15.16
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 26 Aug 2016 19:48:51 +0200
diff --git a/debian/control b/debian/control
index 8b87693..bb35e7a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: cmake (>= 2.8.12),
libkf5texteditor-dev,
libkf5threadweaver-dev,
kdevplatform-dev (>= 5.0),
- pkg-kde-tools (>= 0.6.4),
+ pkg-kde-tools (>= 0.15.16),
python3.5-dev,
Standards-Version: 3.9.8
Homepage: http://www.kdevelop.org/
diff --git a/debian/rules b/debian/rules
index 162032b..3d2ae9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
- dh $@ --parallel --with kde
+ dh $@ --parallel --with kf5
override_dh_install:
dh_install --list-missing
--
kdevelop-python packaging
More information about the pkg-kde-commits
mailing list