]> git.donarmstrong.com Git - debhelper.git/blob - dh_md5sums.1
r48: Initial Import
[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 "[-x] [-v] [-a] [-i] [-Ptmpdir] [-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, as are all conffiles
12 (unless you use the -x switch).
13 .P
14 The md5sums file is installed with proper permissions and ownerships.
15 .SH OPTIONS
16 .TP
17 .B \-v, \--verbose
18 Verbose mode; show all commands that modify the package build directory.
19 .TP
20 .B \-a, \--arch
21 Generate md5sums files for all architecture dependent packages.
22 .TP
23 .B \-i, \--indep
24 Generate md5sums files for all architecture independent packages.
25 .TP
26 .B \-ppackage, \--package=package
27 Generate md5sums file for the package named "package".
28 .TP
29 .B \-x, \--include-conffiles
30 Include conffiles in the md5sums list. Note that this is redundant, and
31 included elsewhere in debian packages.
32 .TP
33 .B \-Ptmpdir, \--tmpdir=tmpdir
34 Use "tmpdir" for package build directory. 
35 .SH NOTES
36 The
37 .B \-a
38 .B \-i
39 and
40 .B \-p
41 arguments are cumulative. If none are specified, then all packages listed in
42 the control file will be effected.
43 .SH ENVIRONMENT
44 .TP
45 .I DH_VERBOSE
46 Enables verbose mode
47 .SH "SEE ALSO"
48 .BR /usr/doc/debhelper/README
49 .SH AUTHOR
50 Joey Hess <joeyh@master.debian.org>