blob: 1cb5e6a31e5c4c5acd60802852d7ae74c43ef182 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
.TH "pbuilder" 1 "2001 Aug 25" "Debian" "pbuilder"
.SH NAME
pbuilder \- personal package builder
.SH SYNOPSIS
.BI "pbuilder create [" "options" "]"
.PP
.BI "pbuilder update [" "options" "]"
.PP
.BI "pbuilder build [" "options" "] " ".dsc-file"
.SH DESCRIPTION
Front end program to the
.B "pbuilder"
suite of programs, used for creating and maintaining chroot environment
and building Debian package in the chroot environment.
.SH OPTIONS
.TP
.B "create"
Creates a
.B "base.tgz"
for the specified distribution.
.TP
.B "update"
Updates the
.B "base.tgz"
for the specified distribution.
.TP
.B "build"
Builds the package specified by
.I ".dsc-file"
in the chroot environment created using the
.B "base.tgz"
.TP
.BI "--basetgz [" "basetgz-location" "]"
Specifies the location of
.B "base.tgz"
.TP
.BI "--buildplace [" "location of build" "]"
Specifies the location where building and
.B "base.tgz"
updating and creation takes place. This is
a temporary work directory.
.TP
.BI "--buildresult [" "location to put build result" "]"
Specifiees the location the build result gets into after building.
The deb files and other files that have resulted from build
is copied there.
.TP
.BI "--mirror [" "mirror location" "]"
Specifies the url of Debian mirror to be
specified in
.B "sources.list"
inside the chroot.
.TP
.BI "--http-proxy [" "proxy" "]"
Specifies the http proxy url. Something like
.B "http://xxx.xxx.xxx.xxx:8080/"
should do.
.TP
.BI "--distribution [" "distribution" "]"
Specifies the distribution used. Currently the supported values are
.B "sid"
and
.B "woody".
.SH "FILES"
.TP
.I "/etc/pbuilderrc"
The configuration file for pbuilder.
.SH AUTHOR
Junichi Uekawa <dancer@debian.org>
|