diff options
author | joey <joey> | 1999-08-17 05:11:27 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:11:27 +0000 |
commit | e96e7085e3c88f2dba9f44a490e5fcda62e76323 (patch) | |
tree | 26db04368132cca601705b1e90597c8daef5daf3 | |
parent | 599f6c76b6478fc53800dccbdfb318c482971ac9 (diff) | |
download | debhelper-e96e7085e3c88f2dba9f44a490e5fcda62e76323.tar.gz |
r181: Initial Import
-rw-r--r-- | debhelper.1 | 3 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | dh_du.1 | 2 | ||||
-rw-r--r-- | dh_installdebfiles.1 | 2 | ||||
-rw-r--r-- | dh_installwm.1 | 6 | ||||
-rw-r--r-- | dh_md5sums.1 | 2 | ||||
-rw-r--r-- | dh_movefiles.1 | 2 | ||||
-rw-r--r-- | doc/README | 3 |
8 files changed, 18 insertions, 8 deletions
diff --git a/debhelper.1 b/debhelper.1 index 62906dc5..7bf55855 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 d32c2826..7726e2e7 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). @@ -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 5e41117a..bb66ed5b 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 bc6ea446..d319d755 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 22b4fe28..6489a6c4 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 6ec525a8..de8ecd65 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 ..]" @@ -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/ . |