From eabcdeabb469a6d1fadb4b143ea1b1e01072ee79 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Mon, 8 Jun 2015 01:19:03 -0700 Subject: [PATCH] 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. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2