rev 20525 - kde-extras/skrooge/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Tue Jun 21 17:14:26 UTC 2016


Author: pino
Date: 2016-06-21 17:14:26 +0000 (Tue, 21 Jun 2016)
New Revision: 20525

Modified:
   kde-extras/skrooge/trunk/debian/changelog
   kde-extras/skrooge/trunk/debian/rules
Log:
disable build and run of tests for now

it is not easy to run them


Modified: kde-extras/skrooge/trunk/debian/changelog
===================================================================
--- kde-extras/skrooge/trunk/debian/changelog	2016-06-21 17:07:43 UTC (rev 20524)
+++ kde-extras/skrooge/trunk/debian/changelog	2016-06-21 17:14:26 UTC (rev 20525)
@@ -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
+  * Disable the build and run of the tests for now, since it is not easy to
+    run them.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 21 Jun 2016 06:59:00 +0200
 

Modified: kde-extras/skrooge/trunk/debian/rules
===================================================================
--- kde-extras/skrooge/trunk/debian/rules	2016-06-21 17:07:43 UTC (rev 20524)
+++ kde-extras/skrooge/trunk/debian/rules	2016-06-21 17:14:26 UTC (rev 20525)
@@ -2,3 +2,8 @@
 
 %:
 	dh $@ --parallel --list-missing --with kf5
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DSKG_BUILD_TEST=OFF
+
+override_dh_auto_test:




More information about the pkg-kde-commits mailing list