summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-04 21:17:38 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-04 21:17:38 -0500
commit07e276d58e796d629e03c0a7d88793fe31262c6f (patch)
treee09f1a319c1e6e2e0a3a642bd1293227062d0eb0 /debhelper.pod
parentce6ce1a67cf80a447fb10e6fefcaa29571c708e2 (diff)
Drop deprecated programs from the list of commands in debhelper(7). Closes: #548382
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod16
1 files changed, 14 insertions, 2 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 78de41d5..98aa422c 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -28,7 +28,7 @@ package contains a tutorial about making your first package using debhelper.
=head1 DEBHELPER COMMANDS
-Here is the complete list of available debhelper commands. See their man
+Here is the list of debhelper commands you can use. See their man
pages for additional documentation.
=over 4
@@ -37,8 +37,20 @@ pages for additional documentation.
=back
+=head2 Deprecated Commands
+
+A few debhelper commands are deprecated and should not be used.
+
+=over 4
+
+#LIST_DEPRECATED#
+
+=back
+
+=head2 Other Commands
+
If a program's name starts with "dh_", and the program is not on the above
-list, then it is not part of the debhelper package, but it should still
+lists, then it is not part of the debhelper package, but it should still
work like the other programs described on this page.
=head1 DEBHELPER CONFIG FILES