summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Seligmann <mithrandi@mithrandi.net>2016-02-21 23:13:29 +0200
committerTristan Seligmann <mithrandi@mithrandi.net>2016-02-21 23:13:29 +0200
commiteec20e9ee7a48569d1ee30780bf40b8774cd33f3 (patch)
tree04694cfea4ae85b7ac4cf2de279497f24ed2e711
parent0550f5512cae18ceeb92e026ae44c1e344afc866 (diff)
Set LC_ALL just to make sure.
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 891cbd9..dfb845d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
+export LC_ALL=C.UTF-8
+
%:
dh $@ --with python2,python3 --buildsystem=pybuild