diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | dh_installchangelogs | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 25f32d2..c76986f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (5.0.41) UNRELEASED; urgency=low + + * dh_installchangelogs man page typo. Closes: #393155 + + -- Joey Hess <joeyh@debian.org> Sun, 15 Oct 2006 13:05:18 -0400 + debhelper (5.0.40) unstable; urgency=medium [ Valery Perrin ] diff --git a/dh_installchangelogs b/dh_installchangelogs index 7bb235c..9ce6dc1 100755 --- a/dh_installchangelogs +++ b/dh_installchangelogs @@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B<dh_installchangelogs> [<S<I<debhelper options>>] [B<-k>] [I<upstream>] +B<dh_installchangelogs> [S<I<debhelper options>>] [B<-k>] [I<upstream>] =head1 DESCRIPTION |