]> git.donarmstrong.com Git - debhelper.git/blob - dh_clean.1
r275: No idea.
[debhelper.git] / dh_clean.1
1 .TH DH_CLEAN 1
2 .SH NAME
3 dh_clean \- clean up package build directories
4 .SH SYNOPSIS
5 .B dh_clean
6 .I "[-v] [-a] [-i] [-ppackage] [file ...]"
7 .SH "DESCRIPTION"
8 dh_clean is a debhelper program that is responsible for cleaning up after a
9 package is built. It removes the package build directories, and removes some
10 other files, such as debian/substvars, debian/files, DEADJOE, emacs backup 
11 files, etc.
12 .SH OPTIONS
13 .TP
14 .B \-v
15 Verbose mode; show all commands that modify the package build directory.
16 .TP
17 .B \-a
18 Clean up the package build directory for all architecture dependent packages.
19 .TP
20 .B \-i
21 Clean up the package build directory for all architecture independent packages.
22 .TP
23 .B \-ppackage
24 Clean up the package build directory for the package named "package".
25 .TP
26 .B file ...
27 Delete these files too.
28 .SH NOTES
29 The
30 .B \-a
31 .B \-i
32 and
33 .B \-p
34 arguments are cumulative. If none are specified, then all packages listed in
35 the control file will have thier package build directories cleaned up.
36 .SH ENVIRONMENT
37 .TP
38 .I DH_VERBOSE
39 Enables verbose mode
40 .SH "SEE ALSO"
41 .BR /usr/doc/debhelper/README
42 .SH BUGS
43 Filenames with spaces in them will not currently be deleted when specified
44 as parameters.
45 .SH AUTHOR
46 Joey Hess <joeyh@master.debian.org>