summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62f41336..2657534e 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 7df41d4d..2df2c624 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