[SCM] qtsensors packaging branch, experimental, updated. debian/5.2.1+dfsg-2-3-g05bdc63

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Feb 28 02:44:19 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 05bdc639b9f17cc6d7865c3537c84e757def8a75
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Feb 27 23:44:04 2014 -0300

    Only run tests if nocheck has not been passed as argument.
---
 debian/changelog | 3 +++
 debian/rules     | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 831ef46..148d0f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ qtsensors-opensource-src (5.2.1+dfsg-3) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Use dh_auto_test to run the tests.
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Only run tests if nocheck has not been passed as argument.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 27 Feb 2014 15:12:39 +0400
 
 qtsensors-opensource-src (5.2.1+dfsg-2) experimental; urgency=medium
diff --git a/debian/rules b/debian/rules
index 307da60..7f45608 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,9 @@ override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
 override_dh_auto_test:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	xvfb-run -a dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+endif
 
 override_dh_auto_install-arch:
 	dh_auto_install

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list