]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_clean
r457: * dh_strip: ensure that the file _ends_ with `.a'. Closes: #90647
[debhelper.git] / dh_clean
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.