]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh: Fix man page typos. Closes: #477933
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 25 Apr 2008 20:31:02 +0000 (16:31 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 25 Apr 2008 20:31:02 +0000 (16:31 -0400)
debian/changelog
dh

index c6064b168267159bd64c51d6e122fe850cb78c02..e4d6ddb067dc852519bcd1d5afae465b56694434 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (7.0.3) UNRELEASED; urgency=low
+
+  * dh: Fix man page typos. Closes: #477933
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 25 Apr 2008 16:30:49 -0400
+
 debhelper (7.0.2) unstable; urgency=low
 
   * dh: Optimise the case where the binary-arch or binary-indep sequence is
diff --git a/dh b/dh
index 7c1f71af3d53f6b8661d3fea190c108aed4f2cfe..df5bccd84c07a62c6c02855a2ba1d6e8a639d2e7 100755 (executable)
--- a/dh
+++ b/dh
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-B<dh> sequence [B<--until> I<cmd>] [B<--before> I<cmd>] [B<--after> I<cmd>] [B<--remaining> [S<I<debhelper options>>]
+B<dh> sequence [B<--until> I<cmd>] [B<--before> I<cmd>] [B<--after> I<cmd>] [B<--remaining>] [S<I<debhelper options>>]
 
 =head1 DESCRIPTION
 
@@ -105,7 +105,7 @@ commands work with no additional options.
 
        #!/usr/bin/make -f
        %:
-               dh %@
+               dh $@
 
 This is a simple rules file that is a good starting place for customisation.
 (It's also available in F</usr/share/doc/debhelper/examples/rules.simple>