pbuilder 0.215ubuntu6 source package in Ubuntu

Changelog

pbuilder (0.215ubuntu6) trusty; urgency=medium

  * debian/tests/build_procenv: Use first remote url from sources.list
    rather than hard-coding the set of architectures that use particular
    ubuntu archives (since the latter strategy does not require
    maintenance).
  * debian/tests/control:
    - Depend on haveged for entropy.
    - Add architecture-specific depends on libnuma1 for the test package that
      is built (procenv).
 -- James Hunt <email address hidden>   Wed, 05 Mar 2014 14:40:22 +0100

Upload details

Uploaded by:
James Hunt
Sponsored by:
Martin Pitt
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all i386 amd64
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pbuilder_0.215ubuntu6.tar.gz 907.8 KiB 435b7a5a05ef214bb6b4ff56fe639e305d48066ece1ffb8cb48f0006d4f76e54
pbuilder_0.215ubuntu6.dsc 1.9 KiB 569dba2e76b2437259708ab7b356e373570cb09269c01678cea3005b01cd95d5

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