pbuilder 0.206ubuntu2 source package in Ubuntu

Changelog

pbuilder (0.206ubuntu2) precise; urgency=low

  * Auto complete flags and required file/directory names (Closes: #933339)
 -- Maarten Bezemer <email address hidden>   Sun, 19 Feb 2012 22:30:48 +0100

Upload details

Uploaded by:
Maarten Bezemer
Sponsored by:
Luke Yelavich
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all i386 amd64
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pbuilder_0.206ubuntu2.tar.gz 919.9 KiB 9fe7640090bc1b63b58989e6c18d29f555f8ed8f92c432f732c2e1c51f148ef8
pbuilder_0.206ubuntu2.dsc 1.3 KiB a4a6166806afa3818dd1a5ebe7b6354af2cf33f2e8afb003f254d6fed28a5f21

Available diffs

View changes file

Binary packages built by this source

pbuilder: 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.

pbuilder-uml: 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