pbuilder 0.231 Personal package builder for Debian packages
pbuilder
is a 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 usesapt
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 runningpbuilder
just likedebuild
, as a normal user.
- Website: https://pbuilder-team.pages.debian.net/pbuilder/
- License: GPL 2+
- Package source: debian.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux, powerpc64le-linux, i686-linux, armhf-linux