[SCM] KDevelop Platform packaging branch, experimental, updated. debian/1.7.3-3-9-g51a3c06

Pino Toscano pino at moszumanska.debian.org
Thu Aug 25 20:43:38 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevplatform.git;a=commitdiff;h=51a3c06

The following commit has been merged in the experimental branch:
commit 51a3c06ed6e406831443ef4469c34b82997c350e
Author: Pino Toscano <pino at debian.org>
Date:   Thu Aug 25 22:43:22 2016 +0200

    disable building of unit tests
    
    ... as long as they are not run
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dcba39d..9aa6add 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ kdevplatform (5.0-0r1) UNRELEASED; urgency=medium
   * Backport upstream commit b64f24d70164c65805e3fff965478a21fd74326b to fix
     dependencies in the cmake configuration files; patch
     upstream_find-all-dependencies.patch.
+  * Disable building of unit tests, as long as they are not run.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 25 Aug 2016 19:23:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 20370ef..046364a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 %:
 	dh $@ --parallel --with kf5
 
+override_dh_auto_configure:
+	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+
 override_dh_install:
 	dh_install --list-missing
 

-- 
KDevelop Platform packaging



More information about the pkg-kde-commits mailing list