From b54fc57aca3e1fed6c48dce22ebef37e1c49111a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Mar 2009 15:37:19 -0400 Subject: [PATCH] Pass -L UTF-8 to po4a to work around bug #520942 --- Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2