[SCM] kpeople packaging branch, master, updated. debian/5.25.0-1-4-gb94ab53
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Sep 29 15:17:52 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kpeople.git;a=commitdiff;h=b94ab53
The following commit has been merged in the master branch:
commit b94ab53a8cd5f78a8f1b34797ed1ebe88de18c76
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu Sep 29 14:37:32 2016 +0200
Replace dbus-launch by dbus-run-session in tests
---
debian/changelog | 3 +++
debian/tests/control | 2 +-
debian/tests/testsuite | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6258073..303afd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ kpeople (5.26.0-1) unstable; urgency=medium
[ Automatic packaging ]
* Update build-deps and deps with the info from cmake
+ [ Maximiliano Curia ]
+ * Replace dbus-launch with dbus-run-session in tests
+
-- Maximiliano Curia <maxy at debian.org> Thu, 29 Sep 2016 12:01:09 +0200
kpeople (5.25.0-1) unstable; urgency=medium
diff --git a/debian/tests/control b/debian/tests/control
index 9c3342c..3071437 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
Tests: testsuite
Depends: @, @builddeps@, build-essential,
- dbus-x11, xvfb, xauth
+ dbus (>= 1.8), xvfb, xauth
Restrictions: build-needed
# Tests: acc
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 37a95e6..64d0647 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,3 +1,3 @@
#!/bin/sh
-xvfb-run -a dbus-launch --exit-with-session dh_auto_test
+xvfb-run -a dbus-run-session -- dh_auto_test
--
kpeople packaging
More information about the pkg-kde-commits
mailing list