From: Joey Hess <joey@gnu.kitenet.net>
Date: Sun, 16 Aug 2009 16:45:28 +0000 (-0400)
Subject: Run pod2man with --utf8. Closes: #541270
X-Git-Tag: 7.3.14~3
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=90353894282ef4b8327a941798c850029b7a309e;p=debhelper.git

Run pod2man with --utf8. Closes: #541270
---

diff --git a/Makefile b/Makefile
index 62f4133..2657534 100644
--- 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)))
diff --git a/debian/changelog b/debian/changelog
index 7df41d4..2df2c62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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