Set UTF8 before building (closes #772605)

This commit is contained in:
aviau 2014-12-09 00:23:19 -05:00
parent 7fc9b02401
commit 5f23722a66
2 changed files with 9 additions and 0 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
python-click (3.3-2) unstable; urgency=low
* Set UTF-8 before building (Closes: #772605)
-- Alexandre Viau <alexandre@alexandreviau.net> Tue, 09 Dec 2014 00:22:06 -0500
python-click (3.3-1) unstable; urgency=low
* Initial release (Closes: #764953)

3
debian/rules vendored
View file

@ -1,5 +1,8 @@
#!/usr/bin/make -f
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
export PYBUILD_NAME=click
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/