[SCM] qtwebsockets packaging branch, experimental, updated. debian/5.4.2-2-5-g052f786

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Aug 27 11:49:15 UTC 2015


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

The following commit has been merged in the experimental branch:
commit d6c9fdb8d7d86de4594abd159493bb49f20b8648
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Aug 27 14:46:46 2015 +0300

    Run the tests on kfreebsd, just ignore the tests result.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15e8735..eb915cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtwebsockets-opensource-src (5.5.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update debian/copyright.
   * Bump Qt build-dependencies to 5.5.0.
+  * Run the tests on kfreebsd, just ignore the tests result.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 27 Aug 2015 14:28:20 +0300
 
diff --git a/debian/rules b/debian/rules
index 3c93296..1db0cda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,11 +39,10 @@ override_dh_auto_install-arch:
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
 # Disable tests on kfreebsd-*, they are not right.
-# See https://bugreports.qt-project.org/browse/QTBUG-41448
+# See https://bugreports.qt.io/browse/QTBUG-41448
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 override_dh_auto_test:
-	echo "Tests disabled on kfreebsd, \
-	see https://bugreports.qt-project.org/browse/QTBUG-41448"
+	-dh_auto_test
 endif
 
 override_dh_auto_install-indep:

-- 
qtwebsockets packaging



More information about the pkg-kde-commits mailing list