[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=052f786

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

    Do not run tests during arch-indep build.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index eb915cd..a70ae2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtwebsockets-opensource-src (5.5.0-1) UNRELEASED; urgency=medium
   * Update debian/copyright.
   * Bump Qt build-dependencies to 5.5.0.
   * Run the tests on kfreebsd, just ignore the tests result.
+  * Do not run tests during arch-indep build.
 
  -- 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 1db0cda..7512b60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,10 +41,13 @@ override_dh_auto_install-arch:
 # 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:
+override_dh_auto_test-arch:
 	-dh_auto_test
 endif
 
+# Do not run tests during arch-indep build
+override_dh_auto_test-indep:
+
 override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 

-- 
qtwebsockets packaging



More information about the pkg-kde-commits mailing list