[SCM] signond packaging branch, master, updated. e1418fc103e4fbba0512f3851549658ad1003074

Maximiliano Curia maxy at moszumanska.debian.org
Tue Apr 28 12:35:26 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/signond.git;a=commitdiff;h=7e52598

The following commit has been merged in the master branch:
commit 7e52598e8eeada81cda52c2dfb5da120e496a5eb
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Apr 28 10:36:05 2015 +0200

    Run tests with a dbus session
---
 debian/control | 7 +++++--
 debian/rules   | 3 +++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 278c9c3..975cbb6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: utils
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: dbus-x11,
+               debhelper (>= 9),
                doxygen,
                graphviz,
                libdbus-1-dev,
@@ -17,7 +18,9 @@ Build-Depends: debhelper (>= 9),
                qt4-qmake,
                qt5-qmake,
                qtbase5-dev,
-               qtchooser
+               qtchooser,
+               xauth,
+               xvfb
 Standards-Version: 3.9.6
 Homepage: https://gitlab.com/accounts-sso/signond
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-extras/signond.git
diff --git a/debian/rules b/debian/rules
index 5365f7b..05b23a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,3 +48,6 @@ override_dh_install:
 
 %:
 	dh $@ -Bbuild/qt5 --parallel
+
+override_dh_auto_test:
+	xvfb-run -a dbus-launch --exit-with-session dh_auto_test

-- 
signond packaging



More information about the pkg-kde-commits mailing list