[SCM] qt3d packaging branch, master, updated. debian/5.6.1+dfsg-1-5-gd7f5d51

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Dec 4 19:52:45 UTC 2016


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

The following commit has been merged in the master branch:
commit d7f5d5145813d8221f95d4bb7c63d64259e9ac34
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Dec 4 16:52:23 2016 -0300

    Run one test at a time.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c149394..449aa4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ qt3d-opensource-src (5.7.1~20161122+dfsg-1) experimental; urgency=medium
   * Fix duplicated short description.
   * Update debian/copyright.
   * Add extensions to xvfb-run needed by tests.
+  * Run only one test at a time, this seems to make qaspectengine's
+    setRootEntity work.
 
   [ Dmitry Shachnev ]
   * Exclude audio-visualizer-qml example from the tarball because it contains
diff --git a/debian/rules b/debian/rules
index 393ffbc..08e807b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,6 @@ override_dh_auto_install-indep:
 
 override_dh_auto_test-arch:
 	xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX +extension EGL" \
-	dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins QML2_IMPORT_PATH=$(CURDIR)/qml
+	dh_auto_test --max-parallel=1 -- QT_PLUGIN_PATH=$(CURDIR)/plugins QML2_IMPORT_PATH=$(CURDIR)/qml
 
 override_dh_auto_test-indep:

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list