aboutsummaryrefslogtreecommitdiff
path: root/pdebuild.1
blob: a1abc22124be3d4a95410b92dbfb07495827c209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.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 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 "-- [" "pbuilder options" "]"

After the 
.B "--"
symbol, an arbitrary number of pbuilder options can be specified.

.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 ") "