Merge lp:~davidc3/unity-scope-manpages/utopic-ftbfs into lp:unity-scope-manpages

Proposed by David Callé
Status: Approved
Approved by: Paweł Stołowski
Approved revision: 40
Proposed branch: lp:~davidc3/unity-scope-manpages/utopic-ftbfs
Merge into: lp:unity-scope-manpages
Diff against target: 11 lines (+1/-0)
1 file modified
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~davidc3/unity-scope-manpages/utopic-ftbfs
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
Review via email: mp+239151@code.launchpad.net

Commit message

Export XDG_RUNTIME_DIR before running tests. Fixes ftbfs in Utopic.

Description of the change

The cause of the ftbfs is XDG_RUNTIME_DIR not being set when running tests. Exporting it in debian/rules fixes it.

To post a comment you must log in.
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1, thanks!

review: Approve

Unmerged revisions

40. By David Callé

export XDG_RUNTIM_DIR in debian/rules to fix FTBFS in Utopic

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2013-03-21 19:33:48 +0000
3+++ debian/rules 2014-10-21 21:25:15 +0000
4@@ -1,6 +1,7 @@
5 #!/usr/bin/make -f
6 # -*- makefile -*-
7
8+export XDG_RUNTIME_DIR
9
10 %:
11 dh $@ --with python3

Subscribers

People subscribed via source and target branches

to all changes: