[SCM] plasma-framework packaging branch, master, updated. debian/5.28.0-2-19-g26d3b71

Maximiliano Curia maxy at moszumanska.debian.org
Sat Jul 8 07:22:48 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/plasma-framework.git;a=commitdiff;h=b04fca2

The following commit has been merged in the master branch:
commit b04fca23f0ffc65b1fdc06ac434d354edd1bcd39
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Nov 21 09:16:58 2016 +0100

    start openbox for dialogstatetest
    
    (it has a window spy which would fail otherwise)
---
 debian/tests/control            | 3 ++-
 debian/tests/testsuite.xsession | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 3728f9d..6d62c82 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,7 +1,8 @@
 Tests: testsuite
 Depends: @, debhelper, cmake, xvfb, xauth, dbus (>= 1.8), libqt5sql5-sqlite,
          libkf5globalaccel-bin, libkf5service-bin, breeze-icon-theme,
-         qml-module-qtquick2, hicolor-icon-theme
+         qml-module-qtquick2, hicolor-icon-theme,
+         openbox
 Restrictions: build-needed
 
 Tests: acc
diff --git a/debian/tests/testsuite.xsession b/debian/tests/testsuite.xsession
index 7028b79..63d0b3c 100755
--- a/debian/tests/testsuite.xsession
+++ b/debian/tests/testsuite.xsession
@@ -7,4 +7,7 @@ export XDG_RUNTIME_DIR="${HOME}/runtime"
 mkdir -p ${XDG_DATA_HOME} || true
 mkdir -p ${XDG_RUNTIME_DIR} || true
 export XDG_DATA_DIRS="$XDG_DATA_HOME:${HOME}/.local/share:/usr/share"
+
+openbox & # need WM for dialogstatetest
+sleep 5
 dh_auto_test

-- 
plasma-framework packaging



More information about the pkg-kde-commits mailing list