From a8045fd73200c1ba47f064f14813ed799b78ac77 Mon Sep 17 00:00:00 2001 From: dancer Date: Tue, 23 Dec 2003 13:56:34 +0000 Subject: +2003-12-23 Junichi Uekawa + + * Makefile (install): update build rules to install pdebuild-internal + + * pbuilderrc.5: update document USE_PDEBUILD_INTERNAL + + * pdebuild-user-mode-linux.1: document --use-pdebuild-internal + + * pdebuild.1: document --use-pdebuild-internal + + * pbuilder-modules: document use-pdebuild-internal + + * pbuilder-checkparams: --use-pdebuild-internal option. + + * pdebuild: use pdebuild-internal if USE_PDEBUILD_INTERNAL option is 'yes' + + * pdebuild-user-mode-linux: use pdebuild-internal if USE_PDEBUILD_INTERNAL option is 'yes' + + * pdebuild-internal: Implement a pbuilder execute script to be + used for pdebuild without doing debian/rules clean outside of chroot. + + * pbuilder-checkparams: support multiple bindmounts; + delimit it with spaces. + + * pbuilder-modules: add --debug option here. + --- pbuilder-checkparams | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 346e24d..de9682c 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -152,7 +152,7 @@ while [ -n "$1" ]; do shift; ;; --bindmounts) - BINDMOUNTS="$2" + BINDMOUNTS="${BINDMOUNTS} $2" shift; shift; ;; ## pdebuild option @@ -168,6 +168,10 @@ while [ -n "$1" ]; do PBUILDERROOTCMD="$2"; shift; shift; ;; + --use-pdebuild-internal) + USE_PDEBUILD_INTERNAL=yes; + shift; + ;; ## internal options. --internal-chrootexec) # specify custom chrootexec function -- this is internal debugging function -- cgit v1.2.3