[SCM] libaccounts-glib packaging branch, master, updated. debian/1.21-1-8-g17982c7

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jul 12 18:01:28 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libaccounts-glib.git;a=commitdiff;h=672decc

The following commit has been merged in the master branch:
commit 672decc260fd2ee82f3ac953281f0cb88cda7ccf
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Jul 12 17:11:36 2017 +0200

    Use dbus-run-session instead of dbus-launch
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c7da084..90c6510 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Maximiliano Curia <maxy at debian.org>, Diane Trout <diane at debian.org>
 Build-Depends: automake (>= 1:1.13),
                autotools-dev,
                check,
-               dbus-x11,
+               dbus,
                debhelper (>= 9),
                dh-autoreconf,
                dh-python,
diff --git a/debian/rules b/debian/rules
index efda7ca..44e2fe0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_test:
 	# Tests often fail in Jenkins for timeout reasons; therefore, increase
 	# the timeout value
 	CK_TIMEOUT_MULTIPLIER=10 CK_DEFAULT_TIMEOUT=0 VERBOSE=1 \
-	  xvfb-run -a dbus-launch --exit-with-session dh_auto_test
+	  xvfb-run -a dbus-run-session dh_auto_test
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='libaccounts-glib-dbg (<= 1.18+20150112-2~)'

-- 
libaccounts-glib packaging



More information about the pkg-kde-commits mailing list