[SCM] KDE PIM Runtime module packaging branch, master, updated. debian/4.10.5-1-8-g309f0b1

Pino Toscano pino at alioth.debian.org
Wed Sep 4 14:03:11 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdepim-runtime.git;a=commitdiff;h=ab2d23e

The following commit has been merged in the master branch:
commit ab2d23e52ab6e36583a6ce54d70dbae32418e5ea
Author: Pino Toscano <pino at debian.org>
Date:   Wed Sep 4 15:57:38 2013 +0200

    disable the build of tests
    
    they are not run anyway
---
 debian/changelog |    1 +
 debian/rules     |    3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ed55786..fd84f38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ kdepim-runtime (4:4.10.5-2) UNRELEASED; urgency=low
   * Install the akonaditray icons.
   * Remove handling of libkdepim-runtime-dms-copy.so, no more shipped.
   * Update lintian overrides.
+  * Disable the build of tests, they are not run anyway.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 27 Aug 2013 18:35:38 +0200
 
diff --git a/debian/rules b/debian/rules
index 8417689..bbb5d8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,8 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 .PHONY: override_dh_auto_test
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DKDE4_BUILD_TESTS=false
+
 override_dh_strip:
 	$(overridden_command) --dbg-package=kdepim-runtime-dbg

-- 
KDE PIM Runtime module packaging



More information about the pkg-kde-commits mailing list