[Python-modules-commits] [yarl] 11/11: hardcode LC_ALL to UTF-8 to make sure docs build
Piotr Ożarowski
piotr at moszumanska.debian.org
Sun Nov 6 21:49:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository yarl.
commit f533c3ede09b79722c60c0242caeac5f3d301b1e
Author: Piotr Ożarowski <ozarow at gmail.com>
Date: Sun Nov 6 22:40:07 2016 +0100
hardcode LC_ALL to UTF-8 to make sure docs build
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 7bc1486..da2c925 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#! /usr/bin/make -f
export PYBUILD_NAME=yarl
+export LC_ALL=C.UTF-8
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/yarl.git
More information about the Python-modules-commits
mailing list