aboutsummaryrefslogtreecommitdiff
path: root/pdebuild.1
diff options
context:
space:
mode:
authordancer <dancer>2001-11-03 10:56:58 +0000
committerdancer <dancer>2001-11-03 10:56:58 +0000
commitdfb6a00a0bd2adec2a6a2158e442a14dab36011f (patch)
tree687507376938dc0c798cdddfa86e35418fab4463 /pdebuild.1
parent85911af08f0f710f8fcc333388887c6807312ea6 (diff)
downloadpbuilder-dfb6a00a0bd2adec2a6a2158e442a14dab36011f.tar
pbuilder-dfb6a00a0bd2adec2a6a2158e442a14dab36011f.tar.gz
A different way to implement the aforementioned feature.
It should be really good. I hope.
Diffstat (limited to 'pdebuild.1')
-rw-r--r--pdebuild.135
1 files changed, 35 insertions, 0 deletions
diff --git a/pdebuild.1 b/pdebuild.1
new file mode 100644
index 0000000..9b00fb7
--- /dev/null
+++ b/pdebuild.1
@@ -0,0 +1,35 @@
+.TH "pdebuild" 1 "2001 Nov 3" "Debian" "pbuilder"
+.SH NAME
+pdebuild \- pbuilder way of doing debuild
+.SH SYNOPSIS
+.BI "pdebuild [" "options" "]"
+.PP
+.SH DESCRIPTION
+A convenience program for
+.B pbuilder
+which invokes pbuilder after obtaining appropriate root privilate
+in a Debian source directory.
+.B debian
+directory must be visible on the current directory when
+invoked.
+.SH OPTIONS
+.TP
+.BI "--buildsourceroot [" "fakeroot" "]"
+The command to gain root privilege for
+invoking dpkg-buildpackage
+
+.TP
+.BI "--pbuilderroot [" "sudo" "]"
+The command to gain root privilege for
+invoking pbuilder.
+
+.SH "FILES"
+.TP
+.I "/etc/pbuilderrc"
+The configuration file for pbuilder, used in pdebuild.
+.SH AUTHOR
+Initial coding, and main maintenance is done by
+Junichi Uekawa <dancer@debian.org>.
+.SH "SEE ALSO"
+.RI "pbuilder (" 1 "), "
+.RI "pbuilderrc (" 5 ") "