[SCM] qt3d packaging branch, master, updated. debian/5.7.1-20161122+dfsg-2-7-gd03395f

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Dec 20 18:59:10 UTC 2016


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

The following commit has been merged in the master branch:
commit d03395fe38d95db8584562376d5e1c7161cc0c9d
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Dec 20 15:58:34 2016 -0300

    Make tests non-fatal.
    
    See changelog.
---
 debian/changelog | 2 ++
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9eefed6..2ce7f29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ qt3d-opensource-src (5.7.1+dfsg-1) UNRELEASED; urgency=medium
   * Add <!nocheck> to build dependencies used at test time.
     - Bump debhelper dependency to >= 9.20141010~ to allow build profiles to
       work.
+  * Make tests non-fatal. We currently only have one failing on some archs,
+    but it's a test issue as it doesn't fails if run alone (Closes: #847821).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 14 Dec 2016 16:44:26 -0300
 
diff --git a/debian/rules b/debian/rules
index 08e807b..e484c1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,8 @@ override_dh_auto_install-indep:
 	$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 
 override_dh_auto_test-arch:
-	xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX +extension EGL" \
+	# See 5.7.1+dfsg-1 changelog.
+	-xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX +extension EGL" \
 	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