pbuilder 0.206ubuntu1 source package in Ubuntu

Changelog

pbuilder (0.206ubuntu1) precise; urgency=low

  * Merge from Debian testing. (LP: #931936, LP: #788768)
    Remaining changes:
    - pbuilderrc, debian/pbuilder.config: Set default archive mirror to
      "archive.ubuntu.com/ubuntu".
    - pbuilderrc: Set default distribution to "precise" and the default
      keyring to the Ubuntu one.
    - pbuilderrc: change how we pass keyring in DEBOOTSTRAPOPTS
    - debian/rules: install temporary locale so man page tests don't cause
      FTBFS.
    - Auto complete filenames not working when not adding -- to the command
    - Add directories to filename auto completion
 -- Maarten Bezemer <email address hidden>   Tue, 14 Feb 2012 10:45:14 +0100

Upload details

Uploaded by:
Maarten Bezemer
Sponsored by:
Chris Halse Rogers
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.206ubuntu1.tar.gz 900.2 KiB db969b21d8008dd52b7a4bd53b6a961d34c10b3c5d10c153478d13f1b62de7f6
pbuilder_0.206ubuntu1.dsc 1.9 KiB 6c84ec6d57e6d690fc0d28dd828f509441588cb14b024e1e530cac9a237a6b6c

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