[DRE-commits] [SCM] racc.git branch, master, updated. debian/1.4.8-1-5-gc2c71b5

Taku YASUI tach at debian.org
Sun Jun 17 16:19:00 UTC 2012


The following commit has been merged in the master branch:
commit cb75f104d8fb112f08cff943d27cbf3dcbe78166
Author: Taku YASUI <tach at debian.org>
Date:   Mon Jun 18 01:14:54 2012 +0900

    Use -Ku option instead of setting locale

diff --git a/debian/rules b/debian/rules
index b141b97..390bdc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ rdocs_html := $(shell find rdoc -type f -name '*.rdoc' | sed -e 's/\.rdoc$$/.htm
 	dh $@ --buildsystem=ruby --with ruby
 
 %.html: %.rdoc
-	env LC_ALL=en_US.UTF-8 rd2 $< -o `echo $< | sed -e 's/\.rdoc$$//'`
+	ruby -Ku /usr/bin/rd2 $< -o `echo $< | sed -e 's/\.rdoc$$//'`
 
 override_dh_install: $(docs_html)
 	dh_install

-- 
racc.git



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