From e1f7eaa51635f5a53da343bce05c2a6826ab9e27 Mon Sep 17 00:00:00 2001 From: dancer Date: Wed, 28 Jul 2004 23:39:24 +0000 Subject: + + * debian/pbuilder-uml.files: add pbuilder-uml-checkparams + + * Makefile: add pbuilder-uml-checkparams + + * pdebuild-user-mode-linux.1: update manual to reflect + current reality of pdebuild-user-mode-linux. It was originally just a + copy of pdebuild manpage. + + * pbuilder-checkparams: shift around debootstrapopts parameter + processing out of pdebuild options; it doesn't belong there. + + * pdebuild-user-mode-linux: Call pbuilder-uml-checkparams to + parse commands in UML way, not pbuilder way. + * pbuilder-uml-checkparams: Move command-line parser to here + * pbuilder-user-mode-linux: Move command-line parser out + --- pbuilder-checkparams | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 00adfbf..40797ad 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -156,6 +156,11 @@ while [ -n "$1" ]; do BINDMOUNTS="${BINDMOUNTS} $2" shift; shift; ;; + --debootstrapopts) + # specify this option to set --variant=buildd value to debootstrap + DEBOOTSTRAPOPTS[${#DEBOOTSTRAPOPTS[@]}]="$2"; + shift; shift; + ;; ## pdebuild option --auto-debsign) AUTO_DEBSIGN="yes" @@ -173,11 +178,6 @@ while [ -n "$1" ]; do USE_PDEBUILD_INTERNAL=yes; shift; ;; - --debootstrapopts) - # specify this option to set --variant=buildd value to debootstrap - DEBOOTSTRAPOPTS[${#DEBOOTSTRAPOPTS[@]}]="$2"; - shift; shift; - ;; ## internal options. --internal-chrootexec) # specify custom chrootexec function -- this is internal debugging function -- cgit v1.2.3