diff options
author | joey <joey> | 1999-11-23 23:51:29 +0000 |
---|---|---|
committer | joey <joey> | 1999-11-23 23:51:29 +0000 |
commit | b94647e38f768cb0f5eff426fffc96ac7d70fd4a (patch) | |
tree | f43e1e921970948c7dacf465ff1e683932bbf6df /dh_du.1 | |
parent | b0ebd80067950b5ef61fd4344a88a8bf53ee31ef (diff) | |
download | debhelper-b94647e38f768cb0f5eff426fffc96ac7d70fd4a.tar.gz |
r309: removed 'master'
Diffstat (limited to 'dh_du.1')
-rw-r--r-- | dh_du.1 | 46 |
1 files changed, 10 insertions, 36 deletions
@@ -1,42 +1,16 @@ -.TH DH_DU 1 +.TH DH_DU 1 "" "Debhelper Commands" "Debhelper Commands" .SH NAME -dh_du \- generate DEBIAN/du file +dh_du \- generate DEBIAN/du file (deprecated) .SH SYNOPSIS -.B dh_md5sums -.I "[-v] [-a] [-i] [-ppackage]" +.B dh_du .SH "DESCRIPTION" -dh_du is a debhelper program that is responsible for generating -a DEBIAN/du file, which lists the disk usage of directories in the package. -This file isn't used by anthing yet, but it could be helpful for a future -debian installer program. +dh_du is a debhelper program that was responsible for generating +a DEBIAN/du file, which listed the disk usage of directories in the package. .P -The du file is installed with proper permissions and ownerships. -.SH OPTIONS -.TP -.B \-v -Verbose mode; show all commands that modify the package build directory. -.TP -.B \-a -Generate du files for all architecture dependent packages. -.TP -.B \-i -Generate du files for all architecture independent packages. -.TP -.B \-ppackage -Generate du file for the package named "package". -.SH NOTES -The -.B \-a -.B \-i -and -.B \-p -arguments are cumulative. If none are specified, then all packages listed in -the control file will be effected. -.SH ENVIRONMENT -.TP -.I DH_VERBOSE -Enables verbose mode +This program is now deprecated, and does nothing, after a decision by the +debian developers that du control files should not exit. It will simply +output a warning message now. .SH "SEE ALSO" -.BR /usr/doc/debhelper/README +.BR debhelper (1) .SH AUTHOR -Joey Hess <joeyh@master.debian.org> +Joey Hess <joeyh@debian.org> |