Merge lp:~sylvain-pineau/checkbox/LANG_UTF8 into lp:~checkbox-dev/checkbox/checkbox-packaging

Proposed by Sylvain Pineau
Status: Work in progress
Proposed branch: lp:~sylvain-pineau/checkbox/LANG_UTF8
Merge into: lp:~checkbox-dev/checkbox/checkbox-packaging
Diff against target: 12 lines (+2/-0)
1 file modified
debian/rules (+2/-0)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/LANG_UTF8
Reviewer Review Type Date Requested Status
Checkbox Developers Pending
Review via email: mp+196142@code.launchpad.net

Description of the change

Fix to set the LANG to use with ppa builders to C.UTF-8

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

We should consider adding a specific target to handle localization:
See https://bugs.launchpad.net/pyskein/+bug/709247/comments/3

Unmerged revisions

42. By Sylvain Pineau

debian:rules: Force LANG=C.UTF-8

To have the right local with [ps]builder

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-11-18 09:08:39 +0000
3+++ debian/rules 2013-11-21 15:42:23 +0000
4@@ -5,6 +5,8 @@
5 # Prevent setuptools/distribute from accessing the internet.
6 export http_proxy=http://127.0.9.1:9
7
8+export LANG=C.UTF-8
9+
10 RELEASE_GTE_RARING := $(shell expr `lsb_release -rs` \>= 13.04)
11
12 %:

Subscribers

People subscribed via source and target branches