[DHG_packages] 02/02: hledger: set LC_ALL to C.UTF-8 for build
Clint Adams
clint at moszumanska.debian.org
Thu Oct 27 04:20:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 506239b7a6abbcc310c5cfb2f4aafe2e92c9e6c9
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 27 00:17:13 2016 -0400
hledger: set LC_ALL to C.UTF-8 for build
---
p/haskell-hledger/debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/p/haskell-hledger/debian/rules b/p/haskell-hledger/debian/rules
index 294d69e..4490a35 100755
--- a/p/haskell-hledger/debian/rules
+++ b/p/haskell-hledger/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export LC_ALL=C.UTF-8
+
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/rts-1.0/libHSrts_thr.a || echo --flags=-threaded)
include /usr/share/cdbs/1/rules/debhelper.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list