[SCM] ark packaging branch, master, updated. debian/4.10.5-1

Pino Toscano pino at alioth.debian.org
Sat Jul 13 12:21:34 UTC 2013


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

The following commit has been merged in the master branch:
commit c8fda4a955f65d1772e7e56abc512630c46cec58
Author: Josep Febrer Salord <jfebrer at gmail.com>
Date:   Fri Mar 29 23:44:16 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 2aba129..f7d2396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ark (4:4.10.1-0r0) UNRELEASED; urgency=low
   [ Josep Febrer ]
   * Bump kde-sc-dev-latest build dependency to version 4:4.10.1.
   * Bump kdelibs5-dev and libkonq5-dev to 4:4.10.
+  * Pass -DKDE4_BUILD_TESTS=false to cmake in order to keep the tests disabled.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 29 Mar 2013 22:47:50 +0100
 
diff --git a/debian/rules b/debian/rules
index 96a88f5..b297679 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DKDE4_BUILD_TESTS=false
+
 .PHONY: override_dh_auto_test
 
 override_dh_strip:

-- 
ark packaging



More information about the pkg-kde-commits mailing list