From c941b2b903b242deefc12b131e61fcc1db669bad Mon Sep 17 00:00:00 2001 From: dancer Date: Mon, 10 Feb 2003 06:30:50 +0000 Subject: + + * pdebuild: set pdebuild here as well. + + * pbuilder-checkparams (BASEBUILDPLACE): support the convention, and + do not exec < /dev/null in that case. + + * pdebuild-user-mode-linux (PBCURRENTCOMMANDLINEOPERATION): set to + pdebuild-user-mode-linux. + + * pbuilder-user-mode-linux.1: fix manual to have pbuilder-uml.conf.5 + + * Makefile (install): add pdebuild-user-mode-linux + + * pdebuild-user-mode-linux.1: Initial manual page. + + * pdebuild-user-mode-linux: try making a new script that + uses pbuilder-user-mode-linux for building instead of pbuilder. --- pbuilder-checkparams | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index db9cd8f..104ce03 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -168,8 +168,8 @@ if [ -z "${CHROOTEXEC}" ]; then fi case "$PBCURRENTCOMMANDLINEOPERATION" in - login) - # don't do anything if it is "login" + login|pdebuild) + # don't do anything if it is "login", or pdebuild ;; *) # line from kobras@debian.org -- cgit v1.2.3