pbuilder 0.215ubuntu10 source package in Ubuntu RTM

Changelog

pbuilder (0.215ubuntu10) utopic; urgency=medium

  * Remove --keyring override from default pbuilderrc (LP: #599695)
 -- Phillip Susi <email address hidden>   Wed, 11 Jun 2014 13:37:37 -0400

Upload details

Uploaded by:
Phillip Susi
Sponsored by:
Iain Lane
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
all i386 amd64
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Builds

Utopic: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pbuilder_0.215ubuntu10.tar.gz 942.5 KiB ab2b3b3b6b2e3458783fc6c2b64a67e9261356df3c286beccdf9e67281d82fda
pbuilder_0.215ubuntu10.dsc 1.9 KiB c8c78b554035d33453ec830619bded74d164638ebd16036ca48c0dfcbd6db608

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