[SCM] zanshin packaging branch, master, updated. debian/0.2.1-1-13-ga8e17df

Pino Toscano pino at moszumanska.debian.org
Thu Jul 28 18:21:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/zanshin.git;a=commitdiff;h=64d552f

The following commit has been merged in the master branch:
commit 64d552fa08f6804733bb24b4cd10b0ce678453f0
Author: Pino Toscano <pino at debian.org>
Date:   Thu Jul 28 20:05:44 2016 +0200

    disable tests for now
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index db3bd6a..578f586 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ zanshin (0.4.0-0r1) UNRELEASED; urgency=medium
     - bump the pkg-kde-tools build dependency to >= 0.15.16
   * Bump the cmake build dependency to >= 3.2, according to the upstream build
     system.
+  * Pass -DBUILD_TESTING=OFF to cmake to disable the build of tests, since it
+    is not easy to run them.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 28 Jul 2016 19:42:36 +0200
 
diff --git a/debian/rules b/debian/rules
index d724f09..320ef09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,7 @@
 %:
 	dh $@ --parallel --with kf5
 
+override_dh_auto_configure:
+	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+
 override_dh_auto_test:

-- 
zanshin packaging



More information about the pkg-kde-commits mailing list