[SCM] kdebugsettings packaging branch, master, updated. debian/15.12.1-1-5-g467d275

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:10:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdebugsettings.git;a=commitdiff;h=9c83759

The following commit has been merged in the master branch:
commit 9c83759100aec3fdd00eb52cb7412950318ebafc
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Feb 13 19:09:16 2016 +0100

    Hacky use of xephyr
---
 debian/tests/control   | 2 +-
 debian/tests/testsuite | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 62f30ec..f52f6e8 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: testsuite
 Depends: @, @builddeps@, build-essential,
          xvfb, xauth, dbus-x11,
-         kinit
+         kinit, xserver-xephyr
 Restrictions: build-needed
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index fa0feb1..f47a079 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,4 +1,8 @@
 #!/bin/sh
 
 xvfb-run -a --server-args="-screen 0 1024x768x24" \
-    dbus-launch --exit-with-session debian/tests/testsuite.xsession
+    Xephyr -reset -br -screen 1024x768 :2 & x_pid=$!
+
+trap "{ kill ${x_pid} }" EXIT
+
+DISPLAY=:2 dbus-launch --exit-with-session dh_auto_test

-- 
kdebugsettings packaging



More information about the pkg-kde-commits mailing list