]> git.donarmstrong.com Git - debhelper.git/commitdiff
r502: * Fixed programmer's documentation of DOINDEP and DOARCH, Closes: #128546
authorjoey <joey>
Thu, 10 Jan 2002 18:58:55 +0000 (18:58 +0000)
committerjoey <joey>
Thu, 10 Jan 2002 18:58:55 +0000 (18:58 +0000)
   * Fixed dh_builddeb SYNOPSIS, Closes: #128548

debian/changelog
dh_builddeb
doc/PROGRAMMING

index d1a36af89f21c98aa7113f6a8f6a50ae8a3bbaff..a009e1e0e5ee1e7e718927c2d57217556932b87f 100644 (file)
@@ -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 <joeyh@debian.org>  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
index 180d0df1274625f0fa5e0f785db943c022c86dec..d259b0163fe790361c8281b7682f4bd26da61354 100755 (executable)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<name=>I<filename>] [S<B<--> I<params>>]
+B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<--name=>I<filename>] [S<B<--> I<params>>]
 
 =head1 DESCRIPTION
 
index 423d21edfb50e6992dcf82d637ea38af052c9931..7a78711b2a4c29e74b6af42c5d9a67fb29d3e72c 100644 (file)
@@ -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