]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_builddeb
r502: * Fixed programmer's documentation of DOINDEP and DOARCH, Closes: #128546
[debhelper.git] / dh_builddeb
index bfebe2821a249c79ea365089ae372bc0d0c631ab..d259b0163fe790361c8281b7682f4bd26da61354 100755 (executable)
@@ -11,12 +11,11 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-  dh_builddeb [debhelper options] [--destdir=directory] 
-              [--name=filename] [-uparams] [-- params]
+B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<--name=>I<filename>] [S<B<--> I<params>>]
 
 =head1 DESCRIPTION
 
-dh_builddeb simply calls L<dpkg(8)|dpkg> to build a debian package or
+dh_builddeb simply calls L<dpkg(8)> to build a debian package or
 packages.
 
 =head1 OPTIONS
@@ -34,6 +33,7 @@ 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!
 
 =item B<-u>I<params>
+
 =item B<--> I<params>
 
 Pass I<params> to L<dpkg(1)|dpkg> when it is used to build the
@@ -64,7 +64,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)|debhelper>
+L<debhelper(1)>
 
 This program is a part of debhelper.