From: Afif Elghraoui Date: Mon, 8 Jun 2015 08:19:03 +0000 (-0700) Subject: Allow building of the package when non-ASCII characters are in the path X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~332 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eabcdeabb469a6d1fadb4b143ea1b1e01072ee79;p=python-pysam.git Allow building of the package when non-ASCII characters are in the path Setting LC_ALL to C.UTF-8 prevents an error coming up when a directory along the path has non-ASCII characters. --- diff --git a/debian/rules b/debian/rules index 07f2d1d..b4a9c49 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export HTSLIB_INCLUDE_DIR=/usr/include # DEB_BUILD_OPTIONS := nocheck %: - dh $@ --with python2,python3 --buildsystem=pybuild + LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean