[SCM] kross packaging branch, master, updated. debian/5.37.0-2-80-ge4fd914

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:20:21 UTC 2018


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

The following commit has been merged in the master branch:
commit 39087022ae33725a1cb6e5860974a691eeae0296
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Jul 15 10:11:41 2015 +0200

    disable tests at build time, use autopkgtest instead
    
    the tests depend on python as a runtime dep, no use having that in
    the build env just to perhaps maybe run the tests and fail the entire
    build if they dont work
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 60df47e..8b07eb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,5 @@ override_dh_strip:
 	$(overridden_command) --dbg-package=kross-dbg
 
 override_dh_auto_test:
-	xvfb-run -a dh_auto_test
+	# Disable dh_auto_test at build time
+	:

-- 
kross packaging



More information about the pkg-kde-commits mailing list