[SCM] kwayland packaging branch, master, updated. debian/5.3.2-2-8-g744c224

Maximiliano Curia maxy at moszumanska.debian.org
Thu Sep 3 18:51:51 UTC 2015


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

The following commit has been merged in the master branch:
commit 9e858eeb9de04e979c7d3cf81e4d8cbf5004b492
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Sep 3 18:16:59 2015 +0200

    Minor tests tweak
---
 debian/tests/testsuite | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 6e2f35d..4a8f1f2 100644
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -3,8 +3,9 @@
 if [ -d /usr/lib/ccache ]; then
     export PATH="/usr/lib/ccache:$PATH"
 fi
-[ -e debian/tests.home ] || mkdir debian/tests.home
-export HOME="$(pwd)/debian/tests.home"
+export HOME="$(mktemp -d)"
+mkdir "$HOME/runtime"
+export XDG_RUNTIME_DIR="$HOME/runtime"
 debian/rules clean 2>&1
 dpkg-source --before-build .
 debian/rules build 2>&1

-- 
kwayland packaging



More information about the pkg-kde-commits mailing list