[SCM] kunitconversion packaging branch, master, updated. debian/5.28.0-1-12-ga202e3e

Maximiliano Curia maxy at moszumanska.debian.org
Sat Jul 8 07:19:51 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kunitconversion.git;a=commitdiff;h=9129c1b

The following commit has been merged in the master branch:
commit 9129c1bae324ff56f564baf25dd6a62bfa9e69ce
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jun 29 11:32:43 2017 +0200

    Ignore network dependant tests
    
    Gbp-Dch: Ignore
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9ed102f..1e88aab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,5 @@ override_dh_strip:
 	$(overridden_command) --dbgsym-migration='libkf5unitconversion5-dbg (<= 5.19.0-1~~)'
 
 override_dh_auto_test:
-	KF5UNITCONVERT_NO_DOWNLOAD=1 $(overridden_command)
+	# Ignore network dependant tests
+	KF5UNITCONVERT_NO_DOWNLOAD=1 $(overridden_command) -- ARGS+='-E "^convertertest"'

-- 
kunitconversion packaging



More information about the pkg-kde-commits mailing list