summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_builddeb4
-rwxr-xr-xdh_clean5
-rwxr-xr-xdh_compress2
-rwxr-xr-xdh_fixperms2
4 files changed, 6 insertions, 7 deletions
diff --git a/dh_builddeb b/dh_builddeb
index bfebe282..adad09dd 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -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.
diff --git a/dh_clean b/dh_clean
index 7876cddb..341d1fbf 100755
--- 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.
diff --git a/dh_compress b/dh_compress
index 504d0a24..0795cbbc 100755
--- a/dh_compress
+++ b/dh_compress
@@ -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.
diff --git a/dh_fixperms b/dh_fixperms
index 7cd33935..00b122e6 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -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.