[DRE-commits] [ruby-addressable] 01/01: set UTF-8 locale

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jul 19 09:32:54 UTC 2017


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

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

commit e42bfe9cada66a172f0898ccce464900aa7a1d3e
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Jul 19 14:28:13 2017 +0530

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

diff --git a/debian/rules b/debian/rules
index 508b533..7aebb14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
+
+export LANG=C.UTF-8
+export LC_ALL=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-addressable.git



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