]> git.donarmstrong.com Git - debhelper.git/commitdiff
add note about dh_clean being last
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Apr 2008 07:47:27 +0000 (03:47 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Apr 2008 07:47:27 +0000 (03:47 -0400)
dh_clean

index 2ef3ba38a9c56f29465a11f2320e1a8d801a4e58..c7465d395b24cc32460db57b392d1514c00fb389 100755 (executable)
--- a/dh_clean
+++ b/dh_clean
@@ -22,10 +22,13 @@ 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.
 
-The debian/clean file can list other files to be removed.
+dh_clean (or "dh clean") should be the last debhelper command run in the
+clean target in debian/rules.
 
 =head1 OPTIONS