[SCM] KDevelop Platform packaging branch, experimental, updated. debian/1.7.3-3-6-g2998720

Pino Toscano pino at moszumanska.debian.org
Thu Aug 25 20:29:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevplatform.git;a=commitdiff;h=2ba7dcf

The following commit has been merged in the experimental branch:
commit 2ba7dcf318d6715b58c7cec1fdcc2274db20aced
Author: Pino Toscano <pino at debian.org>
Date:   Thu Aug 25 19:43:11 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 91019e8..d4f0af7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ kdevplatform (5.0-0r1) UNRELEASED; urgency=medium
       libkf5service-dev, libkf5sonnet-dev, libkf5texteditor-dev,
       libkf5threadweaver-dev, libkf5windowsystem-dev, libkf5widgetsaddons-dev,
       libkf5xmlgui-dev, libgrantlee5-dev, and libkomparediff2-dev
+  * 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>  Thu, 25 Aug 2016 19:23:00 +0200
 
diff --git a/debian/control b/debian/control
index 079ca82..1fa8c7a 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Build-Depends: cmake (>= 2.8.9~),
                libkomparediff2-dev,
                libboost-serialization-dev,
                libsvn-dev,
-               pkg-kde-tools (>= 0.9.0),
+               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/kdevplatform.git
diff --git a/debian/rules b/debian/rules
index fed554f..20370ef 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 Platform packaging



More information about the pkg-kde-commits mailing list