]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_builddeb
r470: * dh_makeshlins: append to LD_LIBRARY_PATH at start, not each time
[debhelper.git] / dh_builddeb
index bfebe2821a249c79ea365089ae372bc0d0c631ab..162cda86fd9724d2edcd05bef1a1fee5a3397e92 100755 (executable)
@@ -16,7 +16,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =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 +34,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 +65,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)|debhelper>
+L<debhelper(1)>
 
 This program is a part of debhelper.