[DRE-commits] [ruby-rjb] 03/09: Make sure we use UTF-8 to run the	test suite
    Jérémy Bobbio 
    lunar at moszumanska.debian.org
       
    Wed Sep  9 19:56:45 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository ruby-rjb.
commit 045208934350d4b1f865b2a9de0faf7c9cd0b7db
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Sep 9 19:52:37 2015 +0200
    Make sure we use UTF-8 to run the test suite
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 91f866c..5fc9347 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ rjb.gemspec: rjb-global.rake
 	ruby -e 'load "rjb-global.rake"; File.open("rjb.gemspec", "w") { |f| f.write $$spec.to_ruby };'
 
 override_dh_auto_install: rjb.gemspec
-	dh_auto_install -O--buildsystem=ruby
+	LC_ALL=C.UTF-8 dh_auto_install -O--buildsystem=ruby
 
 override_dh_clean:
 	dh_clean -O--buildsystem=ruby
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rjb.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list