[SCM] analitza packaging branch, master, updated. debian/16.04.0-2-6-g7809954

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 21 17:21:43 UTC 2016


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

The following commit has been merged in the master branch:
commit 78099547e1bf8a1cb1c6cee2834b2eb88768defb
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Oct 21 19:21:18 2016 +0200

    Replace dbus-launch with dbus-run-session in tests
    
    Closes: 835831
    Thanks: Simon McVittie for reporting
---
 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 a511244..c2985d3 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Tests: testsuite
 Depends: @, @builddeps@, build-essential,
-         xvfb, xauth, dbus-x11, kinit
+         xvfb, xauth, dbus (>= 1.8), kinit
 Restrictions: rw-build-tree
 
 Tests: acc
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index fa0feb1..f0de31b 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 xvfb-run -a --server-args="-screen 0 1024x768x24" \
-    dbus-launch --exit-with-session debian/tests/testsuite.xsession
+    dbus-run-session -- debian/tests/testsuite.xsession

-- 
analitza packaging



More information about the pkg-kde-commits mailing list