[Python-modules-commits] [colorspacious] 01/01: force C.UTF-8, else python3 cant read README.rst

Sandro Tosi morph at moszumanska.debian.org
Sun Sep 18 20:17:31 UTC 2016


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

morph pushed a commit to branch master
in repository colorspacious.

commit 9d5a1c43a5dd2ebd0e3d98f533ac616a205ea21b
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Sep 18 21:17:07 2016 +0100

    force C.UTF-8, else python3 cant read README.rst
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index fd0e1a8..6c23eee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #! /usr/bin/make -f
 
+export LC_ALL=C.UTF-8
+
 export PYBUILD_NAME=colorspacious
 %:
 	dh $@ --with python3,python2,sphinxdoc --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list