[Python-modules-commits] [djangorestframework] 01/01: Fix non-ASCII locale error

Brian May bam at moszumanska.debian.org
Tue Jan 26 01:06:24 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 772f0671d3fa7c447ccf43b0c58950a5517bfdb8
Author: Brian May <bam at debian.org>
Date:   Tue Jan 26 12:01:34 2016 +1100

    Fix non-ASCII locale error
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 750811b..960e19f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+djangorestframework (3.3.2-2) UNRELEASED; urgency=medium
+
+  * Fix FTBFS by setting LC_CTYPE and LC_ALL. Closes: #812672.
+
+ -- Brian May <bam at debian.org>  Tue, 26 Jan 2016 11:59:29 +1100
+
 djangorestframework (3.3.2-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/rules b/debian/rules
index 0f2dfce..7fcd72f 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 mkdocs build && mv site docs.debian/html
+	LANG=C.UTF-8 LC_CTYPE= LC_ALL= 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