[SCM] kwindowsystem packaging branch, master, updated. debian/5.16.0-1-14-g24f5f82

Maximiliano Curia maxy at moszumanska.debian.org
Mon Feb 15 19:29:14 UTC 2016


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

The following commit has been merged in the master branch:
commit 24f5f820be60aeeb10fd4c2a95920e5c6f97dad8
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Feb 14 15:19:51 2016 +0100

    No curly brackets in the trap call
---
 debian/tests/testsuite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index c34d8f2..f1d33c3 100644
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -6,6 +6,6 @@ mkdir "$HOME"/.config || true
 xvfb-run -a --server-args="-screen 0 1024x768x24" \
     Xephyr -reset -br -screen 1024x768 :2 & x_pid=$!
 
-trap "{ kill ${x_pid}; rm -rf debian/tests.home }" EXIT
+trap "kill ${x_pid}; rm -rf debian/tests.home" EXIT
 
 DISPLAY=:2 dbus-launch --exit-with-session debian/tests/testsuite.xsession

-- 
kwindowsystem packaging



More information about the pkg-kde-commits mailing list