[SCM] bluez-qt packaging branch, master, updated. debian/5.16.0-1-14-gdefc9d7

Maximiliano Curia maxy at moszumanska.debian.org
Tue Feb 16 12:36:25 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/bluez-qt.git;a=commitdiff;h=7035ccd

The following commit has been merged in the master branch:
commit 7035ccd274e664cc754e2b44464efc8d7629d5a6
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Feb 14 20:27:42 2016 +0100

    X seems to take some time before its ready
---
 debian/tests/testsuite | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 2ad69b0..7045c62 100644
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -9,7 +9,9 @@ mkdir "$HOME"/.config || true
 xvfb-run -a --server-args="-screen 0 1024x768x24+32" \
     Xephyr -reset -br -screen 1024x768 :2 & x_pid=$!
 
+sleep 1
 DISPLAY=:2 openbox & openbox_pid=$!
+sleep 1
 
 trap "kill ${openbox_pid};kill ${x_pid}; rm -rf debian/tests.home" EXIT
 

-- 
bluez-qt packaging



More information about the pkg-kde-commits mailing list