[SCM] qtsensors packaging branch, experimental, updated. debian/5.4.0+dfsg-1-6-gef245b0
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Mar 3 12:31:29 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtsensors.git;a=commitdiff;h=ef245b0
The following commit has been merged in the experimental branch:
commit ef245b08a4da94a70fee93beaebeec3aff33a9d7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Mar 3 15:31:11 2015 +0300
Revert "Disable test to sort out transition. Yes, ugly hack."
This reverts commit 5a765c268333b433b3909dbb42288ecb6d4573da.
---
debian/changelog | 1 +
debian/rules | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 84a0186..e275322 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qtsensors-opensource-src (5.4.1+dfsg-1) UNRELEASED; urgency=medium
* Bump Qt build-dependencies to 5.4.1.
* Update debian/watch to use https://download.qt.io/.
* Disable tests that work only on local installations.
+ * Re-enable running tests during build.
-- Rohan Garg <rohan at garg.io> Mon, 23 Feb 2015 15:39:52 +0100
diff --git a/debian/rules b/debian/rules
index 54b00c9..f0019eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,13 +20,13 @@ pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debi
dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtsensors5-dbg
override_dh_auto_configure:
- qmake #QT_BUILD_PARTS+=tests
+ qmake QT_BUILD_PARTS+=tests
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
+override_dh_auto_test:
+ 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