[DRE-commits] [SCM] ruby-i18n.git branch, master, updated. upstream/0.5.0-8-g5a3cc5f

Antonio Terceiro terceiro at debian.org
Fri Nov 4 15:54:38 UTC 2011


The following commit has been merged in the master branch:
commit 5a3cc5f4a1567cf2f3e7e9a5f35fa3397ad5d87d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Nov 4 13:47:16 2011 -0200

    Workaround i18n inability to handle UTF-8 files
    
    See https://github.com/svenfuchs/i18n/issues/115

diff --git a/debian/rules b/debian/rules
index a5e7dc8..7bee572 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export RUBYOPT=-Ku
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
ruby-i18n.git



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