man pages, but for example, dh_installdeb knows to make debian/tmp/DEBIAN/
before trying to put files there, dh_installmenu knows you need a
debian/tmp/usr/lib/menu/ before installing the menu files, etc.
+.SH "DEBHELPER COMMANDS"
+Here is the complete list of available debhelper commands.
+#LIST#
.SH ENVIRONMENT
.TP
.I DH_VERBOSE
+debhelper (1.2.44) unstable; urgency=medium
+
+ * dh_fixperms: has been mostly broken when used with -X, corrected this.
+
+ -- Joey Hess <joeyh@master.debian.org> Sat, 13 Mar 1999 17:25:59 -0800
+
debhelper (1.2.43) unstable; urgency=low
* dh_compress.1: man page fixes (Closes: #33858).
.TH DH_DU 1 "" "Debhelper Commands" "Debhelper Commands"
.SH NAME
-dh_du \- generate DEBIAN/du file
+dh_du \- generate DEBIAN/du file (deprecated)
.SH SYNOPSIS
.B dh_du
.SH "DESCRIPTION"
.TH DH_INSTALLDEBFILES 1 "" "Debhelper Commands" "Debhelper Commands"
.SH NAME
-dh_installdebfiles \- install files into the DEBIAN directory
+dh_installdebfiles \- install files into the DEBIAN directory (deprecated)
.SH SYNOPSIS
.B dh_installdebfiles
.SH "DESCRIPTION"
.SH NAME
dh_installwm \- register a window manager
.SH SYNOPSIS
-.B dh_installmenu
+.B dh_installwm
.I "[debhelper options] [-n] wmfilename"
.SH "DESCRIPTION"
dh_installwm is a debhelper program that is responsible for
generating the postinst and postrm commands needed to
interface with the the
-.BR register-window-manager (1)
+.BR register-window-manager (8)
command. This results in a window manager being registered when it is
installed.
.SH OPTIONS
.TP
.BR debhelper (1)
.TP
-.BR register-window-manager (1)
+.BR register-window-manager (8)
.SH AUTHOR
Joey Hess <joeyh@master.debian.org>
.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 "[debhelper options] [-x]"
.TH DH_MOVEFILES 1 "" "Debhelper Commands" "Debhelper Commands"
.SH NAME
-dh_movefiles \- moves files out of debian/tmp into subpackages
+dh_movefiles \- move files out of debian/tmp into subpackages
.SH SYNOPSIS
.B dh_movefiles
.I "[debhelper options] [--sourcedir=dir] [file ..]"
Debhelper is a collection of programs that can be used in debian/rules files
to automate common tasks related to building debian binary packages. For
further documentation, see the man pages for dh_* commands. For an overview
-of debhelper, see the debhelper(1) man page.
+of debhelper, inclusing a list of all the available commands, see the
+debhelper(1) man page.
To help you get started, I've included examples of debian/rules files
that use debhelper commands extensively. See /usr/doc/debhelper/examples/ .