]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_md5sums.1
r24: Initial Import
[debhelper.git] / dh_md5sums.1
index 422a4aa7c24e3a88673ddee0482cb7666267136b..28f7fe4528df900ee521c3de9e15ec5fb28471e2 100644 (file)
@@ -3,12 +3,13 @@
 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
@@ -24,6 +25,13 @@ 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.
+.TP
+.B \-Ptmpdir
+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