[SCM] qtlocation packaging branch, master, updated. 771feea2c439f2e28346d0f73035c40edf77f2ce

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Feb 26 22:50:47 UTC 2014


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

The following commit has been merged in the master branch:
commit 771feea2c439f2e28346d0f73035c40edf77f2ce
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Feb 26 19:50:18 2014 -0300

    Follow policy and make the test optional.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4fbe39c..16373fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,10 @@ override_dh_install:
 	dh_install --fail-missing
 
 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_builddeb:
 	dh_builddeb -- -Zxz

-- 
qtlocation packaging



More information about the pkg-kde-commits mailing list