[DRE-commits] [ruby-ffaker] 03/05: set utf-8 locale

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Sep 15 18:14:01 UTC 2016


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

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

commit f6de89cb7689c53326c1fa1d5cd4b1ed07cfb841
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Sep 15 23:21:21 2016 +0530

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

diff --git a/debian/rules b/debian/rules
index 3454d59..022f807 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+        # use utf-8 locale so test cases work
+        LC_ALL=C.UTF-8 dh_auto_install

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



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