[SCM] kpeople packaging branch, master, updated. debian/5.16.0-1-9-gb51546a
Maximiliano Curia
maxy at moszumanska.debian.org
Mon Feb 8 20:00:39 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kpeople.git;a=commitdiff;h=b51546a
The following commit has been merged in the master branch:
commit b51546a612322b01853b87bcaf671e98ae623f3a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Mon Feb 8 11:38:46 2016 +0100
Add xvfb dependency to the auto tests
---
debian/tests/control | 2 +-
debian/tests/testsuite | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index cb3f485..9c3342c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
Tests: testsuite
Depends: @, @builddeps@, build-essential,
- dbus-x11
+ dbus-x11, xvfb, xauth
Restrictions: build-needed
# Tests: acc
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index be87224..37a95e6 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,3 +1,3 @@
#!/bin/sh
-dbus-launch --exit-with-session dh_auto_test
+xvfb-run -a dbus-launch --exit-with-session dh_auto_test
--
kpeople packaging
More information about the pkg-kde-commits
mailing list