[SCM] plasma-mediacenter packaging branch, master, updated. debian/5.4.3-1-8-gcdab0dd

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jan 27 16:46:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-mediacenter.git;a=commitdiff;h=20db0c2

The following commit has been merged in the master branch:
commit 20db0c2ce4bb75e9cf4c733479c94268e5028a19
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Dec 10 15:55:30 2015 +0100

    Move auto_tests to autopkgtests
---
 debian/rules           | 4 ++++
 debian/tests/control   | 4 ++++
 debian/tests/testsuite | 3 +++
 3 files changed, 11 insertions(+)

diff --git a/debian/rules b/debian/rules
index db17d79..f9ebfa6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=plasma-mediacenter-dbg
+
+override_dh_auto_test:
+	# Disable dh_auto_test at build time
+	:
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..26abac8
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,4 @@
+Tests: testsuite
+Depends: @, debhelper, cmake,
+         xvfb, xauth, dbus-x11
+Restrictions: build-needed
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
new file mode 100755
index 0000000..37a95e6
--- /dev/null
+++ b/debian/tests/testsuite
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+xvfb-run -a dbus-launch --exit-with-session dh_auto_test

-- 
plasma-mediacenter packaging



More information about the pkg-kde-commits mailing list