From e96e7085e3c88f2dba9f44a490e5fcda62e76323 Mon Sep 17 00:00:00 2001 From: joey <joey> Date: Tue, 17 Aug 1999 05:11:27 +0000 Subject: [PATCH] r181: Initial Import --- debhelper.1 | 3 +++ debian/changelog | 6 ++++++ dh_du.1 | 2 +- dh_installdebfiles.1 | 2 +- dh_installwm.1 | 6 +++--- dh_md5sums.1 | 2 +- dh_movefiles.1 | 2 +- doc/README | 3 ++- 8 files changed, 18 insertions(+), 8 deletions(-) diff --git a/debhelper.1 b/debhelper.1 index 62906dc..7bf5585 100644 --- a/debhelper.1 +++ b/debhelper.1 @@ -97,6 +97,9 @@ debian/, it will create it. I haven't bothered to document this in all the 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 diff --git a/debian/changelog b/debian/changelog index d32c282..7726e2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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). diff --git a/dh_du.1 b/dh_du.1 index 38d3d7b..aa3849e 100644 --- a/dh_du.1 +++ b/dh_du.1 @@ -1,6 +1,6 @@ .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" diff --git a/dh_installdebfiles.1 b/dh_installdebfiles.1 index 5e41117..bb66ed5 100644 --- a/dh_installdebfiles.1 +++ b/dh_installdebfiles.1 @@ -1,6 +1,6 @@ .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" diff --git a/dh_installwm.1 b/dh_installwm.1 index bc6ea44..d319d75 100644 --- a/dh_installwm.1 +++ b/dh_installwm.1 @@ -2,13 +2,13 @@ .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 @@ -37,6 +37,6 @@ for a list of environment variables that affect all debhelper commands. .TP .BR debhelper (1) .TP -.BR register-window-manager (1) +.BR register-window-manager (8) .SH AUTHOR Joey Hess <joeyh@master.debian.org> diff --git a/dh_md5sums.1 b/dh_md5sums.1 index 22b4fe2..6489a6c 100644 --- a/dh_md5sums.1 +++ b/dh_md5sums.1 @@ -1,6 +1,6 @@ .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]" diff --git a/dh_movefiles.1 b/dh_movefiles.1 index 6ec525a..de8ecd6 100644 --- a/dh_movefiles.1 +++ b/dh_movefiles.1 @@ -1,6 +1,6 @@ .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 ..]" diff --git a/doc/README b/doc/README index 774f9fd..07048e3 100644 --- a/doc/README +++ b/doc/README @@ -1,7 +1,8 @@ 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/ . -- 2.39.5