]> git.donarmstrong.com Git - debhelper.git/commitdiff
Pass -L UTF-8 to po4a to work around bug #520942
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 23 Mar 2009 19:37:19 +0000 (15:37 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 23 Mar 2009 19:37:19 +0000 (15:37 -0400)
Makefile
debian/changelog

index 6cf714cdf712c3d29cbbb971d073df780aa7bd9d..cde11399d95d418019496219485cb4246eefb82b 100644 (file)
--- 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; \
index 18f68a9d3a3e2f7c30b9e9d3d020d84e79f98df7..5c8f15807ac7ce21c8b51330d862d759799094f6 100644 (file)
@@ -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