[SCM] KDevelop packaging branch, master, updated. debian/5.0.1-2
Pino Toscano
pino at moszumanska.debian.org
Wed Sep 21 05:11:05 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop.git;a=commitdiff;h=fdbd342
The following commit has been merged in the master branch:
commit fdbd34274a03aa5b62147befd48df8642f1f9cd0
Author: Pino Toscano <pino at debian.org>
Date: Fri Aug 26 06:39:43 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 4357edc..8f0100c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ kdevelop (4:5.0-0r1) UNRELEASED; urgency=medium
* Bump build dependencies according to the upstream build system:
- bump cmake to >= 2.8.12
- bump kdevplatform-dev to >= 5.0
+ * 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 06:08:47 +0200
diff --git a/debian/control b/debian/control
index c4b7d44..4dd8c3c 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Build-Depends: cmake (>= 2.8.12),
kdevelop-pg-qt (>= 2.0),
kdevplatform-dev (>= 5.0),
pkg-config,
- pkg-kde-tools (>= 0.9.0),
+ pkg-kde-tools (>= 0.15.16),
shared-mime-info
Standards-Version: 3.9.8
Homepage: http://www.kdevelop.org/
diff --git a/debian/rules b/debian/rules
index a78327e..e182fe7 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_auto_clean:
dh_auto_clean
--
KDevelop packaging
More information about the pkg-kde-commits
mailing list