]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_clean
typo
[debhelper.git] / dh_clean
index 47019fcdf31b1c1049cd38e17193beded8008ba7..2fca78159f8c12910ee2727e0f9327dde9d11b46 100755 (executable)
--- a/dh_clean
+++ b/dh_clean
@@ -22,14 +22,22 @@ debhelper commands. It also removes common files that should not appear in a
 debian diff:
   #*# *~ DEADJOE *.orig *.rej *.SUMS TAGS .deps/* *.P *-stamp
 
-The debian/clean file can list other files to be removed.
-
 It does not run "make clean" to clean up after the build process. Use
-L<dh_auto_clean(1)> to do that.
+L<dh_auto_clean(1)> to do things like that.
 
 dh_clean (or "dh clean") should be the last debhelper command run in the
 clean target in debian/rules.
 
+=head1 FILES
+
+=over 4
+
+=item debian/clean
+
+Can list other files to be removed.
+
+=back
+
 =head1 OPTIONS
 
 =over 4
@@ -64,7 +72,7 @@ inhibit_log();
 
 if ($dh{K_FLAG}) {
        # dh_prep will be emulated (mostly) by the code below.
-       # TODO deprecation warning
+       warning("dh_clean -k is deprecated; use dh_prep instead");
 }
 
 foreach my $package (@{$dh{DOPACKAGES}}) {