r181: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:11:27 +0000 (05:11 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:11:27 +0000 (05:11 +0000)
debhelper.1
debian/changelog
dh_du.1
dh_installdebfiles.1
dh_installwm.1
dh_md5sums.1
dh_movefiles.1
doc/README

index 62906dc5563056f9f42451ff7d8fd2a823b0eca2..7bf558551c6f229d9cc0049dfca26f656e20c4c4 100644 (file)
@@ -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
index d32c2826f1adb0f031d87771beceb78e29ad2de2..7726e2e773e9ebe5a627bf2211eb85c9c5bd62d8 100644 (file)
@@ -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 38d3d7bd3df72bf49c22b731c3551c56d6a523e7..aa3849e49f80aff51b65c73d24cad210aa960601 100644 (file)
--- 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"
index 5e41117a7c21f10892bd3c210dbf4a95b8565d27..bb66ed5b616b9670824a9fa0cc65897d1f45e878 100644 (file)
@@ -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"
index bc6ea4466f32a285c0e2433b1cd21f0e09f173af..d319d7554ef232935f2309d9a3522df75a3d72bf 100644 (file)
@@ -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>
index 22b4fe284565d46fa2b0c6f2e24f8c7b8168e03d..6489a6c44a9535a39e0e5c6811e5de53e5a0defd 100644 (file)
@@ -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]"
index 6ec525a881a408f7b16fed641d317946c7d01834..de8ecd650b2488ccc0f6603c72f98f33324663d2 100644 (file)
@@ -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 ..]"
index 774f9fd43404e885ec8291fe7cedcbb64e61ba15..07048e35a3f26f03861e6d3497ca84afb1d5fd8c 100644 (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/ .