diff options
author | joeyh <joeyh> | 2006-10-15 17:05:45 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-10-15 17:05:45 +0000 |
commit | 571f0c7a893c2a8b71f8b409c890425955b46348 (patch) | |
tree | 8d932b6807add45cef72485249ec6553fb470868 | |
parent | 4ae32cffd201e279c79b9adac349f03f727ec0ac (diff) | |
download | debhelper-571f0c7a893c2a8b71f8b409c890425955b46348.tar.gz |
r1951: * dh_installchangelogs man page typo. Closes: #393155
-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 25f32d2f..c76986fb 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 7bb235cb..9ce6dc10 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 |