[SCM] kronometer packaging branch, master, updated. 7a4cdac0dee52b203abadfd593ee79dc389c221b
Pino Toscano
pino at moszumanska.debian.org
Tue Sep 20 17:16:08 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kronometer.git;a=commitdiff;h=7a4cdac
The following commit has been merged in the master branch:
commit 7a4cdac0dee52b203abadfd593ee79dc389c221b
Author: Pino Toscano <pino at debian.org>
Date: Tue Sep 20 19:15:16 2016 +0200
run the tests under xvfb
they are widget-oriented, it seems, or at least require gui stuff
---
debian/control | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index 1936aa1..4596cb7 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9),
libkf5i18n-dev (>= 5.15.0),
libkf5widgetsaddons-dev (>= 5.15.0),
libkf5xmlgui-dev (>= 5.15.0),
+ xvfb, xauth,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/kde-extras/kronometer.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/kronometer.git
diff --git a/debian/rules b/debian/rules
index 6604f53..0e9eb70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --parallel --with kf5
+
+override_dh_auto_test:
+ xvfb-run -a dh_auto_test
--
kronometer packaging
More information about the pkg-kde-commits
mailing list