Chris Gagnon has proposed merging 
lp:~chris.gagnon/kubuntu-packaging/enable-tests-qtimageformats-opensource-src 
into lp:~kubuntu-packagers/kubuntu-packaging/qtimageformats-opensource-src.

Requested reviews:
  Kubuntu Packagers (kubuntu-packagers)

For more details, see:
https://code.launchpad.net/~chris.gagnon/kubuntu-packaging/enable-tests-qtimageformats-opensource-src/+merge/219192
-- 
https://code.launchpad.net/~chris.gagnon/kubuntu-packaging/enable-tests-qtimageformats-opensource-src/+merge/219192
Your team Kubuntu Packagers is requested to review the proposed merge of 
lp:~chris.gagnon/kubuntu-packaging/enable-tests-qtimageformats-opensource-src 
into lp:~kubuntu-packagers/kubuntu-packaging/qtimageformats-opensource-src.
=== modified file 'debian/control'
--- debian/control	2014-02-06 17:13:42 +0000
+++ debian/control	2014-05-12 13:46:55 +0000
@@ -14,7 +14,8 @@
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.2.1+dfsg~),
                libmng-dev,
-               libtiff-dev
+               libtiff-dev,
+               xvfb
 Standards-Version: 3.9.4
 Homepage: http://qt-project.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtimageformats.git

=== modified file 'debian/rules'
--- debian/rules	2013-09-03 07:28:41 +0000
+++ debian/rules	2014-05-12 13:46:55 +0000
@@ -12,7 +12,11 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	qmake
+	qmake QT_BUILD_PARTS+=tests
 
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
+
+override_dh_auto_test:
+	xvfb-run -a make check QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib PATH=$(CURDIR)/bin:$(PATH)
+

-- 
kubuntu-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel

Reply via email to