From 4415a1b3d5adf1dc9ae9c9ef0e85e72d072c74eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 Apr 2008 16:31:02 -0400 Subject: [PATCH] dh: Fix man page typos. Closes: #477933 --- debian/changelog | 6 ++++++ dh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.5