aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-user-mode-linux.1
diff options
context:
space:
mode:
authordancer <dancer>2004-07-28 23:39:24 +0000
committerdancer <dancer>2004-07-28 23:39:24 +0000
commite1f7eaa51635f5a53da343bce05c2a6826ab9e27 (patch)
treeb7323e0d8ba0e506a4c34ef84ca5183aaead25bb /pdebuild-user-mode-linux.1
parentc7c59cb36ac720cacd79a9413e8d1747991865f7 (diff)
downloadpbuilder-e1f7eaa51635f5a53da343bce05c2a6826ab9e27.tar
pbuilder-e1f7eaa51635f5a53da343bce05c2a6826ab9e27.tar.gz
+
+ * 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 +
Diffstat (limited to 'pdebuild-user-mode-linux.1')
-rw-r--r--pdebuild-user-mode-linux.115
1 files changed, 3 insertions, 12 deletions
diff --git a/pdebuild-user-mode-linux.1 b/pdebuild-user-mode-linux.1
index 36bffb7..5f657dd 100644
--- a/pdebuild-user-mode-linux.1
+++ b/pdebuild-user-mode-linux.1
@@ -1,4 +1,4 @@
-.TH "pdebuild-user-mode-linux" 1 "2003 Feb 10" "Debian" "pbuilder"
+.TH "pdebuild-user-mode-linux" 1 "2004 Jul 29" "Debian" "pbuilder"
.SH NAME
pdebuild-user-mode-linux \- pbuilder-user-mode-linux way of doing debuild
.SH SYNOPSIS
@@ -15,16 +15,12 @@ directory, in order to make it work.
.SH "PDEBUILD OPTIONS"
.TP
+
.BI "--buildsourceroot [" "fakeroot" "]"
The command used to gain root privilege for
invoking dpkg-buildpackage
.TP
-.BI "--pbuilderroot [" "sudo" "]"
-The command used to gain root privilege for
-invoking pbuilder.
-
-.TP
.BI "--auto-debsign"
Invoke debsign at the end of pdebuild process.
@@ -37,15 +33,10 @@ The place which build result is stored.
.TP
.BI "--configfile [" "Extra config file to use" "]"
-The configuration file is used, and passed on to
+The configuration file is used, but not passed on to
.BR "pbuilder-user-mode-linux" .
.TP
-.BI "--debbuildopts [" "options to pass to dpkg-buildpackage" "]"
-
-The space-delimited list of options are passed to dpkg-buildpackage.
-
-.TP
.BI "--use-pdebuild-internal"
Uses a different implementation of pdebuild, which calls clean and build inside
the chroot, using bind-mounts.