[SCM] qtquickcontrols packaging branch, experimental, updated. debian/5.7.0-1-3-gc438ac9
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Jul 12 20:50:37 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtquickcontrols.git;a=commitdiff;h=5c171eb
The following commit has been merged in the experimental branch:
commit 5c171ebf8f36b871865ba7e98cf759c641caebd5
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Jul 12 23:49:38 2016 +0300
Run the tests with --no-parallel.
Otherwise qWaitForWindowActive() does not work.
---
debian/changelog | 3 +++
debian/rules | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e2dc2d3..4851182 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qtquickcontrols-opensource-src (5.7.0-2) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Run the tests with --no-parallel, otherwise qWaitForWindowActive() does
+ not work.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 12 Jul 2016 23:37:00 +0300
diff --git a/debian/rules b/debian/rules
index a78bd8c..d178b8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_auto_test-indep:
override_dh_auto_test-arch:
$(MAKE) install INSTALL_ROOT=$(CURDIR)/test_root
xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
- dh_auto_test -- QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml
+ dh_auto_test --no-parallel -- QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml
override_dh_install:
dh_install --fail-missing
--
qtquickcontrols packaging
More information about the pkg-kde-commits
mailing list