]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh_builddeb: Fix man page typo. Closes: #539976
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 4 Aug 2009 21:23:48 +0000 (17:23 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 4 Aug 2009 21:23:48 +0000 (17:23 -0400)
debian/changelog
dh_builddeb

index 9fa71cf29af7400e7f3f46f8001cd4c9b19022d5..d99c651f6e1fff80cffde08f3eab7996b40de45a 100644 (file)
@@ -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
 
index 45713fd946a64af09c61e78914b1ddbcad4edde4..3547649ba481a90c52261a35b8dc0045312f9f47 100755 (executable)
@@ -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