[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:30:05 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=35f9c1c
The following commit has been merged in the master branch:
commit 35f9c1c04dc3effec2db0a56799ffb2130e889e3
Author: Harald Sitter <sitter at kde.org>
Date: Tue May 31 16:34:53 2016 +0200
do not run tests at build time
---
debian/rules | 4 ++++
debian/tests/control | 3 +++
debian/tests/testsuite | 7 +++++++
3 files changed, 14 insertions(+)
diff --git a/debian/rules b/debian/rules
index 072711b..13cc783 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
override_dh_auto_install:
dh_auto_install
+
+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..9ab0fa2
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: testsuite
+Depends: @, @builddeps@
+Restrictions: build-needed
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
new file mode 100644
index 0000000..ebabae1
--- /dev/null
+++ b/debian/tests/testsuite
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -e debian/tests.home ] || mkdir debian/tests.home
+trap "rm -rf debian/tests.home" EXIT
+export HOME="$(pwd)/debian/tests.home"
+
+dh_auto_test
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list