Bug#320100: [Pbuilder-maint] Bug#320100:

2007-06-23 Thread Junichi Uekawa
Hi, The attached patch should fix the problem with using the scripts. Thanks, this sounds more like it :) -- Regards, Andres Mejia [2 pbuilder-distribution.sh.patch text/x-diff; ANSI_X3.4-1968 (base64)] --- pbuilder-distribution.sh.bak 2007-06-22 23:13:23.0 -0400 +++

Bug#320100: [Pbuilder-maint] Bug#320100:

2007-06-22 Thread Andres Mejia
The attached patch should fix the problem with using the scripts. -- Regards, Andres Mejia --- pbuilder-distribution.sh.bak 2007-06-22 23:13:23.0 -0400 +++ pbuilder-distribution.sh 2007-06-22 23:13:34.0 -0400 @@ -16,7 +16,7 @@ sudo pbuilder $OPERATION \ --basetgz

Bug#320100: [Pbuilder-maint] Bug#320100:

2007-06-21 Thread Andres Mejia
I found that this problem I'm having only occurs when using one of the example scripts. So the example scripts need to be modified. I'll see what I can do. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#320100: [Pbuilder-maint] Bug#320100:

2007-06-19 Thread Junichi Uekawa
Hi, Basically, each option to pass to dpkg-buildpackage would need --debbuildopts in front of it. For example, to pass -S and -sa, use: --debbuildopts -S --debbuildopts -sa I've attached another patch that updates the man pages. The space delimited list of options as was described in the

Bug#320100: [Pbuilder-maint] Bug#320100:

2007-06-19 Thread Andres Mejia
On 6/19/07, Junichi Uekawa [EMAIL PROTECTED] wrote: for your example, '--debbuildopts -S -sa' should work, and I expect a few people who have managed to understand 'space-delimited' be using the format; we will be breaking them. Ok, with or without the patch, using '--debbuildopts -S -sa' will