# /etc/pbuilder/sid -- Debian override configuration file for pbuilder. MIRRORSITE=http://debian.stanford.edu/debian OTHERMIRROR="deb http://debian.stanford.edu/debian-stanford <%= @distribution %> main contrib non-free" OTHERMIRROR="$OTHERMIRROR |deb http://debian.stanford.edu/debian-local <%= @distribution %> main contrib non-free" <%- if (@include_stanford_keyring) then -%> EXTRAPACKAGES="aptitude debconf-utils debhelper gnupg stanford-keyring" <%- else -%> # Avoid the chicken-and-egg issue by not including stanford-keyring. # Need to do this when CREATING the chroot; not needed for UPDATING. EXTRAPACKAGES="aptitude build-essential debconf-utils debhelper gnupg" <%- end -%> # Set the debootstrap variant to 'minbase' type to work around a bug in # the buildd type in sid. DEBOOTSTRAP="debootstrap" DEBOOTSTRAPOPTS[0]='--variant=minbase'