[SCM] Akonadi packaging branch, master, updated. debian/1.10.3-1-15-g36294fa

Maximiliano Curia maxy at moszumanska.debian.org
Mon Dec 9 20:36:35 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/akonadi.git;a=commitdiff;h=36294fa

The following commit has been merged in the master branch:
commit 36294fa441e3757d0a7a1e3a5f08ff35c0ea7a34
Author: Maximiliano Curia <maxy at debian.org>
Date:   Mon Dec 9 16:36:31 2013 -0300

    A home for the tests
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 03a400a..79c0a55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,4 +28,8 @@ override_dh_strip:
 	$(overridden_command) --dbg-package=akonadi-dbg
 
 override_dh_auto_test:
-	xvfb-run dbus-launch --exit-with-session $(overridden_command)
+	[ -x $(CURDIR)/debian/tmp/home ] || \
+	    mkdir -p $(CURDIR)/debian/tmp/home
+	HOME=$(CURDIR)/debian/tmp/home \
+	     xvfb-run dbus-launch --exit-with-session $(overridden_command)
+	rm -rf $(CURDIR)/debian/tmp/home

-- 
Akonadi packaging



More information about the pkg-kde-commits mailing list