From 44f99bd88ef35a45461c47255cbfb0cfc05a6dd3 Mon Sep 17 00:00:00 2001 From: dancer Date: Sun, 7 Aug 2005 04:14:48 +0000 Subject: +2005-08-07 Junichi Uekawa + + * debian/control: allow cdebootstrap dependency. + + * testsuite/run-test.sh: complicate the process by testing both + cdebootstrap and debootstrap. + + * pbuilder.8: document --debootstrap + + * pbuilder-checkparams: --debootstrap + + * pbuilder-modules: --debootstrap + + * pbuilder-createbuildenv: unset DEBOOTSTRAPSCRIPT instead of setting + "". The number of parameter given to cdebootstrap changes. + since DEBOOTSTRAPSCRIPT are not supported by cdebootstrap, + Giving cdebootstrap this parameter caused it to fail. + + * pbuilderrc.5: Document DEBOOTSTRAP + + * pbuilderrc (DEBOOTSTRAP): new option. + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): call ${DEBOOTSTRAP} instead of calling debootstrap directly. + --- pbuilder.8 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pbuilder.8') diff --git a/pbuilder.8 b/pbuilder.8 index 1606eac..b785178 100644 --- a/pbuilder.8 +++ b/pbuilder.8 @@ -458,6 +458,14 @@ targets. .BI "\-\-debootstrapopts " "\-\-variant=buildd" Add extra command-line options to debootstrap. +.TP +.BI "\-\-debootstrap " "debootstrap" +Use specified debootstrap implementation as debootstrap. +Known implementations are +.B cdebootstrap +and +.B debootstrap + .TP .BI "\-\-save\-after\-login " .TP -- cgit v1.2.3