diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-04 11:56:45 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-04 11:56:45 +0100 |
commit | 6ee013a4bcf18b17300f50109cc6dda9c3526e66 (patch) | |
tree | 9fc5dbc21de569db8885dfa262dd982bcdf9cfb9 | |
parent | 0e12cc38636ed1841ff465e6aea134002ab066da (diff) | |
download | pbuilder-6ee013a4bcf18b17300f50109cc6dda9c3526e66.tar pbuilder-6ee013a4bcf18b17300f50109cc6dda9c3526e66.tar.gz |
Revert "pbuilderrc: --variant=buildd is temporarily broken, disable."
This reverts commit c4ab4315db070188f3d35701579188674787aa0c. apt does
not have to be Build-Essential: yes since e.g. sbuild installs packages
with host tools and installation of build-deps does not need to happen
with build-essential packages anyway. Installation of apt was fixed in
4a573bcd0d272747c2020071f29570668f81a249.
-rwxr-xr-x | pbuilderrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,9 +69,9 @@ BUILDUSERNAME=pbuilder BINDMOUNTS="" # Set the debootstrap variant to 'buildd' type. -# DEBOOTSTRAPOPTS[0]='--variant=buildd' +DEBOOTSTRAPOPTS[0]='--variant=buildd' # or unset it to make it not a buildd type. -unset DEBOOTSTRAPOPTS +# unset DEBOOTSTRAPOPTS # Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" |