On Sat, 2006-02-18 at 11:51 +0900, Junichi Uekawa wrote: > python-docutils is properly parsed as build-depends-indep locally. > Cannot reproduce your problem; care to send a full build log?
Attached.
I'm using a cowbuild script (derived from the cowdancer test):
#!/bin/sh
# A script to use cowdancer to build packages
# run from sudo
ORIG=/var/cache/pbuilder/build/cow/orig
WORK=/var/cache/pbuilder/build/cow/work$$
PKG_SOURCENAME=$(dpkg-parsechangelog|sed -n 's/^Source: //p')
PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p')
export PBCURRENTCOMMANDLINEOPERATION="pdebuild"
. /usr/lib/pbuilder/pdebuild-checkparams
cp -al $ORIG $WORK-1
pbuilder build "$@" --binary-arch [EMAIL PROTECTED]/#/--configfile }
--buildresult "${BUILDRESULT}" --debbuildopts "${DEBBUILDOPTS}" --buildplace
$WORK-1 --no-targz --internal-chrootexec "chroot $WORK-1 cow-shell"
../"${PKG_SOURCENAME}_${PKG_VERSION}".dsc
rm -rf $WORK-1
--
bye,
pabs
http://wiki.debian.org/PaulWise
build.log.gz
Description: GNU Zip compressed data
signature.asc
Description: This is a digitally signed message part

