[Python-modules-commits] [django-environ] 01/02: Set LC_ALL for tests

Brian May bam at moszumanska.debian.org
Sun Apr 17 11:09:50 UTC 2016


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

bam pushed a commit to branch master
in repository django-environ.

commit 35ebf792bdfdd6b3a8bce0dfe7c5fd47d6fff031
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Sun Apr 17 20:52:53 2016 +1000

    Set LC_ALL for tests
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6154e19..c77e6ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-environ (0.4.0-2) UNRELEASED; urgency=medium
+
+  * Fix FTBFS due to locale not being set to UTF8.
+
+ -- Brian May <bam at debian.org>  Sun, 17 Apr 2016 20:52:22 +1000
+
 django-environ (0.4.0-1) unstable; urgency=low
 
   * Initial upload. Closes: #810061.
diff --git a/debian/rules b/debian/rules
index c9dfee3..685771d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,5 @@ export PYBUILD_NAME=django-environ
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
+override_dh_auto_test:
+	PYTHONPATH=. LC_ALL=C.UTF-8 dh_auto_test

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



More information about the Python-modules-commits mailing list