[med-svn] [python-pysam] 08/08: Allow building of the package when non-ASCII characters are in the path

Afif Elghraoui afif-guest at moszumanska.debian.org
Mon Jun 8 08:23:06 UTC 2015


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

afif-guest pushed a commit to branch master
in repository python-pysam.

commit eabcdeabb469a6d1fadb4b143ea1b1e01072ee79
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Jun 8 01:19:03 2015 -0700

    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git



More information about the debian-med-commit mailing list