summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean5
1 files changed, 2 insertions, 3 deletions
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.