[DRE-commits] [ruby-feedparser] 02/06: Force locale to be C.UTF-8 during build

Antonio Terceiro terceiro at alioth.debian.org
Tue Aug 27 22:14:05 UTC 2013


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

terceiro pushed a commit to branch old-master
in repository ruby-feedparser.

commit a3f59b09857c5d9a1b70555f58675ff466f55deb
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Aug 24 18:37:31 2013 -0300

    Force locale to be C.UTF-8 during build
    
    Using a non-UTF-8 locale is not really supported by the upstream code
---
 debian/rules |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index a5e7dc8..ad9b7a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,7 @@
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
 
+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-feedparser.git



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