[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.10.5-1

Pino Toscano pino at alioth.debian.org
Sat Jul 13 13:18:31 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-workspace.git;a=commitdiff;h=70864e5

The following commit has been merged in the master branch:
commit 70864e5deeefedf5ce507e88fe8464c5cb55f214
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Fri Feb 15 10:08:11 2013 +0100

    Pass -DKDE4_BUILD_TESTS=false to cmake to keep the tests disabled.
---
 debian/changelog |    1 +
 debian/rules     |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c474e3d..60ce85d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ kde-workspace (4:4.10.0-0r0) UNRELEASED; urgency=low
     - extend place_global_config_in_etc.diff.
     - update be_better_at_honouring_user_kdm_theming.diff. 
     - refresh other patches to make them apply without any offset.
+  * Pass -DKDE4_BUILD_TESTS=false to cmake to keep the tests disabled.
   * Update installed files.
   * Move these files from kde-workspace-bin to plasma-dataengines-workspace:
     - usr/lib/kde4/plasma_engine_activities.so
diff --git a/debian/rules b/debian/rules
index e7dff0c..e51ca22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ BINARYVERSION := $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Versi
 DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 override_dh_auto_configure:
-	$(overridden_command) -- -DKDE4_KDM_PAM_SERVICE=kdm -DKDE4_COMMON_PAM_SERVICE=kdm
+	$(overridden_command) -- -DKDE4_KDM_PAM_SERVICE=kdm -DKDE4_COMMON_PAM_SERVICE=kdm \
+		-DKDE4_BUILD_TESTS=false
 
 override_dh_auto_install:
 	$(overridden_command)

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list