diff options
author | Loïc Minier <lool@dooz.org> | 2009-12-13 15:01:09 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-12-13 15:01:44 +0100 |
commit | 38fd3f47cb0a0317c8a924c2582213422b28d1bb (patch) | |
tree | bef747a9b1c5530e387646f12f8e9d2f948caf8a /debian | |
parent | 49ad693cf2877b29a71d5c7ca32d049fc50a18cf (diff) | |
download | pbuilder-38fd3f47cb0a0317c8a924c2582213422b28d1bb.tar pbuilder-38fd3f47cb0a0317c8a924c2582213422b28d1bb.tar.gz |
Use debootstrap by default instead of cdebootstrap
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), |