Bug#398404: branch created for the pbuilder mode option

Osamu Aoki osamu at debian.org
Thu Jan 7 13:19:08 UTC 2010


Hi, 

This is my proposed changes:
 http://git.debian.org/?p=pbuilder/pbuilder.git;a=shortlog;h=refs/heads/osamu

I hope this is now easier to review.

Minor correction on my previous mail.  

-------x8
The work flow with the mode option, e.g. "mode1" goes as:

$ sudo pbuilder --mode mode1 --create
$ sudo pbuilder --mode mode1 --login --save-after-login
... interactive configuration of chroot
^D
$ pdebuild --mode mode1
-------x8

Please note there is no "--" for pdebuild.  This is how it needs to be
used.  (as documented in patched manpage)

Osamu
------------------------------------------------------------------
PS: This can be fixed by changing inside pdebuild and others too.

NOW in source as:
    ${PBUILDERROOTCMD} ${PDEBUILD_PBUILDER} --build ${EXTRA_CONFIGFILE[@]/#/--configfile } --buildresult "${BUILDRESULT}" --d
ebbuildopts "" --debbuildopts "${DEBBUILDOPTS}" "$@"  ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc

REPLACE with:
    ${PBUILDERROOTCMD} ${PDEBUILD_PBUILDER} "$@" --build ${EXTRA_CONFIGFILE[@]/#/--configfile } --buildresult "${BUILDRESULT}" --debbuildopts "" --debbuildopts "${DEBBUILDOPTS}" ../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc

But I did not do this.  .... partly because it is easier to use without "--".







More information about the Pbuilder-maint mailing list