X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_prep;h=bee9658e6ddc5eb7372a7e5ce3fe0ebf6a99de98;hb=725a4d769be1573cca18ced3581a55ef906235ff;hp=d9e4bf8ee5bdc3208daf69677d30ef7d82888201;hpb=e7ab4dca7d240f48a51960a6978c05d2f5aa7a97;p=debhelper.git diff --git a/dh_prep b/dh_prep index d9e4bf8..bee9658 100755 --- a/dh_prep +++ b/dh_prep @@ -16,10 +16,12 @@ B [S>] [B<-X>I] =head1 DESCRIPTION dh_prep is a debhelper program that performs some file cleanups in -preparation for building a package. (This is what dh_clean -k used to do.) -It removes the package build directories, debian/tmp, and some temp files -that are generated during the build. Putting this at the start of the build -process makes the build process idempotent. +preparation for building a binary package. (This is what dh_clean -k +used to do.) It removes the package build directories, debian/tmp, +and some temp files that are generated when building a binary package. + +It is typically run at the top of the binary-arch and binary-indep targets, +or at the top of a target such as install that they depend on. =head1 OPTIONS