[SCM] qtsensors packaging branch, master, updated. debian/5.2.0+dfsg-2

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Jan 31 23:23:43 UTC 2014


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

The following commit has been merged in the master branch:
commit 1e1aa8ac267319c1d0594f8792f962125d771313
Author: Pino Toscano <pino at debian.org>
Date:   Tue Dec 24 18:32:43 2013 +0100

    Revert "Disable the failing testsuite on hurd (reported as QTBUG-34500)."
    
    There is no reason to skip executing tests just because "they fail":
    - if the test failure implies something is broken, fix it
    - if a test fails because it is itself broken, fix the test
      (or disable it)
    
    This partially reverts commit 3f22aedfde1af534ecae571d2ac4d2d7e208615d.
---
 debian/changelog | 1 -
 debian/rules     | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 28a3556..0f3ea25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ qtsensors-opensource-src (5.2.0+dfsg-2) UNRELEASED; urgency=low
   [ Dmitry Shachnev ]
   * Fix typo in the previous changelog entry.
   * Install libqtsensors_linuxsys.so only on Linux.
-  * Disable the failing testsuite on hurd (reported as QTBUG-34500).
 
   [ Pino Toscano ]
   * Do not install the private qmake stuff.
diff --git a/debian/rules b/debian/rules
index c3b9807..58c2dfc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,11 +22,8 @@ pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debi
 override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
 
-# See https://bugreports.qt-project.org/browse/QTBUG-34500
 override_dh_auto_test:
-ifneq ($(DEB_HOST_ARCH_OS),hurd)
 	xvfb-run -a make check QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
-endif
 
 override_dh_auto_install:
 	dh_auto_install

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list