[SCM] umbrello packaging branch, master, updated. debian/14.12.3-1-14-g3ae3d79

Maximiliano Curia maxy at moszumanska.debian.org
Sat Sep 19 17:43:36 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/umbrello.git;a=commitdiff;h=cbd78c1

The following commit has been merged in the master branch:
commit cbd78c1bc5a8e08a71fe8636974ab111538b076c
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sat Sep 19 16:30:16 2015 +0200

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

diff --git a/debian/rules b/debian/rules
index ad4c353..10998e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,7 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	$(overridden_command) --destdir=debian/tmp
+
+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..448aadd
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: testsuite
+Depends: @, @builddeps@, build-essential, xvfb, xauth, dbus-x11
+Restrictions: build-needed
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
new file mode 100755
index 0000000..c959362
--- /dev/null
+++ b/debian/tests/testsuite
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+xvfb-run -a --server-args="-screen 0 1024x768x24" \
+    dbus-launch --exit-with-session dh_auto_test

-- 
umbrello packaging



More information about the pkg-kde-commits mailing list