[SCM] breeze-gtk packaging branch, master, updated. 73630e82943d5057144baf0fa7cad279d6ea974d

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/breeze-gtk.git;a=commitdiff;h=e1d196a

The following commit has been merged in the master branch:
commit e1d196af8e60f1992f335be24ecb7e49ea8aca48
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Dec 10 15:30:13 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 b57f3e9..9ca54cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+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

-- 
breeze-gtk packaging



More information about the pkg-kde-commits mailing list