]> git.donarmstrong.com Git - debhelper.git/blob - dh_du.1
r275: No idea.
[debhelper.git] / dh_du.1
1 .TH DH_DU 1
2 .SH NAME
3 dh_du \- generate DEBIAN/du file
4 .SH SYNOPSIS
5 .B dh_md5sums
6 .I "[-v] [-a] [-i] [-ppackage]"
7 .SH "DESCRIPTION"
8 dh_du is a debhelper program that is responsible for generating
9 a DEBIAN/du file, which lists the disk usage of directories in the package.
10 This file isn't used by anthing yet, but it could be helpful for a future
11 debian installer program.
12 .P
13 The du file is installed with proper permissions and ownerships.
14 .SH OPTIONS
15 .TP
16 .B \-v
17 Verbose mode; show all commands that modify the package build directory.
18 .TP
19 .B \-a
20 Generate du files for all architecture dependent packages.
21 .TP
22 .B \-i
23 Generate du files for all architecture independent packages.
24 .TP
25 .B \-ppackage
26 Generate du file for the package named "package".
27 .SH NOTES
28 The
29 .B \-a
30 .B \-i
31 and
32 .B \-p
33 arguments are cumulative. If none are specified, then all packages listed in
34 the control file will be effected.
35 .SH ENVIRONMENT
36 .TP
37 .I DH_VERBOSE
38 Enables verbose mode
39 .SH "SEE ALSO"
40 .BR /usr/doc/debhelper/README
41 .SH AUTHOR
42 Joey Hess <joeyh@master.debian.org>