[Python-modules-commits] [python-mkdocs] 07/11: Change LANG to LC_ALL

Brian May bam at moszumanska.debian.org
Mon May 2 06:22:47 UTC 2016


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

bam pushed a commit to branch master
in repository python-mkdocs.

commit b9462789bf51ec563baac4a91e7a843535612ab3
Author: Brian May <bam at debian.org>
Date:   Mon May 2 16:02:04 2016 +1000

    Change LANG to LC_ALL
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 194bfd5..e30e1ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_DESTDIR_python3=debian/mkdocs/
 
 override_dh_auto_build:
 	dh_auto_build
-	LANG=C.UTF-8 PYTHONPATH=. ./debian/scripts/mkdocs build
+	LC_ALL=C.UTF-8 PYTHONPATH=. ./debian/scripts/mkdocs build
 	mkdir docs.debian
 	mv site docs.debian/html
 	

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



More information about the Python-modules-commits mailing list