From: Joey Hess Date: Mon, 23 Mar 2009 19:37:19 +0000 (-0400) Subject: Pass -L UTF-8 to po4a to work around bug #520942 X-Git-Tag: 7.2.7~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b54fc57aca3e1fed6c48dce22ebef37e1c49111a;hp=c457d5603a532085d0c0c362d51f6fabef43bf78;p=debhelper.git Pass -L UTF-8 to po4a to work around bug #520942 --- diff --git a/Makefile b/Makefile index 6cf714c..cde1139 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ build: version cat debhelper.pod | \ $(MAKEMANLIST) `find . -maxdepth 1 -type f -perm +100 -name "dh_*" | sort` | \ $(POD2MAN) --name="debhelper" --section=7 > debhelper.7 - po4a man/po4a/po4a.cfg + po4a -L UTF-8 man/po4a/po4a.cfg set -e; \ for lang in $(LANGS); do \ dir=man/$$lang; \ diff --git a/debian/changelog b/debian/changelog index 18f68a9..5c8f158 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ debhelper (7.2.7) UNRELEASED; urgency=low binary-indep/binary-arch. Closes: #520567 * Add --remaining-packages option (Modestas Vainius) Closes: #520615 + * Pass -L UTF-8 to po4a to work around bug #520942 -- Joey Hess Fri, 20 Mar 2009 21:26:03 -0400