Codebase list kate / 2ca002d
Remove patch: debian-disable-tests.diff, test are run with autopkgtest. Maximiliano Curia 9 years ago
3 changed file(s) with 2 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
00 kate (4:4.13.3-1) UNRELEASED; urgency=medium
11
22 * New upstream release.
3 * Remove patch: debian-disable-tests.diff, test are run with
4 autopkgtest.
35
46 -- Maximiliano Curia <maxy@debian.org> Wed, 16 Jul 2014 13:03:27 +0200
57
+0
-21
debian/patches/debian-disable-tests.diff less more
0 Author: Pino Toscano <pino@debian.org>
1 Description: Disable the tests during build
2 Revert the upstream forced KDE4_BUILD_TESTS to off, so tests are not built.
3 .
4 The tests cannot be run from the build directory as they are anyway,
5 since some require to be installed, and also with the other kde daemons
6 running.
7 Forwarded: not-needed
8 Last-Update: 2014-05-31
9
10 --- a/CMakeLists.txt
11 +++ b/CMakeLists.txt
12 @@ -26,7 +26,7 @@ endif(NOT APPLE)
13 configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
14
15 # enforce build of tests
16 -set (KDE4_BUILD_TESTS "ON" CACHE "BOOL" "Enable building of tests" FORCE)
17 +set (KDE4_BUILD_TESTS "OFF" CACHE "BOOL" "Enable building of tests" FORCE)
18
19 # KDE/QT definitions we want
20 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
0 debian-disable-tests.diff
10 sideeffects_in_asserts_are_evil.patch