Bug#305432: [Pbuilder-maint] Bug#305432: pbuilder: Easier fix for the debsign failure

Osamu Aoki osamu at debian.org
Sat May 13 20:18:17 UTC 2006


Hi,

On Wed, May 10, 2006 at 07:36:36AM +0900, Junichi Uekawa wrote:
...
> 	pdebuild --buildresult ${PWD}/.. 
> should work fine
> 
> I've checked, and confirmed that the problem exists.  I thought
> otherwise but pdebuild currently defaults to system-wide buildresult.
> pdebuild-internal defaults to ${PWD}/.. for buildresult, but I had
> some other reasons about not making that default for pdebuild (people
> get confused about changes file being corrupt, and other things like
> that).

I understand.

> I'd like to document this and leave the user configure at own risk.

Good idea.  When you document this, see below.  For me, typing
"pdebuild --buildresult ${PWD}/.." is a bit long :-)

I now use updated local ~/.pbuilderrc as follows:

# this is local configuration file for pbuilder.
# the file in /usr/share/pbuilder/pbuilderrc is the default template.
# ~/.pbuilderrc is the one meant for editing.
#
# read pbuilderrc.5 document for notes on specific options.

##### OSAMU's local modifications

# Use JP site
MIRRORSITE=http://ftp2.jp.debian.org/debian

# include my mirrors (No file://)
#OTHERMIRROR="deb http://people.debian.org/~osamu/package/ ./"

# To auto-sign
AUTO_DEBSIGN=yes

# To save in parent directory instead
#BUILDRESULT=/var/cache/pbuilder/result/
BUILDRESULT=$PWD/../

# specifying the distribution forces the distribution on "pbuilder update"
DISTRIBUTION=sid

# Build source package without .svn and CVS contents
# Passed on to dpkg-buildpackage
DEBBUILDOPTS="-i -ICVS -I.svn"






More information about the Pbuilder-maint mailing list