[SCM] KDevelop PHP plugin packaging branch, master, updated. debian/5.0.1-2
Pino Toscano
pino at moszumanska.debian.org
Wed Sep 21 05:12:39 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-php.git;a=commitdiff;h=f6ec215
The following commit has been merged in the master branch:
commit f6ec2152bccef61b5ef4b28037c181d022bae41a
Author: Pino Toscano <pino at debian.org>
Date: Fri Aug 26 19:10: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 7f66bbf..bb0fbed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ kdevelop-php (5.0-0r1) UNRELEASED; urgency=medium
- bump cmake to >= 2.8.12
- bump kdevelop-pg-qt to >= 2.0
- 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 19:00:49 +0200
diff --git a/debian/control b/debian/control
index 097bb10..22b0995 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: cmake (>= 2.8.12),
libkf5threadweaver-dev,
kdevelop-pg-qt (>= 2.0),
kdevplatform-dev (>= 5.0),
- pkg-kde-tools (>= 0.6.4)
+ pkg-kde-tools (>= 0.15.16),
Standards-Version: 3.9.8
Homepage: http://www.kdevelop.org/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-std/kdevelop-php.git
diff --git a/debian/rules b/debian/rules
index 8223a95..0829b28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
- dh $@ --parallel --list-missing --with kde
+ dh $@ --parallel --list-missing --with kf5
override_dh_strip:
dh_strip --dbgsym-migration='kdevelop-php-dbg (<< 1.7.3-3~)'
--
KDevelop PHP plugin packaging
More information about the pkg-kde-commits
mailing list