[SCM] qtsensors packaging branch, experimental, updated. debian/5.2.1+dfsg-1-4-gba02104

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Sun Feb 23 18:05:41 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 0aa067530605341a5167b12579bef37ba0fbb5c7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Feb 23 21:14:57 2014 +0400

    Use dh_auto_test for running tests.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 90aa2e3..0b272df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtsensors-opensource-src (5.2.1+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Use dh_auto_test for running tests.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 23 Feb 2014 20:38:45 +0400
 
diff --git a/debian/rules b/debian/rules
index 8201a2c..90c457f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 	qmake QT_BUILD_PARTS+=tests
 
 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:
 	dh_auto_install

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list