[ubuntu/lucid] pbuilder 0.196ubuntu1 (Accepted)

Michael Bienia geser at ubuntu.com
Tue Jan 5 06:15:15 GMT 2010


pbuilder (0.196ubuntu1) lucid; urgency=low

  * Merge with Debian unstable (lp: #502135). Remaining changes:
    - pbuilderrc, debian/pbuilder.config, debian/pbuilder.templates: Set
      default archive mirror to "archive.ubuntu.com".
    - pbuilderrc: Set default distribution to "lucid".

pbuilder (0.196) unstable; urgency=low

  [ Loïc Minier ]
  * Add comments to check target.
  * Use GNU-style vars for system directories, allow to set them from the
    env, and let them be prefixed with a PBUILDER_ROOT directory to allow
    relocation.
  * Add helpers to relocate pbuilder in testsuite.
  * Use a relocated pbuilder setup to run test_debuildopts; closes: #562681.

  [ Junichi Uekawa ]
  * Add Loic to uploaders.

  [ Loïc Minier ]
  * pbuilder: add support for setting the architecture on the command-line
    and in pbuilderrc.
  * pdebuild: add support for setting the architecture on the command-line
    and in pbuilderrc; closes: #516625.
  * Set testsuite mirror depending on FQDN.
  * Always prepend --include=apt to debootstrap args; this is needed when
    using --variant=buildd which doesn't include apt since pbuilder calls
    apt-get in the chroot.  Note that this can still be overrident by the
    end-user by passing another --include= flag via DEBOOTSTRAPOPTS since
    these flags aren't cumulative in debootstrap.
  * Update testsuite logs; note that update-squeeze-sid-experimental fails
    due to #563049.

pbuilder (0.195) unstable; urgency=low

  [ Junichi Uekawa ]
  * fix pdebuild.1 documentation about options which was confusing
    (closes: #527878)
  * Warn when there is non-existing hookdir. (closes: #525420)
  * pdebuild-internal make HOME set to non-relative path. (closes:
    #492898)
  * Make error message visible when copying out to buildresult (closes:
    #505695)
  * explain pbuilder git commit message style in documentation.
  * install D80no-man-db-rebuild to example directory.
  * pbuilderrc: --variant=buildd is temporarily broken, disable.

  [ Loïc Minier ]
  * Change default root command to sudo -E; (closes: #361362)
  * Do not mention codename of testing where possible
  * Use debootstrap by default instead of cdebootstrap
  * Factor "exec >" + "exec 2>&1" together
  * Add support for building packages twice; (closes: #493538)
  * Update header of /usr/share/pbuilder/pbuilderrc
  * Copy .dsc in chroot before calling gdebi; (closes: #472407)
  * Make --debbuildopts additive
  * Log dpkg-buildpackage command lines
  * Require gdebi/gdebi-core on host to resolve bdeps

  [ gregor herrmann ]
  * Add a hook script example to disable man-db regeneration inside
    chroot (closes: #561539)

pbuilder (0.194) unstable; urgency=low

  * Gracefully handle non-existing bind-mount in --bindmount option
    (closes: #556164)

pbuilder (0.193) unstable; urgency=low

  [ Matt Kraai ]
  * Make debian/rules not ignore errors running "make clean"
  * Add ${misc:Depends} to pbuilder-uml's Depends line
  * Update the Standards-Version to 3.8.3
  * complete filenames correctly if options are used. (closes: #555214)
  * allow --autocleanaptcache to be specified in pbuilderrc.
  * Update French documentation translation, thanks to Vincent Bernat.
    (closes: #480216)

  [ Junichi Uekawa ]
  * make --hookdir work on pdebuild-internal (closes:#526471)

Date: Sat, 02 Jan 2010 14:30:46 +0100
Changed-By: Michael Bienia <geser at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/pbuilder/0.196ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jan 2010 14:30:46 +0100
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source
Version: 0.196ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Bienia <geser at ubuntu.com>
Description: 
 pbuilder   - personal package builder for Debian packages
 pbuilder-uml - user-mode-linux version of pbuilder
Closes: 361362 472407 480216 492898 493538 505695 516625 525420 526471 527878 555214 556164 561539 562681
Changes: 
 pbuilder (0.196ubuntu1) lucid; urgency=low
 .
   * Merge with Debian unstable (lp: #502135). Remaining changes:
     - pbuilderrc, debian/pbuilder.config, debian/pbuilder.templates: Set
       default archive mirror to "archive.ubuntu.com".
     - pbuilderrc: Set default distribution to "lucid".
 .
 pbuilder (0.196) unstable; urgency=low
 .
   [ Loïc Minier ]
   * Add comments to check target.
   * Use GNU-style vars for system directories, allow to set them from the
     env, and let them be prefixed with a PBUILDER_ROOT directory to allow
     relocation.
   * Add helpers to relocate pbuilder in testsuite.
   * Use a relocated pbuilder setup to run test_debuildopts; closes: #562681.
 .
   [ Junichi Uekawa ]
   * Add Loic to uploaders.
 .
   [ Loïc Minier ]
   * pbuilder: add support for setting the architecture on the command-line
     and in pbuilderrc.
   * pdebuild: add support for setting the architecture on the command-line
     and in pbuilderrc; closes: #516625.
   * Set testsuite mirror depending on FQDN.
   * Always prepend --include=apt to debootstrap args; this is needed when
     using --variant=buildd which doesn't include apt since pbuilder calls
     apt-get in the chroot.  Note that this can still be overrident by the
     end-user by passing another --include= flag via DEBOOTSTRAPOPTS since
     these flags aren't cumulative in debootstrap.
   * Update testsuite logs; note that update-squeeze-sid-experimental fails
     due to #563049.
 .
 pbuilder (0.195) unstable; urgency=low
 .
   [ Junichi Uekawa ]
   * fix pdebuild.1 documentation about options which was confusing
     (closes: #527878)
   * Warn when there is non-existing hookdir. (closes: #525420)
   * pdebuild-internal make HOME set to non-relative path. (closes:
     #492898)
   * Make error message visible when copying out to buildresult (closes:
     #505695)
   * explain pbuilder git commit message style in documentation.
   * install D80no-man-db-rebuild to example directory.
   * pbuilderrc: --variant=buildd is temporarily broken, disable.
 .
   [ Loïc Minier ]
   * Change default root command to sudo -E; (closes: #361362)
   * Do not mention codename of testing where possible
   * Use debootstrap by default instead of cdebootstrap
   * Factor "exec >" + "exec 2>&1" together
   * Add support for building packages twice; (closes: #493538)
   * Update header of /usr/share/pbuilder/pbuilderrc
   * Copy .dsc in chroot before calling gdebi; (closes: #472407)
   * Make --debbuildopts additive
   * Log dpkg-buildpackage command lines
   * Require gdebi/gdebi-core on host to resolve bdeps
 .
   [ gregor herrmann ]
   * Add a hook script example to disable man-db regeneration inside
     chroot (closes: #561539)
 .
 pbuilder (0.194) unstable; urgency=low
 .
   * Gracefully handle non-existing bind-mount in --bindmount option
     (closes: #556164)
 .
 pbuilder (0.193) unstable; urgency=low
 .
   [ Matt Kraai ]
   * Make debian/rules not ignore errors running "make clean"
   * Add ${misc:Depends} to pbuilder-uml's Depends line
   * Update the Standards-Version to 3.8.3
   * complete filenames correctly if options are used. (closes: #555214)
   * allow --autocleanaptcache to be specified in pbuilderrc.
   * Update French documentation translation, thanks to Vincent Bernat.
     (closes: #480216)
 .
   [ Junichi Uekawa ]
   * make --hookdir work on pdebuild-internal (closes:#526471)
Checksums-Sha1: 
 e9887d205e7defa2668ae03a5127f1a0d62019e9 1253 pbuilder_0.196ubuntu1.dsc
 faa7682e2be6a93dfd197cfdeb49acb19f9710cc 8355615 pbuilder_0.196ubuntu1.tar.gz
Checksums-Sha256: 
 1fdcc2dfb10f9ad4b0cbcf2c1347dde3772735187f2592c437457bca379370b1 1253 pbuilder_0.196ubuntu1.dsc
 f0309ec80d9297569dab5ab46c230e56edf59a4557f8cc942644deb6b0a80167 8355615 pbuilder_0.196ubuntu1.tar.gz
Files: 
 2ed9246c71e004f7d864b776407ce1c7 1253 devel extra pbuilder_0.196ubuntu1.dsc
 fece743aa3cd7f66441329df3370d43f 8355615 devel extra pbuilder_0.196ubuntu1.tar.gz
Launchpad-Bugs-Fixed: 502135
Original-Maintainer: Debian pbuilder maintenance team <pbuilder-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAktC0QMACgkQRjrlnQWd1esMGACePZez7k5fAE1HT1/SZ5FmwinO
e9IAn10uiRv3F8ETTw4pqZOCclrZKq/4
=Q7Rh
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list