diff --git a/debian/changelog b/debian/changelog index b370a47..094d3ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-click (3.3-2) unstable; urgency=low + + * Set UTF-8 before building (Closes: #772605) + + -- Alexandre Viau Tue, 09 Dec 2014 00:22:06 -0500 + python-click (3.3-1) unstable; urgency=low * Initial release (Closes: #764953) diff --git a/debian/rules b/debian/rules index b865e59..109eb1a 100755 --- a/debian/rules +++ b/debian/rules @@ -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/