[SCM] qtpim packaging branch, master, updated. 078f0aee378019e70cbeeba1078b86f84bb0b63d

Timo Jyrinki timo at moszumanska.debian.org
Thu Jul 17 11:08:28 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtpim.git;a=commitdiff;h=3e3668d

The following commit has been merged in the master branch:
commit 3e3668d38222be49cbf0c40fc7421add598ae127
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu Jul 17 11:02:29 2014 +0000

    Call qmake with +=tests and enable the added patch
---
 debian/patches/series | 1 +
 debian/rules          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/patches/series b/debian/patches/series
index 462fa7f..4afd036 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 revert_module_version.patch
+disable_failing_tests.patch
diff --git a/debian/rules b/debian/rules
index 33c2b73..2381d38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
 	mkdir .git
-	qmake
+	qmake QT_BUILD_PARTS+=tests
 
 override_dh_auto_install:
 	dh_auto_install

-- 
qtpim packaging



More information about the pkg-kde-commits mailing list