[SCM] kwin packaging branch, master, updated. 0265db3829cef64d20e4de0460e7d29079e13b40
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Mar 25 09:48:54 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwin.git;a=commitdiff;h=bfdc519
The following commit has been merged in the master branch:
commit bfdc519d2f733cb8219f3cf64628fc7886b3f635
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Mar 24 18:19:10 2015 +0100
Move testsuite to autopkgtests
---
debian/control | 2 --
debian/rules | 3 ++-
debian/tests/control | 6 +++---
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index f604b89..e5eb8a6 100644
--- a/debian/control
+++ b/debian/control
@@ -58,8 +58,6 @@ Build-Depends: cmake (>= 2.8.12),
qtdeclarative5-dev (>= 5.3.0~),
qtscript5-dev (>= 5.3.0~),
qttools5-dev (>= 5.3.0~),
- xauth,
- xvfb
Standards-Version: 3.9.6
XS-Testsuite: autopkgtest
Homepage: https://projects.kde.org/projects/kde/workspace/kwin
diff --git a/debian/rules b/debian/rules
index c87d5ec..f56953d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,5 @@ override_dh_strip:
$(overridden_command) --dbg-package=kwin-dbg
override_dh_auto_test:
- xvfb-run -a dh_auto_test
+ # Disable auto tests at build time
+ :
diff --git a/debian/tests/control b/debian/tests/control
index d9b40f1..93f78f9 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
-# Tests: testsuite
-# Depends: @, @builddeps@, build-essential
-# Restrictions: build-needed
+Tests: testsuite
+Depends: @, debhelper, cmake, xvfb, dbus-x11
+Restrictions: build-needed
Tests: acc
Depends: @, dh-acc, exuberant-ctags
--
kwin packaging
More information about the pkg-kde-commits
mailing list