From 6206746ec32b51b962da453ce4831312bae3bdfd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 Nov 2007 19:20:32 -0500 Subject: [PATCH] =?utf8?q?*=20Fix=20man=20page=20names=20of=20translated?= =?utf8?q?=20debhelper(7)=20man=20pages.=20=20=20Patch=20from=20Fr=C3=A9d?= =?utf8?q?=C3=A9ric=20Bothamy.=20Closes:=20453051?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3c60778..631fd8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ debhelper (5.0.62) UNRELEASED; urgency=low * Remove execute bit from desktop files in /usr/share/applications. Closes: #452337 + * Fix man page names of translated debhelper(7) man pages. + Patch from Frédéric Bothamy. Closes: 453051 -- Joey Hess Wed, 21 Nov 2007 19:34:39 -0500 diff --git a/debian/rules b/debian/rules index af5c5e3..a653924 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ build-stamp: done; \ cat $$dir/debhelper.pod | \ $(MAKEMANLIST) `find $$dir -type f -maxdepth 1 -name "dh_*.pod" | sort` | \ - $(POD2MAN) --section=7 > debhelper.$$lang.7; \ + $(POD2MAN) --name="debhelper" --section=7 > debhelper.$$lang.7; \ done touch build-stamp -- 2.39.5