From 35c2fbe7f1b2b55fc48b58cb28d87eab54793e32 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Fri, 3 Jan 2014 17:42:58 +0900 Subject: Convert examples/Bonus/2ch.cgi to UTF-8 at build time --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index d75d6db..475cc1b 100755 --- a/debian/rules +++ b/debian/rules @@ -127,6 +127,10 @@ binary-arch: install debian/w3m/usr/share/doc/w3m/ja/README.tab; do \ iconv -f iso-2022-jp -t utf-8 "$$f" > "$$f".tmp && mv -f "$$f".tmp "$$f" || rm -f "$$f".tmp; \ done + for f in \ + debian/w3m/usr/share/doc/w3m/examples/Bonus/2ch.cgi; do \ + iconv -f cp932 -t utf-8 "$$f" > "$$f".tmp && mv -f "$$f".tmp "$$f" || rm -f "$$f".tmp; \ + done dh_strip -a dh_compress -a -XREADME.func dh_lintian -a -- cgit v1.2.3