]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_md5sums.1
r48: Initial Import
[debhelper.git] / dh_md5sums.1
index 422a4aa7c24e3a88673ddee0482cb7666267136b..ab3c2bed33b9dbf57e47f3bc2e9f4bffab0fc919 100644 (file)
@@ -3,27 +3,35 @@
 dh_md5sums \- generate DEBIAN/md5sums file
 .SH SYNOPSIS
 .B dh_md5sums
-.I "[-v] [-a] [-i] [-ppackage]"
+.I "[-x] [-v] [-a] [-i] [-Ptmpdir] [-ppackage]"
 .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.
 .P
-All files in DEBIAN/ are omitted from the md5sums file.
+All files in DEBIAN/ are omitted from the md5sums file, as are all conffiles
+(unless you use the -x switch).
 .P
 The md5sums file is installed with proper permissions and ownerships.
 .SH OPTIONS
 .TP
-.B \-v
+.B \-v, \--verbose
 Verbose mode; show all commands that modify the package build directory.
 .TP
-.B \-a
+.B \-a, \--arch
 Generate md5sums files for all architecture dependent packages.
 .TP
-.B \-i
+.B \-i, \--indep
 Generate md5sums files for all architecture independent packages.
 .TP
-.B \-ppackage
+.B \-ppackage, \--package=package
 Generate md5sums file for the package named "package".
+.TP
+.B \-x, \--include-conffiles
+Include conffiles in the md5sums list. Note that this is redundant, and
+included elsewhere in debian packages.
+.TP
+.B \-Ptmpdir, \--tmpdir=tmpdir
+Use "tmpdir" for package build directory. 
 .SH NOTES
 The
 .B \-a
@@ -36,9 +44,6 @@ the control file will be effected.
 .TP
 .I DH_VERBOSE
 Enables verbose mode
-.SH BUGS
-It would be better if it did not include md5sums of conffiles, since this
-info is duplicated elsewhere.
 .SH "SEE ALSO"
 .BR /usr/doc/debhelper/README
 .SH AUTHOR