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-checkparams | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 2bdf33d..6e8350e 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -183,6 +183,11 @@ while [ -n "$1" ]; do DEBOOTSTRAPOPTS[${#DEBOOTSTRAPOPTS[@]}]="$2"; shift; shift; ;; + --debootstrap) + # Use this option to specify cdebootstrap + DEBOOTSTRAP="$2"; + shift; shift; + ;; --save-after-login|--save-after-exec) SAVE_AFTER_LOGIN=yes; shift; -- cgit v1.2.3