[ubuntu/maverick] sbuild 0.60.0-1ubuntu1 (Accepted)

Felix Geyer debfx-pkg at fobos.de
Sat May 15 01:45:17 BST 2010


sbuild (0.60.0-1ubuntu1) maverick; urgency=low

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

sbuild (0.60.0-1) unstable; urgency=low

  * debian/control:
    - Upgrade to Standards-Version 3.8.4.
    - Use ${misc:Depends} as required by debhelper.
  * sbuild:
    - Only run "schroot --info" once on startup, to speed up the startup
      time when many chroots exist (Closes: #546624).  Thanks to
      Nelson Elhage for finding this issue and suggesting a suitable
      approach for fixing it.
    - Don't append binNMU or extra version to version number for use
      in the DSC filename (Closes: #546647).  Thanks to Nelson Elhage
      for finding this issue.
    - Distinguish between failed/attempted builds (Closes: #538083).
    - Build directory cleaned under all failure conditions
      (Closes: #538085).
    - Flush stdout explicitly in logger to avoid "choppy" output when
      monitoring interactively.  Autoflushing stdout appears to be
      broken in Perl 5.10 so flush explicitly in addition to
      enabling autoflush.  Thanks to Ryan Niebur for spotting this.
    - Print a list of all installed packages and versions, in addition
      to toolchain packages (Closes: #553301).  Thanks to Felipe
      Sateler for this suggestion.
    - Don't default distribution to unstable (Closes: #559659).
      Defaulting to unstable can result in unintentional uploads of
      packages targetted at other distributions, such as experimental,
      which can potentially cause serious breakage.  As a result, it is
      safer to require manually specifying the distribution, or
      explicitly setting it in the configuration file.
    - Set the man-db man-db/auto-update parameter to false to disable
      unnecessary work in a build environment.
    - Don't give back packages failing the arch check (Closes: #561936).
      Thanks to Philipp Kern for reporting this.
    - Add command-line and configuration options to enable running
      apt-get clean, upgrade and dist-upgrade prior to building.  These
      complement the existing option to update the chroot, which is now
      also fixed (Closes: #521096).
    - Add $build_source variable to sbuild.conf to complement the
      --source command-line options (Closes: #564528).  Thanks to
      David Bremner for this suggestion.
    - Allow setting of $build_dir in sbuild.conf (Closes: #535911).
      Thanks to Andres Mejia for this patch.
    - Add $check_space option to allow free space checking to be
      disabled (Closes: #551917).  Thanks to Bruno Kleinert for this
      suggestion.
    - --apt-update both updates and upgrades the chroot
      (Closes: #521096).  Thanks to Gustavo Noronha Silva for this
      patch.  Note the original bug report 'get_apt_command' error
      was fixed on the 17th March 2009.
    - Allow the use of -C as well as --check-depends-algorithm as
      documented (Closes: #546673).  Thanks to Nelson Elhage for this
      patch.
  * Add sbuild-clean script (Closes: #551310).  Thanks to Andres Mejia
    for this patch.
  * sbuild-createchroot:  Compute an absolute path for the chroot
    location.  Thanks to Cyril Brulebois for this patch.
  * wanna-build:
    - Depend on postgresql-8.4-debversion in place of
      postgresql-8.3-debversion (Closes: #559607).  Thanks to Martin Pitt
      for reporting this.
    - wanna-build now reads its system configuration from the correct
      location (/etc/buildd/wanna-build.conf, not
      /etc/wanna-build/wanna-build.conf).
    - Remove extra parenthesis from wanna-build-merge-packages
      (Closes: #553364).  Thanks to Felipe Sateler for this patch.
  * Remove absent -t option for --top from sbuild-stats.1
    (Closes: #566320).  Thanks to Kurt Roeckx.
  * buildd:
    - Don't bind-mount /home into the schroot. (Closes: #566315)
    - Extract architecture for .changes filename from the .changes file
      instead of just using the system arch. (Closes: #566398)
    - Fix NO_WARN_PATTERN default to not warn about sbuilds build/current-*
      symlinks. (Closes: #566722)
    - Do all w-b interaction, leave nothing of it to sbuild. (Closes: #567646,
      #566321)

Date: Fri, 14 May 2010 23:13:17 +0200
Changed-By: Felix Geyer <debfx-pkg at fobos.de>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel Hahler <launchpad at thequod.de>
https://launchpad.net/ubuntu/maverick/+source/sbuild/0.60.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 14 May 2010 23:13:17 +0200
Source: sbuild
Binary: libsbuild-perl sbuild wanna-build buildd
Architecture: source
Version: 0.60.0-1ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Felix Geyer <debfx-pkg at fobos.de>
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: 521096 535911 538083 538085 546624 546647 546673 551310 551917 553301 553364 559607 559659 561936 564528 566315 566320 566321 566398 566722 567646
Launchpad-Bugs-Fixed: 558461 580724
Changes: 
 sbuild (0.60.0-1ubuntu1) maverick; urgency=low
 .
   * Merge from Debian unstable (LP: #580724), remaining changes:
     - Do not install debfoster into the chroots because it is in universe
       and not needed for package building itself.
   * buildd: Declare Replaces and Breaks on ubuntu-dev-tools (<= 0.83) as
     both packages contain /usr/bin/buildd. (LP: #558461)
 .
 sbuild (0.60.0-1) unstable; urgency=low
 .
   * debian/control:
     - Upgrade to Standards-Version 3.8.4.
     - Use ${misc:Depends} as required by debhelper.
   * sbuild:
     - Only run "schroot --info" once on startup, to speed up the startup
       time when many chroots exist (Closes: #546624).  Thanks to
       Nelson Elhage for finding this issue and suggesting a suitable
       approach for fixing it.
     - Don't append binNMU or extra version to version number for use
       in the DSC filename (Closes: #546647).  Thanks to Nelson Elhage
       for finding this issue.
     - Distinguish between failed/attempted builds (Closes: #538083).
     - Build directory cleaned under all failure conditions
       (Closes: #538085).
     - Flush stdout explicitly in logger to avoid "choppy" output when
       monitoring interactively.  Autoflushing stdout appears to be
       broken in Perl 5.10 so flush explicitly in addition to
       enabling autoflush.  Thanks to Ryan Niebur for spotting this.
     - Print a list of all installed packages and versions, in addition
       to toolchain packages (Closes: #553301).  Thanks to Felipe
       Sateler for this suggestion.
     - Don't default distribution to unstable (Closes: #559659).
       Defaulting to unstable can result in unintentional uploads of
       packages targetted at other distributions, such as experimental,
       which can potentially cause serious breakage.  As a result, it is
       safer to require manually specifying the distribution, or
       explicitly setting it in the configuration file.
     - Set the man-db man-db/auto-update parameter to false to disable
       unnecessary work in a build environment.
     - Don't give back packages failing the arch check (Closes: #561936).
       Thanks to Philipp Kern for reporting this.
     - Add command-line and configuration options to enable running
       apt-get clean, upgrade and dist-upgrade prior to building.  These
       complement the existing option to update the chroot, which is now
       also fixed (Closes: #521096).
     - Add $build_source variable to sbuild.conf to complement the
       --source command-line options (Closes: #564528).  Thanks to
       David Bremner for this suggestion.
     - Allow setting of $build_dir in sbuild.conf (Closes: #535911).
       Thanks to Andres Mejia for this patch.
     - Add $check_space option to allow free space checking to be
       disabled (Closes: #551917).  Thanks to Bruno Kleinert for this
       suggestion.
     - --apt-update both updates and upgrades the chroot
       (Closes: #521096).  Thanks to Gustavo Noronha Silva for this
       patch.  Note the original bug report 'get_apt_command' error
       was fixed on the 17th March 2009.
     - Allow the use of -C as well as --check-depends-algorithm as
       documented (Closes: #546673).  Thanks to Nelson Elhage for this
       patch.
   * Add sbuild-clean script (Closes: #551310).  Thanks to Andres Mejia
     for this patch.
   * sbuild-createchroot:  Compute an absolute path for the chroot
     location.  Thanks to Cyril Brulebois for this patch.
   * wanna-build:
     - Depend on postgresql-8.4-debversion in place of
       postgresql-8.3-debversion (Closes: #559607).  Thanks to Martin Pitt
       for reporting this.
     - wanna-build now reads its system configuration from the correct
       location (/etc/buildd/wanna-build.conf, not
       /etc/wanna-build/wanna-build.conf).
     - Remove extra parenthesis from wanna-build-merge-packages
       (Closes: #553364).  Thanks to Felipe Sateler for this patch.
   * Remove absent -t option for --top from sbuild-stats.1
     (Closes: #566320).  Thanks to Kurt Roeckx.
   * buildd:
     - Don't bind-mount /home into the schroot. (Closes: #566315)
     - Extract architecture for .changes filename from the .changes file
       instead of just using the system arch. (Closes: #566398)
     - Fix NO_WARN_PATTERN default to not warn about sbuilds build/current-*
       symlinks. (Closes: #566722)
     - Do all w-b interaction, leave nothing of it to sbuild. (Closes: #567646,
       #566321)
Checksums-Sha1: 
 c320de1d7b341b36ee95c9d6c0af53fef4e0da9b 1365 sbuild_0.60.0-1ubuntu1.dsc
 5b03570d810cd341763cd9ffc368850fc703e0b5 447809 sbuild_0.60.0.orig.tar.gz
 f5aad3712f6085d5c6f0661e34205c214fedfb4d 1382 sbuild_0.60.0-1ubuntu1.diff.gz
Checksums-Sha256: 
 43dcc637422a6b644f918800ca1404b3c6d429316421608b5d8d85057c4aded0 1365 sbuild_0.60.0-1ubuntu1.dsc
 5320a7e7ae1406aa34b73e6f1331ba004e7d237ac37164821347bab78dfba941 447809 sbuild_0.60.0.orig.tar.gz
 1e08b006de56a8d739ec571e633bd8c1507de25652861051e0af9fb28d767a5f 1382 sbuild_0.60.0-1ubuntu1.diff.gz
Files: 
 34d6a27b2b720c6cb9c55dc7495ac6c4 1365 devel extra sbuild_0.60.0-1ubuntu1.dsc
 ba8f2a6c2c3c251a79d701d484441d25 447809 devel extra sbuild_0.60.0.orig.tar.gz
 a7034e1a786d9798fdb6d1d79dc2ebbd 1382 devel extra sbuild_0.60.0-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)

iD8DBQFL7e1jfAK/hT/mPgARAlkGAKCweqGKwoexkjuSenFMfVEub2tUtgCfSpcf
vFGa4unOKXASL00c+bGtwhg=
=Puck
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list