[SCM] kbookmarks packaging branch, master, updated. debian/5.37.0-2-88-gcf69a75
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Jan 2 18:28:59 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kbookmarks.git;a=commitdiff;h=580e208
The following commit has been merged in the master branch:
commit 580e2086c4aa613b106bfd88afaa7b402535b46e
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Wed Dec 13 15:42:42 2017 -0300
Reenable autopkgtest testsuite
---
debian/control | 2 --
debian/tests/control | 6 +++---
debian/tests/testsuite | 2 +-
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index a87cd06..eae6ea8 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,6 @@ Build-Depends: cmake (>= 3.0~),
qtbase5-dev (>= 5.7.0~),
qttools5-dev (>= 5.4),
qttools5-dev-tools (>= 5.4),
- xauth,
- xvfb,
Standards-Version: 4.1.0
Homepage: https://projects.kde.org/projects/frameworks/kbookmarks
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kbookmarks.git
diff --git a/debian/tests/control b/debian/tests/control
index 541be7d..a3be0aa 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: @, @builddeps@, build-essential, xvfb, xauth
+Restrictions: build-needed
Tests: acc
Depends: @, dh-acc, exuberant-ctags
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index dabe645..9d94ff2 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,3 +1,3 @@
#!/bin/sh
-dh_auto_test
+xvfb-run -a --server-args="-screen 0 1024x768x24" dh_auto_test
--
kbookmarks packaging
More information about the pkg-kde-commits
mailing list