[SCM] qtlocation packaging branch, experimental, updated. debian/5.5.1-4-8-g44eebcc

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Mar 30 19:51:28 UTC 2016


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

The following commit has been merged in the experimental branch:
commit a0a18277b9fafa5f986f0509298ef73fc5e21990
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Mar 30 21:49:05 2016 +0200

    Simplify the command for running the tests.
---
 debian/changelog | 1 +
 debian/rules     | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a4dcda..39c4a69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ qtlocation-opensource-src (5.6.0-1) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Use recommended https URIs for Vcs fields.
+  * Simplify the command for running the tests.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 08 Mar 2016 14:14:20 -0300
 
diff --git a/debian/rules b/debian/rules
index dad78c0..709e83a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,9 +41,7 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_auto_test-arch:
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	dbus-launch --exit-with-session dh_auto_test -- QT_QPA_PLATFORM=minimal QT_DEBUG_PLUGINS=1 QT_PLUGIN_PATH=$(CURDIR)/plugins
-endif
+	dbus-run-session -- dh_auto_test -- QT_QPA_PLATFORM=minimal
 
 override_dh_auto_test-indep:
 

-- 
qtlocation packaging



More information about the pkg-kde-commits mailing list