From: joey Date: Thu, 10 Jan 2002 18:58:55 +0000 (+0000) Subject: r502: * Fixed programmer's documentation of DOINDEP and DOARCH, Closes: #128546 X-Git-Tag: version_2.0.101~97 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d6f3bdb1c18ff73a755949134c8850a7b075289f;p=debhelper.git r502: * Fixed programmer's documentation of DOINDEP and DOARCH, Closes: #128546 * Fixed dh_builddeb SYNOPSIS, Closes: #128548 --- diff --git a/debian/changelog b/debian/changelog index d1a36af..a009e1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (3.4.1) unstable; urgency=low + + * Fixed programmer's documentation of DOINDEP and DOARCH, Closes: #128546 + * Fixed dh_builddeb SYNOPSIS, Closes: #128548 + + -- Joey Hess Thu, 10 Jan 2002 13:49:37 -0500 + debhelper (3.4.0) unstable; urgency=low * Began work on v4 support (and thus the large version number jump), and it diff --git a/dh_builddeb b/dh_builddeb index 180d0df..d259b01 100755 --- a/dh_builddeb +++ b/dh_builddeb @@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B [S>] [B<--destdir=>I] [BI] [S I>] +B [S>] [B<--destdir=>I] [B<--name=>I] [S I>] =head1 DESCRIPTION diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 423d21e..7a78711 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -85,10 +85,10 @@ switch variable description --no-act NO_ACT should the program not actually do anything? -i,-a,-p,-N DOPACKAGES a space delimited list of the binary packages to act on (in Dh_Lib.pm, this is an array) --i,-p,-N DOINDEP a space delimited list of the binary independent - packages to act on --a,-p,-N DOARCH a space delimited list of the binary dependent - packages to act on +-i DOINDEP set if we're acting on binary independent + packages +-a DOARCH set if we're acting on binary dependent + packages -n NOSCRIPTS if set, do not make any modifications to the package's postinst, postrm, etc scripts. -X EXCLUDE exclude a something from processing (you