[SCM] qtwebchannel packaging branch, master, updated. debian/5.6.1-1-17-g81ac67a

Sandro Knauß hefee at moszumanska.debian.org
Sun Oct 30 15:13:32 UTC 2016


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

The following commit has been merged in the master branch:
commit 74246d86d19fd8c26a30041f43d0e6bb0b558108
Author: Sandro Knauß <hefee at debian.org>
Date:   Sun Oct 30 15:49:15 2016 +0100

    Run tests not paralell, this triggers often strange bugs.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5c9f53c..5006717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qtwebchannel-opensource-src (5.7.1~20161021-0) UNRELEASED; urgency=medium
   * Update patches (only hunk updates needed).
   * Update symbol files.
   * Remove also directory that holds private headers.
+  * Run tests not paralell, this triggers often strange bugs.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 30 Oct 2016 14:23:25 +0100
 
diff --git a/debian/rules b/debian/rules
index 8b4926f..5252bdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_auto_install-arch:
 
 override_dh_auto_test-arch:
 	$(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root
-	dh_auto_test -- QT_QPA_PLATFORM=minimal QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml
+	dh_auto_test --no-parallel -- QT_QPA_PLATFORM=minimal QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml
 
 override_dh_auto_test-indep:
 

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list