]> git.donarmstrong.com Git - debhelper.git/commitdiff
r426: update
authorjoey <joey>
Fri, 9 Feb 2001 10:00:35 +0000 (10:00 +0000)
committerjoey <joey>
Fri, 9 Feb 2001 10:00:35 +0000 (10:00 +0000)
dh_builddeb
dh_clean
dh_compress
dh_fixperms

index bfebe2821a249c79ea365089ae372bc0d0c631ab..adad09dd9886a190c6ada6712e25d24a3f8df0cf 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
@@ -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.
 
index 7876cddb24d72476d9613ef854ca2d3c6b8d1fc8..341d1fbf6b6c140b82da5d8aaa886eb283e9a458 100755 (executable)
--- a/dh_clean
+++ b/dh_clean
@@ -16,8 +16,7 @@ use Debian::Debhelper::Dh_Lib;
 =head1 DESCRIPTION
 
 dh_clean is a debhelper program that is responsible for cleaning up after a
-package is built. It removes the package build directories, and removes
-some
+package is built. It removes the package build directories, and removes some
 other files, such as debian/substvars, debian/files, and any detritus left
 behind by other debhelper commands. It also removes common files that
 should not appear in a debian diff:
@@ -104,7 +103,7 @@ doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1);
 
 =head1 SEE ALSO
 
-L<debhelper(1)|debhelper>
+L<debhelper(1)>
 
 This program is a part of debhelper.
 
index 504d0a24d58401c660b10a8a545e243c73ecbb4e..0795cbbc4ef959a2b021e893ac1138110ad3d209 100755 (executable)
@@ -178,7 +178,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)|debhelper>
+L<debhelper(1)>
 
 This program is a part of debhelper.
 
index 7cd33935079642fa949a7ba8ddcbd6df32cd545e..00b122e66b3ba42f2d0408aa762e0e01b4409e70 100755 (executable)
@@ -76,7 +76,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)|debhelper>
+L<debhelper(1)>
 
 This program is a part of debhelper.