[SCM] kate packaging branch, master, updated. debian/4.13.1-2-10-g2e3a78d

Maximiliano Curia maxy at moszumanska.debian.org
Fri Aug 1 12:33:52 UTC 2014


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

The following commit has been merged in the master branch:
commit e41ba4ce657f1723392977f57b3968fcbcaac324
Author: Maximiliano Curia <maxy at debian.org>
Date:   Fri Aug 1 14:06:43 2014 +0200

    New patch: do_not_enforce_tests
---
 debian/changelog                    |  1 +
 debian/patches/do_not_enforce_tests | 14 ++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c11289a..afd0613 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kate (4:4.13.3-2) UNRELEASED; urgency=medium
 
   * Build with tests disabled.
+  * New patch: do_not_enforce_tests
 
  -- Maximiliano Curia <maxy at debian.org>  Fri, 01 Aug 2014 13:46:26 +0200
 
diff --git a/debian/patches/do_not_enforce_tests b/debian/patches/do_not_enforce_tests
new file mode 100644
index 0000000..84c89fe
--- /dev/null
+++ b/debian/patches/do_not_enforce_tests
@@ -0,0 +1,14 @@
+Index: kate/CMakeLists.txt
+===================================================================
+--- kate.orig/CMakeLists.txt	2014-08-01 13:58:27.812305140 +0200
++++ kate/CMakeLists.txt	2014-08-01 14:05:35.375380755 +0200
+@@ -25,9 +25,6 @@
+ 
+ configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
+ 
+-# enforce build of tests
+-set (KDE4_BUILD_TESTS "ON" CACHE "BOOL" "Enable building of tests" FORCE)
+-
+ # KDE/QT definitions we want
+ add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ add_definitions (-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DKTEXTEDITOR_NO_DEPRECATED)
diff --git a/debian/patches/series b/debian/patches/series
index 11ed0cd..5e1d019 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 sideeffects_in_asserts_are_evil.patch
+do_not_enforce_tests

-- 
kate packaging



More information about the pkg-kde-commits mailing list