[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=592dc6a

The following commit has been merged in the master branch:
commit 592dc6a54a2b032654fc77f0dcfe28af721eda90
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu Jul 17 10:58:56 2014 +0000

    Enable tests, and add needed dependencies
---
 debian/control | 10 +++++++---
 debian/rules   |  3 +++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index d768d6f..6ff731e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,15 @@ Source: qtpim-opensource-src
 Section: libs
 Priority: optional
 Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: dbus,
+               debhelper (>= 9),
                pkg-kde-tools,
                qt5-default,
-               qtbase5-private-dev,
-               qtdeclarative5-private-dev,
+               qtbase5-private-dev (>= 5.3.0~),
+               qtdeclarative5-private-dev (>= 5.3.0~),
+               qtdeclarative5-qtquick2-plugin (>= 5.3.0~),
+               qtdeclarative5-test-plugin (>= 5.3.0~),
+               xvfb,
 Standards-Version: 3.9.4
 Homepage: http://qt-project.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtpim.git
diff --git a/debian/rules b/debian/rules
index 025e411..b96e6be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,9 @@ override_dh_auto_install:
 	# Don't install the skeleton plugin
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/plugins/organizer/libqtorganizer_skeleton.so
 
+override_dh_auto_test:
+	xvfb-run -a make check QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 

-- 
qtpim packaging



More information about the pkg-kde-commits mailing list