[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:18:59 UTC 2012


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

    Set correct locale when running rd2 command.

diff --git a/debian/changelog b/debian/changelog
index 73467b5..ccd9621 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-racc (1.4.8-3) UNRELEASED; urgency=low
+racc (1.4.8-4) UNRELEASED; urgency=low
 
   * Fix not to use deprecated functions.
     - Add debian/patches/040_fix_deprecated
+  * Set correct locale when running rd2 command. (closes: #676201)
 
- -- Taku YASUI <tach at debian.org>  Mon, 18 Jun 2012 01:01:35 +0900
+ -- Taku YASUI <tach at debian.org>  Mon, 18 Jun 2012 01:07:54 +0900
 
 racc (1.4.8-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index e684bac..b141b97 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
-	rd2 $< -o `echo $< | sed -e 's/\.rdoc$$//'`
+	env LC_ALL=en_US.UTF-8 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