[SCM] kdeclarative packaging branch, master, updated. debian/5.25.0-1-6-g62a1087

Maximiliano Curia maxy at moszumanska.debian.org
Thu Sep 29 15:18:30 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdeclarative.git;a=commitdiff;h=62a1087

The following commit has been merged in the master branch:
commit 62a1087fcd09c59ec2e13ebf12240656b2762f30
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Sep 29 12:46:00 2016 +0200

    Replace dbus-launch by dbus-run-session in tests
---
 debian/changelog       | 1 +
 debian/tests/control   | 2 +-
 debian/tests/testsuite | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3053424..b6b079a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ kdeclarative (5.26.0-1) unstable; urgency=medium
 
   [ Maximiliano Curia ]
   * Bump group breaks (5.26)
+  * Replace dbus-launch with dbus-run-session in tests
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 29 Sep 2016 12:01:52 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
index b9cb811..8f960c4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Tests: testsuite
 Depends: @, @builddeps@, build-essential,
-         xvfb, xauth, dbus-x11, openbox
+         xvfb, xauth, dbus (>= 1.8), openbox
 Restrictions: build-needed
 
 Tests: acc
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 6fbc026..60063b2 100644
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 xvfb-run -a --server-args="-screen 0 1024x768x24+32" \
-    dbus-launch --exit-with-session debian/tests/testsuite.xsession
+    dbus-run-session -- debian/tests/testsuite.xsession

-- 
kdeclarative packaging



More information about the pkg-kde-commits mailing list