[med-svn] [galileo] 01/02: Use C.UTF-8 locale during build

Afif Elghraoui afif at moszumanska.debian.org
Sun Aug 14 05:51:12 UTC 2016


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

afif pushed a commit to branch master
in repository galileo.

commit 5182c95e25c489a9921369290d689bfe37e4a016
Author: Afif Elghraoui <afif at debian.org>
Date:   Sat Aug 13 22:39:59 2016 -0700

    Use C.UTF-8 locale during build
    
    The package does not build for me otherwise because I have
    non-ASCII characters in the pathname of my working directory. It does
    no harm for others.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 8d4bd32..b96da2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=galileo
+export LC_ALL=C.UTF-8
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild

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



More information about the debian-med-commit mailing list