[SCM] qtdeclarative packaging branch, ubuntu, updated. debian/5.5.0-2-32-g98b0221

Timo Jyrinki timo at moszumanska.debian.org
Wed Sep 9 11:52:43 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=98b0221

The following commit has been merged in the ubuntu branch:
commit 98b022179858ef6d342774a65ea5b8a605813b94
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Wed Sep 9 11:01:38 2015 +0000

    Allow more extensions when running the tests.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8cf12be..b168daa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,6 +82,6 @@ override_dh_auto_test:
 	cp -a src/imports/testlib/testlogger.js qml/QtTest
 ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(testskip_architectures)))
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	xvfb-run -a -s "-screen 0 1024x768x24" dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib QML2_IMPORT_PATH=$(CURDIR)/qml
+	xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib QML2_IMPORT_PATH=$(CURDIR)/qml
 endif
 endif

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list