~bkerensa/ubuntu-dev-tools/fix-for-1068049

« back to all changes in this revision

Viewing changes to doc/pbuilder-dist-simple.1

  • Committer: Stefano Rivera
  • Date: 2011-01-22 16:28:40 UTC
  • Revision ID: stefanor@ubuntu.com-20110122162840-m76wtxc74jt6uxoh
pbuilder-dist-simple: Remove all mention of supporting Debian.
(LP: #481223)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH PBUILDER\-DIST 1 "February 25, 2008" "ubuntu-dev-tools"
 
1
.TH PBUILDER\-DIST\-SIMPLE 1 "February 25, 2008" "ubuntu\-dev\-tools"
2
2
 
3
3
.SH NAME
4
 
pbuilder\-dist\-simple \- simple multi-distribution pbuilder wrapper
 
4
pbuilder\-dist\-simple \- simple multi\-release pbuilder wrapper
5
5
 
6
6
.SH SYNOPSIS
7
7
\fBpbuilder\-\fI<dist>\fR\fP \fIoperation\fR [\fI...\fR]
8
8
 
9
9
.SH DESCRIPTION
10
 
\fBpbuilder\-dist\fP is a wrapper that makes it easy to use pbuilder with
11
 
chroots for many different Ubuntu/Debian distributions.
 
10
\fBpbuilder\-dist\-simple\fP is a wrapper that makes it easy to use
 
11
pbuilder with chroots for many different Ubuntu distributions.
12
12
If you need more features than \fBpbuilder\-dist\-simple\fP provides, have a
13
 
look at \fBpbuilder\-dist\fP.
 
13
look at
 
14
.BR pbuilder\-dist (1).
14
15
 
15
16
.SH USAGE
16
17
Create one symlink to \fBpbuilder\-dist\-simple\fP for each distribution
17
 
for which you want a build environment, naming them like "pbuilder\-hardy",
18
 
"pbuilder\-gutsy", etc.
 
18
for which you want a build environment, naming them like "pbuilder\-lucid",
 
19
"pbuilder\-natty", etc.
19
20
.PP
20
21
Replace \fIoperation\fP with the action you want \fBpbuilder\-dist\-simple\fP
21
22
to do (create, update, build, clean, login or execute).
22
23
 
23
24
.SH EXAMPLES
24
25
.TP
25
 
pbuilder\-gutsy create
26
 
Creates a \fBpbuilder\fP environment for Ubuntu Gutsy.
27
 
.TP
28
 
pbuilder\-sid update
29
 
Updates an existing Debian Sid environment.
30
 
.TP
31
 
pbuilder\-hardy build ./sample_1.0\-0ubuntu1.dsc
32
 
Builds the specified package on an already existing Ubuntu Hardy environment.
 
26
pbuilder\-natty create
 
27
Creates a \fBpbuilder\fP environment for Ubuntu Natty.
 
28
.TP
 
29
pbuilder\-lucid update
 
30
Updates an existing Ubuntu Lucid environment.
 
31
.TP
 
32
pbuilder\-lucid build ./sample_1.0\-0ubuntu1.dsc
 
33
Builds the specified package on an already existing Ubuntu Lucid environment.
33
34
 
34
35
.SH FILES
35
36
By default, \fBpbuilder\-dist\-simple\fP will store all the files it
39
40
If the directory doesn't exit, it will be created at runtime.
40
41
 
41
42
.SH SEE ALSO
42
 
\fBpbuilder\fR, \fBpbuilderrc\fR
 
43
.BR pbuilder (1),
 
44
.BR pbuilderrc (5),
 
45
.BR pbuilder\-dist (1)
43
46
 
44
47
.SH AUTHORS
45
48
\fBpbuilder\-dist\fP was originally written by Jamin W. Collins
46
49
<jcollins@asgardsrealm.net> and Jordan Mantha <mantha@ubuntu.com>, and
47
 
this manpage by Siegfried-A. Gevatter <rainct@ubuntu.com>.
 
50
this manpage by Siegfried\-A. Gevatter <rainct@ubuntu.com>.
48
51
.PP
49
52
Both are released under the GNU General Public License, version 2 or
50
53
later.