]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_md5sums.1
r194: Initial Import
[debhelper.git] / dh_md5sums.1
index a54c1c15a5319b797865031be825e1d5eda288dd..61fb3b73509a8d104a85a6b8c684da69f0a9fc63 100644 (file)
@@ -1,9 +1,9 @@
-.TH DH_MD5SUMS 1
+.TH DH_MD5SUMS 1 "" "Debhelper Commands" "Debhelper Commands"
 .SH NAME
-dh_md5sums \- generate DEBIAN/md5sums file
+dh_md5sums \- generate DEBIAN/md5sums file (deprecated)
 .SH SYNOPSIS
 .B dh_md5sums
-.I "[-x] [-v] [-a] [-i] [-ppackage]"
+.I "[debhelper options] [-x] [-Xitem]"
 .SH "DESCRIPTION"
 dh_md5sums is a debhelper program that is responsible for generating
 a DEBIAN/md5sums file, which lists the md5sums of each file in the package.
@@ -14,34 +14,23 @@ All files in DEBIAN/ are omitted from the md5sums file, as are all conffiles
 The md5sums file is installed with proper permissions and ownerships.
 .SH OPTIONS
 .TP
-.B \-v
-Verbose mode; show all commands that modify the package build directory.
+.B debhelper options
+See
+.BR debhelper (1)
+for a list of options common to all debhelper commands.
 .TP
-.B \-a
-Generate md5sums files for all architecture dependent packages.
+.B \-x, \--include-conffiles
+Include conffiles in the md5sums list. Note that this information is
+redundant since it is included elsewhere in debian packages.
 .TP
-.B \-i
-Generate md5sums files for all architecture independent packages.
-.TP
-.B \-ppackage
-Generate md5sums file for the package named "package".
-.TP
-.B \-x
-Include conffiles in the md5sums list. Note that this is redundant, and
-included elsewhere in debian packages.
-.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.
+.B \-Xitem, --exclude=item
+Exclude files that contain "item" anywhere in their filename from
+being listed in the md5sums file.
 .SH ENVIRONMENT
-.TP
-.I DH_VERBOSE
-Enables verbose mode
+See
+.BR debhelper (1)
+for a list of environment variables that affect all debhelper commands.
 .SH "SEE ALSO"
-.BR /usr/doc/debhelper/README
+.BR debhelper (1)
 .SH AUTHOR
 Joey Hess <joeyh@master.debian.org>