summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2009-08-04 18:12:02 -0400
committerJoey Hess <joey@kitenet.net>2009-08-04 18:12:02 -0400
commit6ce4d26f1054dc205ed671efb3b1794f3e1db91e (patch)
treed4ea8ea1cdabf91e20e0967cc15d04fddecff4e9
parent6667158d89b601424b46cb58478922a91620f7e6 (diff)
parent71f75753a169ce812cf08ff304cf3f976ff7f082 (diff)
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
-rw-r--r--debian/changelog1
-rwxr-xr-xdh_builddeb2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9fa71cf2..d99c651f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ debhelper (7.3.10) UNRELEASED; urgency=low
* perl_build: Avoid failing if forced to be used in dh_auto_clean
when Build does not exist (ie due to being run twice in a row).
Closes: #539848
+ * dh_builddeb: Fix man page typo. Closes: #539976
-- Joey Hess <joeyh@debian.org> Tue, 04 Aug 2009 13:19:31 -0400
diff --git a/dh_builddeb b/dh_builddeb
index 45713fd9..3547649b 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -15,7 +15,7 @@ B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<--filena
=head1 DESCRIPTION
-dh_builddeb simply calls L<dpkg-deb(8)> to build a debian package or
+dh_builddeb simply calls L<dpkg-deb(1)> to build a debian package or
packages.
=head1 OPTIONS