[SCM] qtsystems packaging branch, master, updated. 00b5912400b45fbcf7486370b08f9c2b4b88fbaf

Timo Jyrinki timo at moszumanska.debian.org
Tue Jul 15 07:53:33 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtsystems.git;a=commitdiff;h=0db8e5a

The following commit has been merged in the master branch:
commit 0db8e5ac45bf53e72749e231335f29d2e44fe922
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Tue Jul 15 07:39:12 2014 +0000

    Enable tests
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 26b6ae0..4c910e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,3 +42,6 @@ override_dh_install:
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 
+override_dh_auto_test:
+	export LD_LIBRARY_PATH=$(CURDIR)/lib
+	cd tests/auto/ && ( test -e Makefile || qmake auto.pro -o Makefile ) && make -f Makefile check

-- 
qtsystems packaging



More information about the pkg-kde-commits mailing list