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
70
71
72
73
74
75
76
77
78
79
80
|
Source: pbuilder
Section: devel
Priority: extra
Maintainer: Debian pbuilder maintenance team <pbuilder-maint@lists.alioth.debian.org>
Uploaders: Junichi Uekawa <dancer@debian.org>,
Loïc Minier <lool@dooz.org>,
Matt Kraai <kraai@debian.org>,
Mattia Rizzolo <mattia@mapreri.org>
Build-Depends: dblatex,
debconf | debconf-2.0,
debhelper (>= 9),
docbook-xsl,
dpkg-dev (>= 1.13.19),
ldp-docbook-xsl (>= 0.0.20040321-0.1),
po-debconf,
po4a,
xsltproc
Standards-Version: 3.9.1
Vcs-Git: git://anonscm.debian.org/collab-maint/pbuilder.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pbuilder.git
Testsuite: autopkgtest
Package: pbuilder
Architecture: all
Multi-Arch: foreign
Depends: coreutils (>= 4.5.8-1),
debianutils (>= 1.13.1),
debootstrap | cdebootstrap,
dpkg-dev,
wget,
${misc:Depends}
Recommends: devscripts,
fakeroot,
net-tools | iproute2,
sudo
Suggests: cowdancer,
gdebi-core,
pbuilder-uml
Homepage: http://pbuilder.alioth.debian.org
Description: personal package builder for Debian packages
pbuilder constructs a chroot system, and builds a package inside the
chroot.
It is an ideal system to use to check
that a package has correct build-dependencies.
It uses apt extensively, and a local mirror, or a fast connection
to a Debian mirror is ideal, but not necessary.
.
"pbuilder create" uses debootstrap to create a chroot image.
.
"pbuilder update" updates the image to the current state of
testing/unstable/whatever
.
"pbuilder build" takes a *.dsc file and builds a binary in the chroot
image.
.
pdebuild is a wrapper for Debian Developers, to allow running
pbuilder just like "debuild", as a normal user.
Package: pbuilder-uml
Architecture: amd64 i386
Depends: pbuilder (= ${source:Version}),
rootstrap (>= 0.3.9-1),
user-mode-linux,
${misc:Depends}
Description: user-mode-linux version of pbuilder
pbuilder-uml uses a User-mode-linux system, and builds Debian packages
inside the UML image. It is an ideal system to use to check
that a package has correct build-dependencies.
It uses apt extensively, and a local mirror, or a fast connection
to a Debian mirror is ideal, but not necessary.
.
Requires user-mode-linux to function correctly
.
"pbuilder-user-mode-linux create" uses rootstrap to create UML image
.
"pbuilder-user-mode-linux update" updates the image to the current state of
testing/unstable/whatever
.
"pbuilder-user-mode-linux build" takes a *.dsc file and builds a binary
in the UML
|