From: Joey Hess Date: Fri, 25 Apr 2008 20:31:02 +0000 (-0400) Subject: dh: Fix man page typos. Closes: #477933 X-Git-Tag: 7.0.3~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4415a1b3d5adf1dc9ae9c9ef0e85e72d072c74eb;p=debhelper.git dh: Fix man page typos. Closes: #477933 --- diff --git a/debian/changelog b/debian/changelog index c6064b1..e4d6ddb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (7.0.3) UNRELEASED; urgency=low + + * dh: Fix man page typos. Closes: #477933 + + -- Joey Hess 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 7c1f71a..df5bccd 100755 --- a/dh +++ b/dh @@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B sequence [B<--until> I] [B<--before> I] [B<--after> I] [B<--remaining> [S>] +B sequence [B<--until> I] [B<--before> I] [B<--after> I] [B<--remaining>] [S>] =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