[DHG_packages] 01/01: werewolf: set build locale to C.UTF-8
Clint Adams
clint at moszumanska.debian.org
Wed Oct 19 17:13:14 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 c5ba52e8390dc8df089b2d4281112186619ac9ee
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 19 13:12:27 2016 -0400
werewolf: set build locale to C.UTF-8
---
p/haskell-werewolf/debian/changelog | 6 ++++++
p/haskell-werewolf/debian/rules | 2 ++
2 files changed, 8 insertions(+)
diff --git a/p/haskell-werewolf/debian/changelog b/p/haskell-werewolf/debian/changelog
index 2aadc98..ea45704 100644
--- a/p/haskell-werewolf/debian/changelog
+++ b/p/haskell-werewolf/debian/changelog
@@ -1,3 +1,9 @@
+haskell-werewolf (1.5.1.1-2) experimental; urgency=medium
+
+ * Set build locale to C.UTF-8.
+
+ -- Clint Adams <clint at debian.org> Wed, 19 Oct 2016 13:12:01 -0400
+
haskell-werewolf (1.5.1.1-1) experimental; urgency=medium
* New upstream version.
diff --git a/p/haskell-werewolf/debian/rules b/p/haskell-werewolf/debian/rules
index 2ca3f16..0deed99 100755
--- a/p/haskell-werewolf/debian/rules
+++ b/p/haskell-werewolf/debian/rules
@@ -9,6 +9,8 @@ DEB_ENABLE_TESTS := yes
endif
endif
+export LC_ALL=C.UTF-8
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.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