[SCM] kdevelop-python packaging branch, master, updated. debian/5.0.1-2

Pino Toscano pino at moszumanska.debian.org
Wed Sep 21 05:13:40 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=7a6b2d7

The following commit has been merged in the master branch:
commit 7a6b2d78dfbcde1e74722039e64272dbecb6ca67
Author: Pino Toscano <pino at debian.org>
Date:   Fri Aug 26 20:00:11 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 30d662b..74377fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ kdevelop-python (5.0-0r1) UNRELEASED; urgency=medium
   * Use the right dh addon:
     - switch from kde to kf5 dh addon
     - bump the pkg-kde-tools build dependency to >= 0.15.16
+  * Disable building of unit tests, as long as they are not run.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 26 Aug 2016 19:48:51 +0200
 
diff --git a/debian/rules b/debian/rules
index 3d2ae9f..f541673 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-python packaging



More information about the pkg-kde-commits mailing list