[DRE-commits] [ruby-httpclient] 05/06: set UTF-8 locale

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 31 14:52:13 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-httpclient.

commit 37a091eb6a666628cccacc19cfc56a7a08753733
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Jul 31 20:14:50 2017 +0530

    set UTF-8 locale
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3454d59..118221b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export GEM2DEB_TEST_RUNNER = --check-dependencies
+export LC_ALL=C.UTF-8
+export LANG=C.UTF-8
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-httpclient.git



More information about the Pkg-ruby-extras-commits mailing list