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_configfi...@]/#/--configfile } --buildresult "${BUILDRESULT}" --d
ebbuildopts "" --debbuildopts "${DEBBUILDOPTS}" "$@"  
../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc

REPLACE with:
    ${PBUILDERROOTCMD} ${PDEBUILD_PBUILDER} "$@" --build 
${extra_configfi...@]/#/--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 "--".





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to