[SCM] artikulate packaging branch, master, updated. debian/16.04.3-1-6-g46c732c

Maximiliano Curia maxy at moszumanska.debian.org
Sat Oct 22 12:50:07 UTC 2016


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

The following commit has been merged in the master branch:
commit 46c732c56ea39cc29a47ba423427679c60c026c3
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Oct 22 14:49:20 2016 +0200

    Replace dbus-launch with dbus-run-session in tests
    
    Closes: 835832
    Thanks: Simon McVittie
---
 debian/tests/control   | 2 +-
 debian/tests/testsuite | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index ff7ab86..fa6e7ea 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Tests: testsuite
 Depends: @, cmake, libqt5test5, debhelper, build-essential,
-         xvfb, xauth, dbus-x11, libqt5sql5-sqlite
+         xvfb, xauth, dbus (>= 1.8), libqt5sql5-sqlite
 Restrictions: build-needed
 
 # Tests: acc
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 2c87d1e..7a50312 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,7 +1,7 @@
 #!/bin/sh
 export HOME=$(mktemp -d)
 xvfb-run -a --server-args="-screen 0 1024x768x24" \
-    dbus-launch --exit-with-session debian/tests/testsuite.xsession
+    dbus-run-session -- debian/tests/testsuite.xsession
 ret=$?
 rm -rf ${HOME}
 exit $ret

-- 
artikulate packaging



More information about the pkg-kde-commits mailing list