[Pkg-haskell-commits] [agda] 09/10: debian/rules: Use LC_ALL=C.UTF-8 otherwise cpphs dies when parsing the source

Iain Lane laney at moszumanska.debian.org
Wed May 20 11:51:59 UTC 2015


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

laney pushed a commit to branch master
in repository agda.

commit 87544dbbede95f940a2255befad2078e8af36714
Author: Iain Lane <laney at debian.org>
Date:   Wed May 20 12:09:12 2015 +0100

    debian/rules: Use LC_ALL=C.UTF-8 otherwise cpphs dies when parsing the source
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1b89852..1b0e979 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ DEB_SETUP_GHC6_CONFIGURE_ARGS := --datadir='/usr/share' --datasubdir='libghc-agd
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
+export LC_ALL=C.UTF-8
+
 install/libghc-agda-dev:: debian/tmp-inst-ghc
 	Agda_datadir=$(CURDIR)/debian/tmp-inst-ghc/usr/share/libghc-agda-dev \
 		debian/tmp-inst-ghc/usr/bin/agda \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/agda.git



More information about the Pkg-haskell-commits mailing list