aboutsummaryrefslogtreecommitdiff
path: root/pdebuild.1
diff options
context:
space:
mode:
authordancer <dancer>2002-12-16 02:56:13 +0000
committerdancer <dancer>2002-12-16 02:56:13 +0000
commite6b8c975ab8a9237fdfb46394517a4a79f6fb934 (patch)
treece65c079c587a793a61795d55eb01f38b0e5bd6a /pdebuild.1
parent3d681c0b61c40ff3ae07cedbe561ea4c3c6cdcb5 (diff)
downloadpbuilder-e6b8c975ab8a9237fdfb46394517a4a79f6fb934.tar
pbuilder-e6b8c975ab8a9237fdfb46394517a4a79f6fb934.tar.gz
documentation update
Diffstat (limited to 'pdebuild.1')
-rw-r--r--pdebuild.122
1 files changed, 18 insertions, 4 deletions
diff --git a/pdebuild.1 b/pdebuild.1
index 259695b..0e7eb53 100644
--- a/pdebuild.1
+++ b/pdebuild.1
@@ -2,7 +2,7 @@
.SH NAME
pdebuild \- pbuilder way of doing debuild
.SH SYNOPSIS
-.BI "pdebuild [" "options" "] -- [" "pbuilder options" "]"
+.BI "pdebuild [" "pdebuild options" "] -- [" "pbuilder options" "]"
.PP
.SH DESCRIPTION
A convenience program for
@@ -13,7 +13,7 @@ One must be inside the source tree containing the
.B debian
directory, in order to make it work.
-.SH OPTIONS
+.SH "PDEBUILD OPTIONS"
.TP
.BI "--buildsourceroot [" "fakeroot" "]"
The command used to gain root privilege for
@@ -40,17 +40,31 @@ The place which build result is stored.
After the
.B "--"
symbol, an arbitrary number of pbuilder options can be specified.
+See pbuilder.8 for full list of options.
-Except for
+
+There is an exception that
.B "--buildresult"
-which needs to be specified before the
+needs to be specified as pdebuild option before the
.B "--"
+to be effective.
.SH "FILES"
.TP
.I "/etc/pbuilderrc"
The configuration file for pbuilder, used in pdebuild.
+.TP
+.I "/usr/share/pbuilder/pbuilderrc"
+The default configuration file for pbuilder, used in pdebuild.
+
+.TP
+.I "${HOME}/.pbuilderrc"
+Configuration file for pbuilder, used in pdebuild,
+overrides what is written in
+.B /etc/pbuilderrc
+
+
.SH "AUTHOR"
Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.