[DRE-commits] [ruby-ffaker] 05/05: set locale for all targets

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 30f9747425c6cc663fb29ad2515f61d1f4b2ecac
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Sep 15 23:35:19 2016 +0530

    set locale for all targets
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c8b6038..069cd94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,5 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 export DH_RUBY = --gem-install
 
 %:
-	dh $@ --buildsystem=ruby --with ruby
+	LC_ALL=C.UTF-8 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