summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2003-03-08 23:37:04 +0000
committerjoey <joey>2003-03-08 23:37:04 +0000
commit58a67d25b44402b351c3e49fcb1936e7b6e53d10 (patch)
tree68564ff3d58d7d655909e97134059e000ad68af4
parent6220dea5fa322b5f1b4e28d28b7679ce303c6131 (diff)
r578: * dh_installmenu: Refer to menufile(5) instead of 5L so as not to confuse
pod2man. Closes: #184013
-rw-r--r--debian/changelog7
-rwxr-xr-xdh_installmenu2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f3d1070c..a940e38e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (4.1.37) unstable; urgency=low
+
+ * dh_installmenu: Refer to menufile(5) instead of 5L so as not to confuse
+ pod2man. Closes: #184013
+
+ -- Joey Hess <joeyh@debian.org> Sat, 8 Mar 2003 18:37:14 -0500
+
debhelper (4.1.36) unstable; urgency=low
* Rename debhelper.1 to debhelper.7.
diff --git a/dh_installmenu b/dh_installmenu
index b6f79663..420b2164 100755
--- a/dh_installmenu
+++ b/dh_installmenu
@@ -80,7 +80,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
L<debhelper(7)>
L<update-menus(1)>
-L<menufile(5L)>
+L<menufile(5)>
This program is a part of debhelper.