diff options
author | joey <joey> | 2002-09-09 00:03:54 +0000 |
---|---|---|
committer | joey <joey> | 2002-09-09 00:03:54 +0000 |
commit | 89a8e4df94d07ca360f97f57ff22ac8f7f7c3a5f (patch) | |
tree | 757fc0470cf2b8e969f2ad4110d069adaad31bcd /dh_builddeb | |
parent | 719a85c8d9e5eb0cb4ad561aadab90c691ad00b2 (diff) | |
download | debhelper-89a8e4df94d07ca360f97f57ff22ac8f7f7c3a5f.tar.gz |
r546: * dh_builddeb(1): It's --filename, not --name. Closes: #160151
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-x | dh_builddeb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_builddeb b/dh_builddeb index 07029c07..04b40f84 100755 --- a/dh_builddeb +++ b/dh_builddeb @@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<--name=>I<filename>] [S<B<--> I<params>>] +B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<--filename=>I<name>] [S<B<--> I<params>>] =head1 DESCRIPTION @@ -27,7 +27,7 @@ packages. Use this if you want the generated .deb files to be put in a directory other than the default of ".." -=item B<--name=>I<filename> +=item B<--filename=>I<name> Use this if you want to force the generated .deb file to have a particular file name. Does not work well if more than one .deb is generated! |