aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-04-16 07:46:42 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-04-16 07:46:42 +0900
commit3002d5d517b3f3fa5fb4cb79558f9161d7c2592a (patch)
tree5b4b17e4eefbaa3fe248112518a3505d360b7315
parent49f6dfe1a4270e47e3547326e23cc88895d0e05d (diff)
downloadpbuilder-3002d5d517b3f3fa5fb4cb79558f9161d7c2592a.tar
pbuilder-3002d5d517b3f3fa5fb4cb79558f9161d7c2592a.tar.gz
--debbuildopts --debootstrapopts documentation clarification
-rw-r--r--ChangeLog8
-rw-r--r--debian/changelog3
-rw-r--r--pbuilder.87
-rw-r--r--pdebuild.12
4 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97cae37..4e64487 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-04-16 Junichi Uekawa <dancer@debian.org>
+
+ * pdebuild.1: documentation update: note --debbuildopts and
+ --debootstrapopts have different ways of specifying multiple
+ options. This probably needs really fixing, but that will happen sometime later.
+
+ * pbuilder.8: ditto.
+
2007-04-11 Junichi Uekawa <dancer@debian.org>
* AUTHORS, etc: remove $Id$, which is CVS specific
diff --git a/debian/changelog b/debian/changelog
index 9ed19e6..1281797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,12 +9,13 @@ pbuilder (0.166) UNRELEASED; urgency=low
* minor update to documentation.
* remove CVS Id banners since they have no meaning on git trees.
* pbuilder-uml: do not build for amd64, dependencies are not satisfied (yet).
+ * pdebuild.1, pbuilder.8: --debbuildopts, --debootstrapopts documentation update.
[ Loic Minier ]
* New pbuilder-satisfydepends-aptitude resolver based on aptitude; based on
an idea by Mike Hommey; closes: #337015.
- -- Junichi Uekawa <dancer@debian.org> Wed, 11 Apr 2007 09:00:29 +0900
+ -- Junichi Uekawa <dancer@debian.org> Mon, 16 Apr 2007 07:46:01 +0900
pbuilder (0.165) unstable; urgency=low
diff --git a/pbuilder.8 b/pbuilder.8
index 3bd4aa9..bfc9d44 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -352,6 +352,8 @@ List of options that are passed on to dpkg-buildpackage. Overrides
any value given in DEBBUILDOPTS as specified in
pbuilderrc.
+Multiple options are delimited with spaces.
+
.TP
.BI "\-\-logfile [" "file to log" "]"
Specifies the logfile to create.
@@ -484,6 +486,11 @@ targets.
.BI "\-\-debootstrapopts " "\-\-variant=buildd"
Add extra command-line options to debootstrap.
+Specify multiple options through multiple instance of this
+option, for example:
+
+.B "--debootstrapopts --arch=arm --debootstrapopts --variant=buildd"
+
.TP
.BI "\-\-debootstrap " "debootstrap"
Use specified debootstrap implementation as debootstrap.
diff --git a/pdebuild.1 b/pdebuild.1
index 242abd5..79001ac 100644
--- a/pdebuild.1
+++ b/pdebuild.1
@@ -74,6 +74,8 @@ The space-delimited list of options are passed to dpkg-buildpackage.
This option overrides pbuilder option
.B "\-\-debbuildopts"
+Multiple options are delimited with spaces.
+
.TP
.BI "\-\-use\-pdebuild\-internal"
Uses a different implementation of pdebuild, which calls clean and build inside