# 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 overwriting defaults in
# the default template
#
# read pbuilderrc.5 document for notes on specific options.
MIRRORSITE=http://deb.debian.org/debian/

# see https://wiki.debian.org/PbuilderTricks
OTHERMIRROR="deb [trusted=yes] file:///var/cache/pbuilder/extra/release ./"
BINDMOUNTS="/dev/shm /var/cache/pbuilder/extra/release"
HOOKDIR=/var/cache/pbuilder/hooks
# this is necessary for running ''apt-ftparchive'' in the hook below
EXTRAPACKAGES="apt-utils"


