diff options
author | dancer <dancer> | 2002-01-16 22:39:47 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-01-16 22:39:47 +0000 |
commit | 8dc73f5255da975798941f2659b019d37e992e26 (patch) | |
tree | b35e2990ebbf8a1121ec790c323cc00ee40dd7fe /pbuilderrc | |
parent | c8b2c9a61fab7f58fce3db3938117153f1ffbea5 (diff) | |
download | pbuilder-8dc73f5255da975798941f2659b019d37e992e26.tar pbuilder-8dc73f5255da975798941f2659b019d37e992e26.tar.gz |
some mods
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1,4 +1,7 @@ -# this is your configuration +# this is your configuration file for pbuilder. +# the file in /usr/share/pbuilder/pbuilderrc is the default template. +# /etc/pbuilderrc is the one meant for editing. + BASETGZ=/var/cache/pbuilder/base.tgz #EXTRAPACKAGES=gcc3.0-athlon-builder #export DEBIAN_BUILDARCH=athlon @@ -13,19 +16,19 @@ BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" #DISTRIBUTION=woody #specify the cache for APT -APTCACHE=/var/cache/pbuilder/aptcache/ -APTCACHEHARDLINK=yes -REMOVEPACKAGES=lilo -#HOOKDIR=/usr/lib/pbuilder/hooks +APTCACHE="/var/cache/pbuilder/aptcache/" +APTCACHEHARDLINK="yes" +REMOVEPACKAGES="lilo" +#HOOKDIR="/usr/lib/pbuilder/hooks" HOOKDIR="" # make debconf not interact with user -export DEBIAN_FRONTEND=noninteractive +export DEBIAN_FRONTEND="noninteractive" # Address used when building. #DEBEMAIL="someone@somewhere" #for pbuilder debuild -BUILDSOURCEROOTCMD=fakeroot -PBUILDERROOTCMD=sudo +BUILDSOURCEROOTCMD="fakeroot" +PBUILDERROOTCMD="sudo" |