From 38fd3f47cb0a0317c8a924c2582213422b28d1bb Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sun, 13 Dec 2009 15:01:09 +0100 Subject: Use debootstrap by default instead of cdebootstrap --- debian/NEWS | 10 ++++++++-- debian/control | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'debian') 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 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), -- cgit v1.2.3