blob: 69076e9164dd033cd0fe00d92e38181cf012dc40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pbuilder (0.195) unstable; urgency=low
* --debbuildopts is now additive and will append to pbuilderrc's
DEBBUILDOPTS. To reset the list of options, pass --debbuildopts "".
* The default debootstrap command is now "debootstrap" instead of
"cdebootstrap"; cdebootstrap is still supported, but you might have to set
DEBOOTSTRAP="cdebootstrap" in your pbuilderrc or pass
--debootstrap=cdebootstrap to use it. Custom cdebootstrap options set via
DEBOOTSTRAPOPTS or --debootstrapopts might not be compatible with
debootstrap.
* The default PBUILDERROOTCMD is now "sudo -E" instead of "sudo"; this
allows passing env vars for pbuilderrc expansion or to the build process
such as DEB_BUILD_OPTIONS.
-- Loïc Minier <lool@dooz.org> Sat, 12 Dec 2009 16:03:21 +0100
|