rev 21025 - kde-extras/kmymoney2/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Wed Feb 7 22:56:43 UTC 2018


Author: pino
Date: 2018-02-07 22:56:42 +0000 (Wed, 07 Feb 2018)
New Revision: 21025

Modified:
   kde-extras/kmymoney2/trunk/debian/changelog
   kde-extras/kmymoney2/trunk/debian/rules
Log:
cmake: adapt way to disable tests


Modified: kde-extras/kmymoney2/trunk/debian/changelog
===================================================================
--- kde-extras/kmymoney2/trunk/debian/changelog	2018-02-07 22:54:49 UTC (rev 21024)
+++ kde-extras/kmymoney2/trunk/debian/changelog	2018-02-07 22:56:42 UTC (rev 21025)
@@ -21,6 +21,8 @@
   * Use the right dh addon:
     - switch from kde to kf5 dh addon
     - bump the pkg-kde-tools build dependency to >= 0.15.16
+  * Switch the -DKDE4_BUILD_TESTS=OFF cmake parameter to -DBUILD_TESTING=OFF,
+    as it is what ECM provides.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 07 Feb 2018 21:56:19 +0100
 

Modified: kde-extras/kmymoney2/trunk/debian/rules
===================================================================
--- kde-extras/kmymoney2/trunk/debian/rules	2018-02-07 22:54:49 UTC (rev 21024)
+++ kde-extras/kmymoney2/trunk/debian/rules	2018-02-07 22:56:42 UTC (rev 21025)
@@ -3,7 +3,7 @@
 	dh $@ --parallel --list-missing --with kf5,aqbanking
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DCMAKE_SKIP_RPATH=ON -DKDE4_BUILD_TESTS=OFF
+	dh_auto_configure -Skf5 -- -DCMAKE_SKIP_RPATH=ON -DBUILD_TESTING=OFF
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list