[SCM] libaccounts-glib packaging branch, master, updated. 5b021cc073a58b32de30b7297599cecfc74311f2

Maximiliano Curia maxy at moszumanska.debian.org
Thu Apr 23 20:00:53 UTC 2015


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

The following commit has been merged in the master branch:
commit cfc0d4c6f192af5a1125696a43465d072909d8f9
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Apr 23 20:25:04 2015 +0200

    Run auto tests with a dbus connection
---
 debian/control | 5 ++++-
 debian/rules   | 3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5d7bfec..5cbbe3c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: automake (>= 1:1.13),
                autotools-dev,
                check,
+               dbus-x11,
                debhelper (>= 9),
                dh-autoreconf,
                gobject-introspection (>= 1.41.4-1~),
@@ -20,7 +21,9 @@ Build-Depends: automake (>= 1:1.13),
                python (>= 2.6.5),
                python-gi-dev,
                python3,
-               python3-gi
+               python3-gi,
+               xauth,
+               xvfb
 Standards-Version: 3.9.6
 Homepage: https://gitlab.com/accounts-sso/libaccounts-glib
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-extras/libaccounts-glib.git
diff --git a/debian/rules b/debian/rules
index 5bb71e7..c75c601 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,8 @@ override_dh_autoreconf:
 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 dh_auto_test
+	CK_TIMEOUT_MULTIPLIER=10 CK_DEFAULT_TIMEOUT=0 VERBOSE=1 \
+	  xvfb-run -a dbus-launch --exit-with-session dh_auto_test
 
 %:
 	dh $@ --with autoreconf,python2

-- 
libaccounts-glib packaging



More information about the pkg-kde-commits mailing list