[SCM] zanshin packaging branch, master, updated. debian/0.2.1-1-13-ga8e17df

Pino Toscano pino at moszumanska.debian.org
Thu Jul 28 18:21:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/zanshin.git;a=commitdiff;h=743eb00

The following commit has been merged in the master branch:
commit 743eb0051f4096efed66ae445aad99d3e3425a17
Author: Pino Toscano <pino at debian.org>
Date:   Thu Jul 28 19:56:28 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 cf1faba..342f41e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ zanshin (0.4.0-0r1) UNRELEASED; urgency=medium
   * Bump the debhelper compat to 9:
     - bump compat to 9
     - bump the debhelper build dependency to >= 9
+  * 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>  Thu, 28 Jul 2016 19:42:36 +0200
 
diff --git a/debian/control b/debian/control
index bf11f71..213a056 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Fathi Boudra <fabo at debian.org>
 Build-Depends: cmake,
                debhelper (>= 9),
                libboost-dev,
-               pkg-kde-tools,
+               pkg-kde-tools (>= 0.15.16),
                extra-cmake-modules,
                qtbase5-dev,
                libkf5akonadicalendar-dev,
diff --git a/debian/rules b/debian/rules
index 7acafc7..d724f09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,6 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5
 
 override_dh_auto_test:

-- 
zanshin packaging



More information about the pkg-kde-commits mailing list