[SCM] kate packaging branch, master, updated. debian/4.14.3-3-3-g2825c6c

Pino Toscano pino at moszumanska.debian.org
Sun Jun 19 04:52:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kate.git;a=commitdiff;h=2825c6c

The following commit has been merged in the master branch:
commit 2825c6ce43307b487365a74652c4df14f32893b9
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jun 19 06:51:43 2016 +0200

    fix cmake policy
---
 debian/changelog                 |  1 +
 debian/patches/cmake-policy.diff | 18 ++++++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 35892c8..fdb8606 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ kate4 (4:4.14.3-4) UNRELEASED; urgency=medium
   * Remove the libkactivities-dev build dependency, since the kactivities
     integration is done only in the kate application (which is not shipped
     by this source).
+  * Set the cmake minimum version required and policies; cmake-policy.diff.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 19 Jun 2016 06:44:58 +0200
 
diff --git a/debian/patches/cmake-policy.diff b/debian/patches/cmake-policy.diff
new file mode 100644
index 0000000..233aa74
--- /dev/null
+++ b/debian/patches/cmake-policy.diff
@@ -0,0 +1,18 @@
+Author: Pino Toscano <pino at debian.org>
+Description: Update cmake version & policy.
+ Set cmake_mininum_required to match kdelibs policy and enable newer cmake
+ policies.
+Forwarded: not-needed
+Last-Update: 2016-06-19
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,6 +1,8 @@
+ # Kate project
+ project (kate)
+ 
++cmake_minimum_required(VERSION 2.8.9)
++
+ # shared libs
+ set (LIBRARY_TYPE SHARED)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5e1d019..deadbef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 sideeffects_in_asserts_are_evil.patch
 do_not_enforce_tests
+cmake-policy.diff

-- 
kate packaging



More information about the pkg-kde-commits mailing list