[ubuntu/natty] sbuild 0.60.2-1ubuntu1 (Accepted)

Lorenzo De Liso blackz at ubuntu.com
Wed Nov 3 14:15:27 GMT 2010


sbuild (0.60.2-1ubuntu1) natty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Do not install debfoster into the chroots because it is in universe
      and not needed for package building itself.
  * Dropped changes:
    - buildd: Declare Replaces and Breaks on ubuntu-dev-tools (<= 0.83) as
      both packages contain /usr/bin/buildd. (LP: #558461): fixed in debian

sbuild (0.60.2-1) unstable; urgency=low

  * New release.
  * sbuild:
    - Dependency resolving:
      . The aptitude build dependency resolver now sets
        Aptitude::CmdLine::Ignore-Trust-Violations based upon the
        $apt_allow_unauthenticated option (Closes: #588035).  Thanks to
        Ansgar Burchardt for this patch.
      . Improve handling of alternative build dependencies and Provides
        using the interal build dependency resolver.  (Closes: #586275,
        #578810, #591187, #591188, #591189, #595863, #595866, #595872).
        Thanks to Ansgar Burchardt for this patch.
      . Remove virtual build-dependency resolving using the "internal"
        resolver using the static ALTERATIVES (%alternatives) list.  This
        was already limited, non-functional, and is obsoleted by the
        "aptitude" resolver.
      . Added the ability to resolve virtual dependencies using the
        "internal" build dependency resolver by calling "apt-cache
        --names-only" to get candidate packages to satisfy the
        dependency.  The first package (sorted alphabetically) is
        chosen (Closes: #595934).  This may be disabled using the
        $resolve_virtual option.
      . Use apt-get to remove build conflicts using the internal
        resolver and correctly reinstall post build.
    - Log the package source version as well as binary version in the
      package build log, since these may differ when making binNMUs
      (Closes: #569823).
    - Always attempt to install ESSENTIAL (build-essential) packages
      if they aren't already installed (Closes: #380113).
    - Don't end session on build failure (Closes: #567506).  This allows
      examination of build trees and cloned chroots on build failure,
      rather than unconditionally deleting them, which prevents this.
      Thanks to Jan-Marek Glogowski.
    - Remove support for parsing output of apt-get stderr
      (Closes: #571806).
    - Check for sbuild group membership using gid and supplementary
      groups (Closes: #599350).
  * buildd:
    - Read entire contents of pipes (Closes: #567821).  Thanks to
      Samuel Thibault.  This ensures receipt of complete log
      messages.
    - Replace/Breaks with ubuntu-dev-tools <= 0.83 (Closes: #590153).
      Thanks to Lorenzo De Liso.
  * buildd-vlog: Fix breakage (Closes: #567822).  Thanks to
    Samuel Thibault.  This fix introduces sleeps, and is not a
    complete or entirely optimal fix, but corrects the existing
    breakage.
  * Documentation:
    - Remove trailing 'q' from sbuild-createchroot(8) manual page
      (Closes: #579971).  Thanks to Salvatore Bonaccorso.
    - sbuild(1):
      . Remove and rewrite obsolete parts of the manpage
        (Closes: #599348).
      . .sbuildrc is no longer required for sbuild to function
        (Closes: #598054).

Date: Wed, 03 Nov 2010 14:53:31 +0100
Changed-By: Lorenzo De Liso <blackz at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Lorenzo De Liso <blackzldl at gmail.com>
https://launchpad.net/ubuntu/natty/+source/sbuild/0.60.2-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 03 Nov 2010 14:53:31 +0100
Source: sbuild
Binary: libsbuild-perl sbuild wanna-build buildd
Architecture: source
Version: 0.60.2-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Lorenzo De Liso <blackz at ubuntu.com>
Description: 
 buildd     - Daemon for automatically building Debian binary packages from Deb
 libsbuild-perl - Tool for building Debian binary packages from Debian sources
 sbuild     - Tool for building Debian binary packages from Debian sources
 wanna-build - Database to track building of Debian binary packages from Debian
Closes: 380113 567506 567821 567822 569823 571806 578810 579971 586275 588035 590153 591187 591188 591189 595863 595866 595872 595934 598054 599348 599350
Launchpad-Bugs-Fixed: 558461
Changes: 
 sbuild (0.60.2-1ubuntu1) natty; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     - Do not install debfoster into the chroots because it is in universe
       and not needed for package building itself.
   * Dropped changes:
     - buildd: Declare Replaces and Breaks on ubuntu-dev-tools (<= 0.83) as
       both packages contain /usr/bin/buildd. (LP: #558461): fixed in debian
 .
 sbuild (0.60.2-1) unstable; urgency=low
 .
   * New release.
   * sbuild:
     - Dependency resolving:
       . The aptitude build dependency resolver now sets
         Aptitude::CmdLine::Ignore-Trust-Violations based upon the
         $apt_allow_unauthenticated option (Closes: #588035).  Thanks to
         Ansgar Burchardt for this patch.
       . Improve handling of alternative build dependencies and Provides
         using the interal build dependency resolver.  (Closes: #586275,
         #578810, #591187, #591188, #591189, #595863, #595866, #595872).
         Thanks to Ansgar Burchardt for this patch.
       . Remove virtual build-dependency resolving using the "internal"
         resolver using the static ALTERATIVES (%alternatives) list.  This
         was already limited, non-functional, and is obsoleted by the
         "aptitude" resolver.
       . Added the ability to resolve virtual dependencies using the
         "internal" build dependency resolver by calling "apt-cache
         --names-only" to get candidate packages to satisfy the
         dependency.  The first package (sorted alphabetically) is
         chosen (Closes: #595934).  This may be disabled using the
         $resolve_virtual option.
       . Use apt-get to remove build conflicts using the internal
         resolver and correctly reinstall post build.
     - Log the package source version as well as binary version in the
       package build log, since these may differ when making binNMUs
       (Closes: #569823).
     - Always attempt to install ESSENTIAL (build-essential) packages
       if they aren't already installed (Closes: #380113).
     - Don't end session on build failure (Closes: #567506).  This allows
       examination of build trees and cloned chroots on build failure,
       rather than unconditionally deleting them, which prevents this.
       Thanks to Jan-Marek Glogowski.
     - Remove support for parsing output of apt-get stderr
       (Closes: #571806).
     - Check for sbuild group membership using gid and supplementary
       groups (Closes: #599350).
   * buildd:
     - Read entire contents of pipes (Closes: #567821).  Thanks to
       Samuel Thibault.  This ensures receipt of complete log
       messages.
     - Replace/Breaks with ubuntu-dev-tools <= 0.83 (Closes: #590153).
       Thanks to Lorenzo De Liso.
   * buildd-vlog: Fix breakage (Closes: #567822).  Thanks to
     Samuel Thibault.  This fix introduces sleeps, and is not a
     complete or entirely optimal fix, but corrects the existing
     breakage.
   * Documentation:
     - Remove trailing 'q' from sbuild-createchroot(8) manual page
       (Closes: #579971).  Thanks to Salvatore Bonaccorso.
     - sbuild(1):
       . Remove and rewrite obsolete parts of the manpage
         (Closes: #599348).
       . .sbuildrc is no longer required for sbuild to function
         (Closes: #598054).
Checksums-Sha1: 
 1adb6143cb452a5303eaf7bc41b5383edeb6c423 1665 sbuild_0.60.2-1ubuntu1.dsc
 7bde94207dc65085d95c096071dd971e0ba1c266 499416 sbuild_0.60.2.orig.tar.gz
 8e82c55863b6f59495be9fcce002960672ed1e6a 1629 sbuild_0.60.2-1ubuntu1.diff.gz
Checksums-Sha256: 
 7ceb3f87c03e6629e9c68516129e3023dd2d29bf2349bcd24f9fb4631230b274 1665 sbuild_0.60.2-1ubuntu1.dsc
 cdaf4bbe5263be3edfc7c1705336ca7df2e3ebe42e18a80adb7f146ce2ca84fa 499416 sbuild_0.60.2.orig.tar.gz
 c77f1d8801d491ee0ebbdf703d0326efa40ca43eb421999db04905f23f890bd7 1629 sbuild_0.60.2-1ubuntu1.diff.gz
Files: 
 950d5992ebc03baa90c70f2ab4bf7ec8 1665 devel extra sbuild_0.60.2-1ubuntu1.dsc
 e7b15af63ea04e9a96827b52debdd7e4 499416 devel extra sbuild_0.60.2.orig.tar.gz
 54a3061894a96db542a2ebbbcc73f95f 1629 devel extra sbuild_0.60.2-1ubuntu1.diff.gz
Original-Maintainer: Debian buildd-tools Developers <buildd-tools-devel at lists.alioth.debian.org>

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

iQEcBAEBAgAGBQJM0WpOAAoJECG2nyCsu/UVwN4H/2KAmg84kL7/k6mdD9824AjV
zb7bx/oKeGSA2KeG/JY5TZHKFNlJiCLLMZJsibmbhk7tqQ48KlALUV+4kI15wnhE
PcJirsSp++SnGpuEpG2vqheWSTvSKcDd1FsYD7tSTejpe4ZpLmxCynyVkKm+Hi52
i+pnRL+6M6w7eX7krDa2PL6e1Q0XCCzn/CEz6tODDdqECBCjd6dJqSsKPMCQNWQL
8MFPhPZyOXzfOc2lTEUoMeuBxHQNfHjo2zPHbswTKlxoom+ZNhZ6ffK6GcTzodi+
3+MizpNha9lISWNQYdrW6JlBj3cAVJ/PA7c0KnT6PhHtdlnkMXqn+ktQn5siL/U=
=9rQY
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list