summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cf714cd..cde11399 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 18f68a9d..5c8f1580 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 <joeyh@debian.org> Fri, 20 Mar 2009 21:26:03 -0400