From 90353894282ef4b8327a941798c850029b7a309e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 16 Aug 2009 12:45:28 -0400 Subject: [PATCH] Run pod2man with --utf8. Closes: #541270 --- Makefile | 2 +- debian/changelog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 Thu, 13 Aug 2009 09:00:24 +0100 debhelper (7.3.13) unstable; urgency=low -- 2.39.2