pbuilder
Personal package builder for Debian packages
pbuilder is a personal package builder for Debian packages.
- pbuilderconstructs 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- aptextensively, and a local mirror, or a fast connection to a Debian mirror is ideal, but not necessary.
- pbuilder createuses debootstrap to create a chroot image.
- pbuilder updateupdates the image to the current state of testing/unstable/whatever.
- pbuilder buildtakes a- *.dscfile and builds a binary in the chroot image.
- pdebuildis a wrapper for Debian Developers, to allow running- pbuilderjust like- debuild, as a normal user.
- Versions: 0.231
- Website: https://pbuilder-team.pages.debian.net/pbuilder/
- Licenses: GPL 2+
- Package source: gnu/packages/debian.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of pbuilder as follows:
guix install pbuilder
Or install a particular version:
guix install pbuilder@0.231
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of pbuilder about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/pbuilder'><img src='https://packages.guix.gnu.org/packages/pbuilder/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/pbuilder)
Example Org:
[[https://packages.guix.gnu.org/packages/pbuilder][https://packages.guix.gnu.org/packages/pbuilder/badges/latest-version.svg]]