[ubuntu/oneiric] sbuild 0.62.3-1ubuntu1 (Accepted)

Bhavani Shankar bhavi at ubuntu.com
Sun Jun 19 15:05:27 UTC 2011


sbuild (0.62.3-1ubuntu1) oneiric; urgency=low

  * Merge from debian unstable, Remaining changes:
    - debian/patches/do-not-install-debfoster-into-chroots.patch:
      do not install debfoster into the chroots because it is in universe and
      not needed for package building itself.
    - debian/patches/run-pre-build-hooks-as-root.patch:
      run pre-build hooks as root (Closes: #607228)

sbuild (0.62.3-1) unstable; urgency=low

  * New release.
  * sbuild:
    - The apt and internal resolvers will resolve some alternatives
      even when resolving alternative dependencies is disabled
      (Closes: #622832).  For relations involving the same package,
      the alternative will be permitted when the package names are
      the same for each alternative.  For example,
        foo (<< x) | foo (>= y) | bar
      will be reduced to
        foo (<< x) | foo (>= y)
      while
        foo | bar
      will be reduced to
        foo
    - The sbuild-schroot wrapper program has been removed; sbuild is
      now an arch-all package again.
    - Move lock directory to /var/lib/sbuild/chroot-lock, rather than
      using /var/lock/sbuild which could be a symlink to /run/lock on
      the host (Closes: #626826).  This means parallel builds won't
      block due to sharing the same lockfile.
    - Remove schroot buildd profile.  This will now be provided by
      the schroot package itself directly.  This requires schroot
      1.4.22 or greater.
    - Add lintian and piuparts results to build summary
      (Closes: #617450).
    - Remove directory correctly in postrm (Closes: #627641).  Thanks
      to Daniel Baumann.
    - Lock sbuild account on purge, and unlock on install
      (Closes: #619892).
    - Add -j option to run parallel builds (Closes: #626357).
    - Log build environment prior to starting a build.  This will be
      useful in diagnosing problems with a misconfigured chroot, such
      as missing HOME which can lead to misbuilds.
  * sbuild-createchroot:
    - Don't call ChrootSetup::basesetup after initial bootstrap; wait
      until actually running sbuild.  The users and groups used for
      chown don't exist at this point, leading to (harmless) failure.
      Closes: #622735.
    - Don't overwrite existing symlinks under /etc/sbuild/chroot
      (Closes: #608416).
  * sbuild-update:
    - Don't try to end the current chroot session if a signal is
      received and no session is in progress (Closes: #629005).
  * buildd:
    - init script starts buildd in runlevels 2-5 rather than S, and
      stops in 0, 1 and 6.
    - Lock buildd account on purge, and unlock on install.
  * buildd-mail:
    - Remove empty newline from .changes (Closes: #627854).
      ftp-master started refusing .changes files which have a trailing
      empty line (after the GPG end of signature).  It happens that
      mutt introduces one when signing GPG in traditional mode.  Other
      tools probably do too.  buildd-mail-wrapper should probably drop
      it automatically.  Thanks to Samuel Thibault.

Date: Sun, 19 Jun 2011 20:27:25 +0530
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Bhavani Shankar <right2bshankar at gmail.com>
https://launchpad.net/ubuntu/oneiric/+source/sbuild/0.62.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 19 Jun 2011 20:27:25 +0530
Source: sbuild
Binary: libsbuild-perl sbuild buildd
Architecture: source
Version: 0.62.3-1ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bhavani Shankar <bhavi 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
Closes: 607228 608416 617450 619892 622735 622832 626357 626826 627641 627854 629005
Changes: 
 sbuild (0.62.3-1ubuntu1) oneiric; urgency=low
 .
   * Merge from debian unstable, Remaining changes:
     - debian/patches/do-not-install-debfoster-into-chroots.patch:
       do not install debfoster into the chroots because it is in universe and
       not needed for package building itself.
     - debian/patches/run-pre-build-hooks-as-root.patch:
       run pre-build hooks as root (Closes: #607228)
 .
 sbuild (0.62.3-1) unstable; urgency=low
 .
   * New release.
   * sbuild:
     - The apt and internal resolvers will resolve some alternatives
       even when resolving alternative dependencies is disabled
       (Closes: #622832).  For relations involving the same package,
       the alternative will be permitted when the package names are
       the same for each alternative.  For example,
         foo (<< x) | foo (>= y) | bar
       will be reduced to
         foo (<< x) | foo (>= y)
       while
         foo | bar
       will be reduced to
         foo
     - The sbuild-schroot wrapper program has been removed; sbuild is
       now an arch-all package again.
     - Move lock directory to /var/lib/sbuild/chroot-lock, rather than
       using /var/lock/sbuild which could be a symlink to /run/lock on
       the host (Closes: #626826).  This means parallel builds won't
       block due to sharing the same lockfile.
     - Remove schroot buildd profile.  This will now be provided by
       the schroot package itself directly.  This requires schroot
       1.4.22 or greater.
     - Add lintian and piuparts results to build summary
       (Closes: #617450).
     - Remove directory correctly in postrm (Closes: #627641).  Thanks
       to Daniel Baumann.
     - Lock sbuild account on purge, and unlock on install
       (Closes: #619892).
     - Add -j option to run parallel builds (Closes: #626357).
     - Log build environment prior to starting a build.  This will be
       useful in diagnosing problems with a misconfigured chroot, such
       as missing HOME which can lead to misbuilds.
   * sbuild-createchroot:
     - Don't call ChrootSetup::basesetup after initial bootstrap; wait
       until actually running sbuild.  The users and groups used for
       chown don't exist at this point, leading to (harmless) failure.
       Closes: #622735.
     - Don't overwrite existing symlinks under /etc/sbuild/chroot
       (Closes: #608416).
   * sbuild-update:
     - Don't try to end the current chroot session if a signal is
       received and no session is in progress (Closes: #629005).
   * buildd:
     - init script starts buildd in runlevels 2-5 rather than S, and
       stops in 0, 1 and 6.
     - Lock buildd account on purge, and unlock on install.
   * buildd-mail:
     - Remove empty newline from .changes (Closes: #627854).
       ftp-master started refusing .changes files which have a trailing
       empty line (after the GPG end of signature).  It happens that
       mutt introduces one when signing GPG in traditional mode.  Other
       tools probably do too.  buildd-mail-wrapper should probably drop
       it automatically.  Thanks to Samuel Thibault.
Checksums-Sha1: 
 d5a48fd39805f5a9d6a90a252acf7a23fcfeb4bc 1817 sbuild_0.62.3-1ubuntu1.dsc
 2efe8e18fab76b58b440ba2550c47e89bc9e8c6b 1653786 sbuild_0.62.3.orig.tar.gz
 37fba6a2f209d05aa0597c7accb84d6d1c900aac 53809 sbuild_0.62.3-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 edd0276db5539127880e15b4b54220e1335a498c8809b62bf0685cb0fc56e21a 1817 sbuild_0.62.3-1ubuntu1.dsc
 b186fe4272e5fbe2be49a9bed393188b8387661e8c088b5ec39cec5f291d36fe 1653786 sbuild_0.62.3.orig.tar.gz
 b6f6a67f431bab600cbedf7778220a451a331b78415a76c532733c5f11fb5fcd 53809 sbuild_0.62.3-1ubuntu1.debian.tar.gz
Files: 
 5c534332e85ce628a464979e42b84c76 1817 devel extra sbuild_0.62.3-1ubuntu1.dsc
 9e83543a3eb728f1c5ea6e9391b4f350 1653786 devel extra sbuild_0.62.3.orig.tar.gz
 f86325f4f2ff8134f25156cf8e868ebe 53809 devel extra sbuild_0.62.3-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian buildd-tools Developers <buildd-tools-devel at lists.alioth.debian.org>

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

iQEcBAEBAgAGBQJN/g7SAAoJEAX76EYVmejVj18H/3rDF8//bd58iRiu/1I7ukdX
LFQpTsRfw8TjagE3gpOk82AiNNoUofPqOfLrZYpamCKmcSvM/1SJDoy/VrYLtTWC
sAGeAaBUfkF1TX8PAPHhMseKyIxEEqCMctBH5sEIywNvX5tWx71kLJdAe4CxVYDx
to7gIyXHv1Y56mHZjWEp/ehdts9a9q3vfuTHFHkFnwTzWSuTEmA96/Sdc/aOphtQ
xmq0Xyd+GT3doBxWV+n1oi5Czy9inGaxHY6hRBvLxYmD9h6KhHfpxbhDrnlo4bIT
RcM4irwPMZq2cETOnKkMLutAy+xaau7RyrmzTK7iYBODCBRg7EmEAk7ZV5MO0BY=
=3e1x
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list