[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.9.0-beta3-2-6-g3a0bd7c

Simon Quigley tsimonq2-guest at moszumanska.debian.org
Sun Jun 4 00:39:20 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 3a0bd7c107a283421a43fe0f5a1e3ea1988e1512
Author: Simon Quigley <tsimonq2 at ubuntu.com>
Date:   Sat Jun 3 19:38:08 2017 -0500

    Set XDG_RUNTIME_DIR in debian/rules to fix a lot of test failures.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ea1ff2a..a12a6d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtdeclarative-opensource-src (5.9.0-1) UNRELEASED; urgency=medium
   * Remove qv4isel_always_export.patch as it's reverse-applicable.
   * Some files were moved around and/or deleted; update the install files to
     reflect that.
+  * Set XDG_RUNTIME_DIR in debian/rules to fix a lot of test failures.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 02 Jun 2017 23:08:37 -0500
 
diff --git a/debian/rules b/debian/rules
index 58ea3ae..db90352 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ override_dh_auto_test-arch:
 	         -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
 	         dh_auto_test --max-parallel=1 -- -k -Ctests/auto \
 	         QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml \
-	         HOME=$(CURDIR) LD_LIBRARY_PATH=$(CURDIR)/lib
+	         HOME=$(CURDIR) LD_LIBRARY_PATH=$(CURDIR)/lib XDG_RUNTIME_DIR=$(CURDIR)
 
 override_dh_auto_test-indep:
 

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list