[Python-modules-commits] [python-feather-format] 10/14: Set LC_ALL=C.UTF-8 for test

ChangZhuo Chen czchen at moszumanska.debian.org
Thu Oct 13 10:54:36 UTC 2016


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

czchen pushed a commit to tag debian/0.3.0+dfsg1-1
in repository python-feather-format.

commit 319472d8bec902c4ab983421e0d201bc90148bf0
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Thu Oct 13 18:43:26 2016 +0800

    Set LC_ALL=C.UTF-8 for test
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1752701..55373b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 #export DH_VERBOSE = 1
 export PYBUILD_NAME = feather-format
 
+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-feather-format.git



More information about the Python-modules-commits mailing list