[Python-modules-commits] [python-service-identity] 11/15: Set LC_ALL just to make sure.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Feb 21 21:34:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-service-identity.

commit eec20e9ee7a48569d1ee30780bf40b8774cd33f3
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sun Feb 21 23:13:29 2016 +0200

    Set LC_ALL just to make sure.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-service-identity.git



More information about the Python-modules-commits mailing list