]> git.donarmstrong.com Git - debhelper.git/blob - dh_md5sums.1
r406: * Fixed dh_installwm. Oops. Closes: #81124
[debhelper.git] / dh_md5sums.1
1 .TH DH_MD5SUMS 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_md5sums \- generate DEBIAN/md5sums file
4 .SH SYNOPSIS
5 .B dh_md5sums
6 .I "[debhelper options] [-x] [-Xitem]"
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 --include-conffiles switch).
13 .P
14 The md5sums file is installed with proper permissions and ownerships.
15 .SH OPTIONS
16 .TP
17 .B debhelper options
18 See
19 .BR debhelper (1)
20 for a list of options common to all debhelper commands.
21 .TP
22 .B \-x, \--include-conffiles
23 Include conffiles in the md5sums list. Note that this information is
24 redundant since it is included elsewhere in debian packages.
25 .TP
26 .B \-Xitem, --exclude=item
27 Exclude files that contain "item" anywhere in their filename from
28 being listed in the md5sums file.
29 .SH ENVIRONMENT
30 See
31 .BR debhelper (1)
32 for a list of environment variables that affect all debhelper commands.
33 .SH "SEE ALSO"
34 .BR debhelper (1)
35 .SH AUTHOR
36 Joey Hess <joeyh@debian.org>