]> git.donarmstrong.com Git - debhelper.git/commitdiff
Run pod2man with --utf8. Closes: #541270
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 16 Aug 2009 16:45:28 +0000 (12:45 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 16 Aug 2009 16:45:28 +0000 (12:45 -0400)
Makefile
debian/changelog

index 62f4133667352c599271c5f69f9a2396d4fbd4e6..2657534e91594eeeeb04b0d62ab25e8f6b0fe80a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ VERSION=$(shell expr "`dpkg-parsechangelog |grep Version:`" : '.*Version: \(.*\)
 
 PERLLIBDIR=$(shell perl -MConfig -e 'print $$Config{vendorlib}')/Debian/Debhelper
 
-POD2MAN=pod2man -c Debhelper -r "$(VERSION)"
+POD2MAN=pod2man --utf8 -c Debhelper -r "$(VERSION)"
 
 # l10n to be built is determined from .po files
 LANGS=$(notdir $(basename $(wildcard man/po4a/po/*.po)))
index 7df41d4d0e02980e21dd63bd9cb29bd9d03aa81d..2df2c62469cca91a989c566d965ae5d43fd22277 100644 (file)
@@ -1,7 +1,11 @@
 debhelper (7.3.14) UNRELEASED; urgency=low
 
+  [ Colin Watson ]
   * dh: Add --list option to list available addons.
 
+  [ Joey Hess ]
+  * Run pod2man with --utf8. Closes: #541270
+
  -- Colin Watson <cjwatson@debian.org>  Thu, 13 Aug 2009 09:00:24 +0100
 
 debhelper (7.3.13) unstable; urgency=low