options, and documentation for each individual command, see the commands' own
man pages.
.SH "SHARED DEBHLPER OPTIONS"
+The following command line options are supported by all debhelper programs.
.TP
.B \-v, \--verbose
Verbose mode: show all commands that modify the package build directory.
.TP
.B \-Ptmpdir, \--tmpdir=tmpdir
Use "tmpdir" for package build directory.
+.SH "COMMON DEBHELPER OPTIONS"
+The following command line options are supported by some debhelper programs.
+See the man page of each program for a complete explination of what the
+option does.
+.TP
+.B \-n
+Do not modify postinst/postrm/etc scripts.
+.TP
+.B \-Xitem, \--exclude=item
+Exclude an item from processing.
+.TP
+.B \-A, \-all
+Makes files or other items that are specified on the command line take effect
+in ALL packages acted on, not just the first.
.SH NOTES
.TP
.B Multiple binary package support
+debhelper (1.2.55) unstable; urgency=low
+
+ * Various man page enhancements.
+ * dh_md5sums: supports -X to make it skip including files in the
+ md5sums (#35819).
+
+ -- Joey Hess <joeyh@master.debian.org> Fri, 9 Apr 1999 18:21:58 -0700
+
debhelper (1.2.54) unstable; urgency=low
* dh_installinit.1: man page fixups (#34160).
acted on.
.TP
.B \-n, \--noscripts
-DO not modify postinst/prerm scripts.
+Do not modify postinst/prerm scripts.
.TP
.B file ...
Install these files as documentation into the first package acted on. (Or in
dh_md5sums \- generate DEBIAN/md5sums file (deprecated)
.SH SYNOPSIS
.B dh_md5sums
-.I "[debhelper options] [-x]"
+.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.
for a list of options common to all debhelper commands.
.TP
.B \-x, \--include-conffiles
-Include conffiles in the md5sums list. Note that this is redundant, and
-included elsewhere in debian packages.
+Include conffiles in the md5sums list. Note that this information is
+redundant since it is included elsewhere in debian packages.
+.TP
+.B \-Xitem, --exclude=item
+Exclude files that contain "item" anywhere in their filename from
+being listed in the md5sums file.
.SH ENVIRONMENT
See
.BR debhelper (1)