tags 738426 + patch
thank you

It should be prohibited to have accentuated character in one's name.
This breaks the old latin1 encoding in the log files! ;)

Attached is a trivial patch for debian/rules.
--- debian/rules	2013-03-15 09:01:28.000000000 +0100
+++ debian/rules.new	2014-10-27 02:17:04.873262878 +0100
@@ -26,9 +26,8 @@
 
 override_dh_installdocs:
 	mkdir -p debian/tmp
-	lynx -dump -nolist htdocs/todo.html | iconv -f latin1 > debian/tmp/TODO
-	lynx -dump -nolist htdocs/whatsnew.html | iconv -f latin1 > debian/tmp/changelog
-	lynx -dump -nolist htdocs/about.html | iconv -f latin1 > debian/tmp/README
+	lynx -dump -nolist -display_charset=utf-8 htdocs/todo.html | iconv -f utf-8 > debian/tmp/TODO
+	lynx -dump -nolist -display_charset=utf-8 htdocs/whatsnew.html | iconv -f utf-8 > debian/tmp/changelog
+	lynx -dump -nolist -display_charset=utf-8 htdocs/about.html | iconv -f utf-8 > debian/tmp/README
 	dh_installdocs
 
-

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to