[SCM] kplotting packaging branch, master, updated. debian/5.25.0-1-5-g87c48db
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Sep 29 15:15:29 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kplotting.git;a=commitdiff;h=87c48db
The following commit has been merged in the master branch:
commit 87c48db0cb941728ad708da98350e2fffd0ed34e
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu Sep 29 14:38:44 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 9abd16b..8274e7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kplotting (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 11:56:43 +0200
diff --git a/debian/tests/control b/debian/tests/control
index 2ff8461..763deee 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: testsuite
-Depends: @, @builddeps@, build-essential, xvfb, xauth, dbus-x11
+Depends: @, @builddeps@, build-essential, xvfb, xauth, dbus (>= 1.8)
Restrictions: build-needed
Tests: acc
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index c49c862..85d42cd 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -5,4 +5,4 @@ export HOME="$(pwd)/debian/tests.home"
mkdir -p "$HOME"/.config || true
trap "rm -rf debian/tests.home" EXIT
xvfb-run -a --server-args="-screen 0 1024x768x24" \
- dbus-launch --exit-with-session debian/tests/testsuite.xsession
+ dbus-run-session -- debian/tests/testsuite.xsession
--
kplotting packaging
More information about the pkg-kde-commits
mailing list