From 8627c82cf2a2432334270b817f14340c0e6b423e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Apr 2008 03:47:27 -0400 Subject: [PATCH] add note about dh_clean being last --- dh_clean | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dh_clean b/dh_clean index 2ef3ba3..c7465d3 100755 --- 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 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 -- 2.39.5