pbuilder 0.208ubuntu1 source package in Ubuntu

Changelog

pbuilder (0.208ubuntu1) precise; urgency=low

  * Merge from Debian unstable (LP: #952938)
    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.

pbuilder (0.208) unstable; urgency=low

  [ Guido Günther ]
  * Allow to copy additional files out of the build
    directory (closes: 652634)

  [ Junichi Uekawa ]
  * fix space handling in additional-buildresults.
  * fix logging message and conditionality to make it less lines.
  * factor out common code for apt key rings.

  [ Thorsten Glaser ]
  * pbuilder-satisfydepends failed due to --check-
    key deprecation bug (closes: 663283)

pbuilder (0.207) unstable; urgency=low

  [ Maarten Bezemer ]
  * Bug#659581: pbuilder: does not autocomplete filename in all cases
    correctly
  * Bug#660838: pbuilder: Add complete bash_autocompletion for all flags
    and arguments
  * Bug#659703: pbuilder: Typo in error message

  [ Junichi Uekawa ]
  * Bug#660386: pbuilder: Remove /usr/X11R6/bin from default PATH
  * make longer lines wrap so reading patch files aren't as painful.

  [ Simon Ruderich ]
  * Bug#579028: pbuilder: installs untrusted packages without asking
 -- Maarten Bezemer <email address hidden>   Wed, 14 Mar 2012 14:54:09 +0100

Upload details

Uploaded by:
Maarten Bezemer
Sponsored by:
Marc Deslauriers
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
Precise release main devel

Builds

Precise: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pbuilder_0.208ubuntu1.tar.gz 922.2 KiB ae67ac751182eb3634de1fb3ba0808d57c285e72c72b8e1bd2c3f1ed7af24eba
pbuilder_0.208ubuntu1.dsc 1.9 KiB 932d507269763aab190676fb906beecb97e033b72927c1419204c4651cddcc10

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