diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 10 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/NEWS b/debian/NEWS index cba27e6..689c7f5 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,6 +1,12 @@ 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 "". + * --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. -- Loïc Minier <lool@dooz.org> Sat, 12 Dec 2009 16:03:21 +0100 diff --git a/debian/control b/debian/control index f4b5d5b..8388b34 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Vcs-Browser: http://git.debian.org/?p=pbuilder/pbuilder.git Package: pbuilder Architecture: all -Depends: cdebootstrap | debootstrap, +Depends: debootstrap | cdebootstrap, wget, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1), |