[SCM] KDE PIM Libraries module packaging branch, kde4.10, updated. debian/4.8.4-1-32-gee7e22a

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Thu Feb 14 15:15:47 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdepimlibs.git;a=commitdiff;h=452daf3

The following commit has been merged in the kde4.10 branch:
commit 452daf3e98193fe97fc71e2840faac3856448f3b
Author: Josep Febrer Salord <jfebrer at gmail.com>
Date:   Thu Feb 14 02:30:39 2013 +0100

    Disable build of unit tests.
---
 debian/changelog |    1 +
 debian/rules     |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a55cb68..dc45f81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ kdepimlibs (4:4.10.0-0r0) UNRELEASED; urgency=low
   * Bump nepomuk-core-dev build dependecy to 4:4.10.
   * Add build dependencies on libqjson-dev, libxslt1-dev, libx11 and pkg-config.
   * New package libakonadi-socialutils4.
+  * Disable build of unit tests. 
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 15 Nov 2012 23:10:43 +0100
 
diff --git a/debian/rules b/debian/rules
index 66a1b31..6d34582 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ libpkgs_addsubst_allLibraries = kdepimlibs5-dev kdepimlibs-dbg
 libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
 include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DKDE4_BUILD_TESTS=false
+
 .PHONY: override_dh_auto_test
 
 # Get rid of the dependency on kde{base,pim}-runtime

-- 
KDE PIM Libraries module packaging



More information about the pkg-kde-commits mailing list