[SCM] knewstuff packaging branch, kubuntu_unstable, updated. 58f8cfc6d524bcba62711477ca5fe6e57f82c878
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Oct 16 06:21:28 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/knewstuff.git;a=commitdiff;h=58f8cfc
The following commit has been merged in the kubuntu_unstable branch:
commit 58f8cfc6d524bcba62711477ca5fe6e57f82c878
Author: Harald Sitter <sitter at kde.org>
Date: Thu Oct 16 07:53:52 2014 +0200
run test through xvfb
---
debian/control | 4 +++-
debian/rules | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 34e9117..97d1998 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,9 @@ Build-Depends: cmake,
libkf5windowsystem-dev (>= 5.3.0),
libkf5xmlgui-dev (>= 5.3.0),
pkg-kde-tools (>= 0.15.15ubuntu1~),
- qtbase5-dev
+ qtbase5-dev,
+ xauth,
+ xvfb
Standards-Version: 3.9.5
Homepage: https://projects.kde.org/projects/frameworks/knewstuff
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/frameworks/knewstuff.git
diff --git a/debian/rules b/debian/rules
index 1cf0426..c3b4cc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
override_dh_strip:
$(overridden_command) --dbg-package=libkf5newstuff5-dbg
+
+override_dh_auto_test:
+ xvfb-run -a $(overridden_command)
--
knewstuff packaging
More information about the pkg-kde-commits
mailing list