[SCM] kdbusaddons packaging branch, master, updated. debian/5.37.0-2-83-g6cdabf1

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:35:34 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdbusaddons.git;a=commitdiff;h=17d6420

The following commit has been merged in the master branch:
commit 17d64205be01d4a74543e3173ea9fdf7f9d89804
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Apr 26 11:42:32 2016 +0200

    use dbus-run-session instead of dbus-launch
    
    manpage of -launch says to use run-session on test-mode sessions, so lets
    do that since we dont' run this through xvfb which makes the session
    disfunct for unknown reasons (neither the tests nor qdbus can connect
    to the socket)
    run-session seems to work just as well and if the documentation says we
    should use it I guess we best do
---
 debian/tests/control   | 2 +-
 debian/tests/testsuite | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 5df159f..3f97728 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Tests: testsuite
 Depends: @, @builddeps@, build-essential,
-         dbus-x11
+         dbus
 Restrictions: build-needed
 
 Tests: acc
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index ec71fef..fb9494c 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,2 +1,3 @@
 #!/bin/sh
-dbus-launch --exit-with-session dh_auto_test
+
+dbus-run-session dh_auto_test

-- 
kdbusaddons packaging



More information about the pkg-kde-commits mailing list