]> git.donarmstrong.com Git - debhelper.git/blob - dh_md5sums.1
r291: * dh_installdocs: if $TMP/usr/share/doc/$PACKAGE is a broken symlink,
[debhelper.git] / dh_md5sums.1
1 .TH DH_MD5SUMS 1
2 .SH NAME
3 dh_md5sums \- generate DEBIAN/md5sums file
4 .SH SYNOPSIS
5 .B dh_md5sums
6 .I "[-v] [-a] [-i] [-ppackage]"
7 .SH "DESCRIPTION"
8 dh_md5sums is a debhelper program that is responsible for generating
9 a DEBIAN/md5sums file, which lists the md5sums of each file in the package.
10 .P
11 All files in DEBIAN/ are omitted from the md5sums file.
12 .P
13 The md5sums 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 md5sums files for all architecture dependent packages.
21 .TP
22 .B \-i
23 Generate md5sums files for all architecture independent packages.
24 .TP
25 .B \-ppackage
26 Generate md5sums 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 BUGS
40 It would be better if it did not include md5sums of conffiles, since this
41 info is duplicated elsewhere.
42 .SH "SEE ALSO"
43 .BR /usr/doc/debhelper/README
44 .SH AUTHOR
45 Joey Hess <joeyh@master.debian.org>