X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_prep;h=33a6fa6a99c120ad750e498c015d7c9f2eb1a4a2;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=bee9658e6ddc5eb7372a7e5ce3fe0ebf6a99de98;hpb=577b5462c71cb7a451bd01b21f533acb8c7471a7;p=debhelper.git diff --git a/dh_prep b/dh_prep index bee9658..33a6fa6 100755 --- a/dh_prep +++ b/dh_prep @@ -15,12 +15,12 @@ B [S>] [B<-X>I] =head1 DESCRIPTION -dh_prep is a debhelper program that performs some file cleanups in -preparation for building a binary package. (This is what dh_clean -k -used to do.) It removes the package build directories, debian/tmp, +B is a debhelper program that performs some file cleanups in +preparation for building a binary package. (This is what B +used to do.) It removes the package build directories, F, 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, +It is typically run at the top of the B and B targets, or at the top of a target such as install that they depend on. =head1 OPTIONS @@ -29,7 +29,7 @@ or at the top of a target such as install that they depend on. =item B<-X>I B<--exclude=>I -Exclude files that contain "item" anywhere in their filename from being +Exclude files that contain F anywhere in their filename from being deleted, even if they would normally be deleted. You may use this option multiple times to build up a list of things to exclude.