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

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Feb 25 18:25:32 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 9a99975f2471ffd9dafa6a14f3d622254098dbab
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Feb 25 15:02:43 2014 -0300

    dh_auto_test makes the tests fail.
    
    Simply follow dh_auto_test's man page and manually run the tests.
---
 debian/changelog | 1 -
 debian/rules     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e22fa91..a57b226 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 qtsensors-opensource-src (5.2.1+dfsg-2) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
-  * Use dh_auto_test for running tests.
   * Build documentation packages (closes: #737712).
   * Properly clean the build.
 
diff --git a/debian/rules b/debian/rules
index 8326b44..cbe2b3d 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 dh_auto_test QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+	xvfb-run -a make check 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