summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorjoey <joey>2001-02-09 10:00:35 +0000
committerjoey <joey>2001-02-09 10:00:35 +0000
commitad3d82f4a566c40f6992c4e5db795b3c0e9e87c7 (patch)
treed47e1b0d79e16c3fd9f5c6bd5eb0ceb3fe617173 /dh_clean
parent8b21a3c92ca26438bb925da9a5a280fc4bfd1182 (diff)
r426: update
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.