[SCM] dolphin packaging branch, master, updated. debian/15.12.1-1-8-g6305fd8

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


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

The following commit has been merged in the master branch:
commit d388eec92ba3ba8bd7302516a59208b502269ccd
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Feb 14 15:20:35 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 525ec6c..6a72395 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -6,7 +6,7 @@ export LC_ALL=C.UTF-8
 xvfb-run -a --server-args="-screen 0 1024x768x24" \
     Xephyr -reset -br -screen 1024x768 :2 & x_pid=$!
 
-trap "{ kill ${x_pid}; kdeinit5_shutdown }" EXIT
+trap "kill ${x_pid}; kdeinit5_shutdown" EXIT
 
 DISPLAY=:2 kdeinit5
 DISPLAY=:2 dbus-launch --exit-with-session dh_auto_test

-- 
dolphin packaging



More information about the pkg-kde-commits mailing list