Paketname | pbuilder |
Beschreibung | personal package builder for Debian packages |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.196ubuntu1 |
Sektion | devel |
Priorität | extra |
Installierte Größe | 1132 Byte |
Hängt ab von | debootstrap | cdebootstrap, wget, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1), debconf (>= 0.5) |
Empfohlene Pakete | fakeroot, sudo, devscripts |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 333712 Byte |
Prüfsumme MD5 | be0acf1eb51eea370cc679f6722125fe |
Prüfsumme SHA1 | 0a9bb77be4effc68d27e02103eb8b4b53ad2d63c |
Prüfsumme SHA256 | 06591b4a95ba9d717ccf4c3f6a3000c8efefaef7adac5b99b4de493752730e0e |
Link zum Herunterladen | pbuilder_0.196ubuntu1_all.deb |
Ausführliche Beschreibung | 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.
|