[Python-modules-commits] [djangorestframework] 01/02: Simplify

Brian May bam at moszumanska.debian.org
Tue Jan 26 04:59:36 UTC 2016


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

bam pushed a commit to branch master
in repository djangorestframework.

commit aaef039a32aa3ba9746f03c9c60258f1d5c78e95
Author: Brian May <bam at debian.org>
Date:   Tue Jan 26 12:10:30 2016 +1100

    Simplify
    
    LC_ALL overrides everything else.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7fcd72f..38eb8b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_build:
 
 	# Build the HTML documentation.
 	mkdir $(CURDIR)/docs.debian
-	LANG=C.UTF-8 LC_CTYPE= LC_ALL= mkdocs build && mv site docs.debian/html
+	LC_ALL=C.UTF-8 mkdocs build && mv site docs.debian/html
 
 override_dh_python3:
 	dh_python3

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



More information about the Python-modules-commits mailing list