[Python-modules-commits] [pyopenssl] 17/18: explicitly set LC_ALL to C.UTF-8

Sandro Tosi morph at moszumanska.debian.org
Wed Dec 13 04:58:11 UTC 2017


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

morph pushed a commit to branch master
in repository pyopenssl.

commit c5101c5ecc96e98dcabc9eb85890128c8216e1d5
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Dec 12 23:52:37 2017 -0500

    explicitly set LC_ALL to C.UTF-8
---
 debian/changelog | 3 ++-
 debian/rules     | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dd6be66..0052d72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,10 +15,11 @@ pyopenssl (17.5.0-1) UNRELEASED; urgency=medium
   * debian/rules
     - use the right py.test tool name to run test for Python 2 and 3;
       Closes: #857206
+    - explicitly set LC_ALL to C.UTF-8
   * debian/watch
     - use HTTPS to contact pypi.debian.net
 
- -- Sandro Tosi <morph at debian.org>  Tue, 12 Dec 2017 23:46:38 -0500
+ -- Sandro Tosi <morph at debian.org>  Tue, 12 Dec 2017 23:50:38 -0500
 
 pyopenssl (16.2.0-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 70e7f4a..12e072c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
+export LC_ALL=C.UTF-8
+
 PY2VERS := $(shell pyversions -r -v)
 PY3VERS := $(shell py3versions -r -v)
 PYVERS := $(PY2VERS) $(PY3VERS)

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



More information about the Python-modules-commits mailing list