[ubuntu/karmic] pbuilder 0.187ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Mon May 4 12:10:13 BST 2009


pbuilder (0.187ubuntu1) karmic; urgency=low

  * Merge with Debian unstable; remaining Ubuntu changes:
    - debian/control, pbuilderrc: Prefer debootstrap over cdebootstrap.
    - pbuilderrc, debian/pbuilder.config, debian/pbuilder.templates: Set
      default archive mirror to "archive.ubuntu.com".
    - pbuilderrc:
      + Set default distribution to "karmic".
      + Set Ubuntu components, but comment them out, so that it still defaults
        to "main".
      + Use "sudo -E" for PBUILDERROOTCMD. (LP #175776, Debian #361362)
    - pbuilder-satisfydepends-gdebi: gdebi needs to be called from outside the
      chroot as the .dsc file isn't copied yet into the chroot.
      (Debian #472407, LP #242449).
    - pbuilder-buildpackage, pbuilder.8, pbuilder-checkparams,
      pbuilder-modules: Add support for building twice in a row.
      (Debian #493538)

pbuilder (0.187) unstable; urgency=low

  [ Junichi Uekawa ]
  * gcc is not a useful dependency of pbuilder (closes: #486492)
  * warn if --othermirror is specified and --override-config
    is not specified. (closes: #493154)
  * refactor to use 'log' function rather than using 'echo' directly.
  * implement --inputfile option.
  * handle packages line wrapping with something other than ',' in
    Build-Depends (closes: 519306)

  [ Stefan Fritsch ]
  * Bug#520251: pbuilder: Pbuilder does not umount bindmounts when ssh
    connection dies

pbuilder (0.186) unstable; urgency=low

  [ shaul Karl ]
  * Fixes to pbuilderrc.5, pbuilder.1, pbuilder.8
    (closes: #513359, #513359, #513359)

  [ Junichi Uekawa ]
  * Document the default debootstrap implementation (closes: #513316)
  * /var/cache/pbuilder not empty so not removed upon purge,
    after purge configuration is still there.
    (closes: #513739, #513737)
  * made debbuildopts description in manpage more verbose
    (closes: #501390)
  * Handle comments in debian/control. (closes: #514656)
  * Lenny is released, We no longer support Etch and update regression
    testsuite accordingly.
  * revise documentation for obvious changes for lenny release, and
    squeeze updates.

pbuilder (0.185) unstable; urgency=low

  [ Junichi Uekawa ]
  * improve B92test-pkg: Allow satisfying dependency inside chroot.
  * A Hook to add Non-free distribution to sources.list.

  [ Otavio Salvador ]
  * add PDEBUILD_PBUILDER example to use cowbuilder

pbuilder (0.184) unstable; urgency=low

  [ Loïc Minier ]
  * Set doc-base Section to "Debian"; (closes: #504596)
  * Nicer comments in pbuilderrc; (closes: #504599)
  * Downgrade cowdancer to Suggests; (closes: #504594)

  [ Martin Bagge ]
  * [INTL:sv] Swedish strings for pbuilder debconf (closes: #506595)

Date: Mon, 04 May 2009 12:49:29 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/pbuilder/0.187ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 04 May 2009 12:49:29 +0200
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source
Version: 0.187ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 pbuilder   - personal package builder for Debian packages
 pbuilder-uml - user-mode-linux version of pbuilder
Closes: 486492 493154 501390 504594 504596 504599 506595 513316 513359 513359 513359 513737 513739 514656 519306
Changes: 
 pbuilder (0.187ubuntu1) karmic; urgency=low
 .
   * Merge with Debian unstable; remaining Ubuntu changes:
     - debian/control, pbuilderrc: Prefer debootstrap over cdebootstrap.
     - pbuilderrc, debian/pbuilder.config, debian/pbuilder.templates: Set
       default archive mirror to "archive.ubuntu.com".
     - pbuilderrc:
       + Set default distribution to "karmic".
       + Set Ubuntu components, but comment them out, so that it still defaults
         to "main".
       + Use "sudo -E" for PBUILDERROOTCMD. (LP #175776, Debian #361362)
     - pbuilder-satisfydepends-gdebi: gdebi needs to be called from outside the
       chroot as the .dsc file isn't copied yet into the chroot.
       (Debian #472407, LP #242449).
     - pbuilder-buildpackage, pbuilder.8, pbuilder-checkparams,
       pbuilder-modules: Add support for building twice in a row.
       (Debian #493538)
 .
 pbuilder (0.187) unstable; urgency=low
 .
   [ Junichi Uekawa ]
   * gcc is not a useful dependency of pbuilder (closes: #486492)
   * warn if --othermirror is specified and --override-config
     is not specified. (closes: #493154)
   * refactor to use 'log' function rather than using 'echo' directly.
   * implement --inputfile option.
   * handle packages line wrapping with something other than ',' in
     Build-Depends (closes: 519306)
 .
   [ Stefan Fritsch ]
   * Bug#520251: pbuilder: Pbuilder does not umount bindmounts when ssh
     connection dies
 .
 pbuilder (0.186) unstable; urgency=low
 .
   [ shaul Karl ]
   * Fixes to pbuilderrc.5, pbuilder.1, pbuilder.8
     (closes: #513359, #513359, #513359)
 .
   [ Junichi Uekawa ]
   * Document the default debootstrap implementation (closes: #513316)
   * /var/cache/pbuilder not empty so not removed upon purge,
     after purge configuration is still there.
     (closes: #513739, #513737)
   * made debbuildopts description in manpage more verbose
     (closes: #501390)
   * Handle comments in debian/control. (closes: #514656)
   * Lenny is released, We no longer support Etch and update regression
     testsuite accordingly.
   * revise documentation for obvious changes for lenny release, and
     squeeze updates.
 .
 pbuilder (0.185) unstable; urgency=low
 .
   [ Junichi Uekawa ]
   * improve B92test-pkg: Allow satisfying dependency inside chroot.
   * A Hook to add Non-free distribution to sources.list.
 .
   [ Otavio Salvador ]
   * add PDEBUILD_PBUILDER example to use cowbuilder
 .
 pbuilder (0.184) unstable; urgency=low
 .
   [ Loïc Minier ]
   * Set doc-base Section to "Debian"; (closes: #504596)
   * Nicer comments in pbuilderrc; (closes: #504599)
   * Downgrade cowdancer to Suggests; (closes: #504594)
 .
   [ Martin Bagge ]
   * [INTL:sv] Swedish strings for pbuilder debconf (closes: #506595)
Checksums-Sha1: 
 683d8d99d5d231cf817fb6850c67819122275f75 1209 pbuilder_0.187ubuntu1.dsc
 5464792d6ec570f3985514f3123c3fde1e7b6df8 910102 pbuilder_0.187ubuntu1.tar.gz
Checksums-Sha256: 
 bdc7c138b288eb47ab62c7d6980fb71bb4ec382cf7f981d386192d50a8e965ba 1209 pbuilder_0.187ubuntu1.dsc
 2a112f83b0ff79dd4dc302d1fd086bf2c6c5d53740d43e5489b3b85cdbc1dda8 910102 pbuilder_0.187ubuntu1.tar.gz
Files: 
 d93f833be850955aa8a2287f1309a82a 1209 devel extra pbuilder_0.187ubuntu1.dsc
 2c55290e2b23546556a9c6fea7ea8372 910102 devel extra pbuilder_0.187ubuntu1.tar.gz
Original-Maintainer: Debian pbuilder maintenance team <pbuilder-maint at lists.alioth.debian.org>

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

iEYEARECAAYFAkn+yaQACgkQDecnbV4Fd/K15ACfUwEb31ebgIRzQDm4mrFWoTwD
+noAoMcYDxiYX4Pi6YI2cRbLX7PgNlU+
=ptDH
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list