[SCM] kwayland packaging branch, master, updated. debian/4%5.37.0-2-118-ge964566

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:54:56 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kwayland.git;a=commitdiff;h=d37a182

The following commit has been merged in the master branch:
commit d37a1820940d1ffc0333121a52201c1aa188c847
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Nov 23 11:16:35 2016 +0100

    bring back xvfb-run wrapping
    
    testWindowmanagement was recently changed to use QTEST_MAIN, which
    instantiates a QGuiApplication which will load the xcb plugin, which
    will abort if X is not present.
    Checked back with mgraesslin and this change was intentional, so we need
    the xvfb wrapping again to provision an X server for that test.
---
 debian/tests/testsuite | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index b2cb514..b293da3 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -9,4 +9,5 @@ mkdir -p "$HOME"/.config || true
 mkdir -p "$HOME/runtime" || true
 chmod 700 "$HOME/runtime"
 export XDG_RUNTIME_DIR="$HOME/runtime"
-dh_auto_test
+xvfb-run -a --server-args="-screen 0 1024x768x24+32" \
+    dh_auto_test

-- 
kwayland packaging



More information about the pkg-kde-commits mailing list