From 241873c6a725a8424b163d02626edfb8d10b397b Mon Sep 17 00:00:00 2001 From: Raphael Hertzog Date: Sun, 22 Jun 2008 20:48:50 +0200 Subject: [PATCH] dpkg-buildpackage(1): document -A option. --- debian/changelog | 1 + man/ChangeLog | 4 ++++ man/dpkg-buildpackage.1 | 9 ++++++--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b6d5395c..685de36d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ dpkg (1.15.0) UNRELEASED; urgency=low to be a plugin. Closes: #481165 * Clarify lisf of packages displayed by dpkg --get-selections and dpkg-query -l. Thanks to Jidanni. Closes: #487455 + * Document -A option in dpkg-buildpackage(1). Closes: #482834 [ Pierre Habouzit ] * Add a --query option to update-alternatives. Closes: #336091, #441904 diff --git a/man/ChangeLog b/man/ChangeLog index fca35edc..32de1c0b 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2008-06-22 Raphael Hertzog + + * dpkg-buildpackage.1: Document -A option. + 2008-05-31 Raphael Hertzog * dpkg.1: Use the term conffile for a configuration file handled diff --git a/man/dpkg-buildpackage.1 b/man/dpkg-buildpackage.1 index 96ecaa03..3ddf5e40 100644 --- a/man/dpkg-buildpackage.1 +++ b/man/dpkg-buildpackage.1 @@ -18,15 +18,18 @@ Specifies a binary-only build, no source files are to be built and/or distributed. .TP .B \-B -Specifies a binary-only build, no architecture independent binary package -files are to be distributed either. +Specifies a binary-only build, limited to architecture dependent packages. +.TP +.B \-A +Specifies a binary-only build, limited to architecture independent +packages. .TP .B \-S Specifies a source-only build, no binary packages need to be made. .PP The \fB-s\fP\fIx\fP options control whether the original source archive is included in the upload if any source is being generated (i.e. -.BR \-b " or " \-B +.BR \-b ", " \-B " or " \-A haven't been used). .TP .B \-si -- 2.39.5