[SCM] krunner packaging branch, master, updated. debian/5.37.0-2-92-g239d398

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:21:21 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/krunner.git;a=commitdiff;h=eeb4a92

The following commit has been merged in the master branch:
commit eeb4a926cbc14688d7ef62dd6abf60ecb9e01240
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Dec 15 09:27:54 2017 -0300

    Disable auto tests at build time
---
 debian/control | 2 --
 debian/rules   | 5 ++---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index b89eee3..b53f334 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,6 @@ Build-Depends: cmake (>= 3.0~),
                qtbase5-dev (>= 5.7.0~),
                qtdeclarative5-dev (>= 5.7.0~),
                qttools5-dev-tools (>= 5.4),
-               xauth,
-               xvfb,
 Standards-Version: 4.1.2
 Homepage: https://projects.kde.org/projects/frameworks/krunner
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/krunner.git
diff --git a/debian/rules b/debian/rules
index 3beeefd..deeb543 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,5 @@ override_dh_strip:
 	dh_strip --dbgsym-migration='libkf5runner5-dbg (<= 5.19.0-1~~)'
 
 override_dh_auto_test:
-	mkdir debian/test.home
-	export HOME="$$(pwd)/debian/test.home"; xvfb-run -a dh_auto_test
-	-rm -rf debian/test.home
+	# Disable auto test at build time
+	:

-- 
krunner packaging



More information about the pkg-kde-commits mailing list