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

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Thu Feb 27 11:15:40 UTC 2014


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

The following commit has been merged in the experimental branch:
commit dcf7156bada014fe1f9a3ede4bcbd08201b0a887
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Feb 27 15:14:28 2014 +0400

    Really use dh_auto_test to run the tests.
    
    This time don’t forget “--” before passing options to make check.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0dfb45b..831ef46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtsensors-opensource-src (5.2.1+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Use dh_auto_test to run the tests.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 27 Feb 2014 15:12:39 +0400
 
diff --git a/debian/rules b/debian/rules
index cbe2b3d..307da60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
 override_dh_auto_test:
-	xvfb-run -a make check QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+	xvfb-run -a dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
 
 override_dh_auto_install-arch:
 	dh_auto_install

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list