[SCM] qtwebsockets packaging branch, experimental, updated. debian/5.7.1-20161021-3-11-g44dfc07

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Jun 10 16:38:08 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebsockets.git;a=commitdiff;h=44dfc07

The following commit has been merged in the experimental branch:
commit 44dfc075ff348bbc10363d9ba574a80bef6c7c75
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Jun 10 19:23:57 2017 +0300

    Revert "Disable tests for now - FTBFS without doing this".
    
    The tests pass fine for me.
    This reverts commit b63ec5785f9f6e30d4dcea1beb3dba958c672e4c.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 636debe..bf6899d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,9 +34,12 @@ override_dh_auto_install-arch:
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
+# Disable tests on kfreebsd-*, they are not right.
 # See https://bugreports.qt.io/browse/QTBUG-41448
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 override_dh_auto_test-arch:
 	-dh_auto_test
+endif
 
 # Do not run tests during arch-indep build
 override_dh_auto_test-indep:

-- 
qtwebsockets packaging



More information about the pkg-kde-commits mailing list