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
|
pbuilder for Debian
------------------------
This is a personal builder.
Try:
pbuilder create --distribution woody
to create the initial chroot build environment.
pbuilder update
would update
pbuilder build some-random-.dsc
would build the file specified by the .dsc file in the chroot.
If you were a Debian Developer doing some development
of Debian packages, you may try invoking pdebuild from the Debian
source directory, to save you from much typing.
edit /etc/pbuilderrc if the default doesn't work, especially proxy.
I would edit the mirror location too.
Add non-us etc, at your option.
Please report to the Debian Bug Tracking System against pbuilder
if a package does not build, and it seems like a genuine bug of pbuilder.
Also, if something is missing and necessary on some arches,
please file a bug to "build-essential" for packages.
Please note that pbuilder login is for testing purposes only,
and DO NO MOUNT inside the chroot. pbuilder will attempt to clean up
the working directory, and will clean up your mounted dirs along
with it. It is best to use cp.
Support for mounts will hopefully come later, with some safeguards.
Testsuite:
The whole of Debian archive (main) is now being test-rebuilt with
pbuilder. Most packages succeed. Many fail to build from
source, genuinely, or from pbuilder bugs.
$Id$
-- Junichi Uekawa <dancer@debian.org>, Sat, 28 Jul 2001 17:05:50 +0900
|