[SCM] qtlocation packaging branch, master, updated. debian/5.3.0-1-9-g0b42fdc
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Sat Jun 7 15:48:27 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtlocation.git;a=commitdiff;h=041a3cc
The following commit has been merged in the master branch:
commit 041a3cc14195b10960cf8c2b0611fa98c26a1feb
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Sat May 31 16:36:55 2014 -0300
Run dbus with --exit-with-session
This makes things easier to debug in a chroot and it should not harm
the build.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d3b4f91..7316fc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ override_dh_install:
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
- xvfb-run -a dbus-launch dh_auto_test -- QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
+ xvfb-run -a dbus-launch --exit-with-session dh_auto_test -- QT_DEBUG_PLUGINS=1 QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
endif
override_dh_auto_clean:
--
qtlocation packaging
More information about the pkg-kde-commits
mailing list