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

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


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

The following commit has been merged in the master branch:
commit 24735d9646b70aaf299195ca858803da9d906e16
Author: Josep Febrer Salord <jfebrer at gmail.com>
Date:   Wed Feb 20 00:55:07 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 1513ce0..b988e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ konsole (4:4.10.0-0r0) UNRELEASED; urgency=low
   * Bump kde-sc-dev-latest build dependency to version 4:4.10.0.
   * Bump kdelibs5-dev and libkonq5-dev to 4:4.10.
   * Update installed files.
+  * 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, 11 Jan 2013 23:49:28 +0100
 
diff --git a/debian/rules b/debian/rules
index faa8db7..b45b11f 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:

-- 
konsole packaging



More information about the pkg-kde-commits mailing list