diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | pbuilder.8 | 7 | ||||
-rw-r--r-- | pdebuild.1 | 2 |
4 files changed, 19 insertions, 1 deletions
@@ -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 @@ -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. @@ -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 |