[ubuntu/saucy-proposed] sbuild 0.64.0-1ubuntu1 (Accepted)

Marc Deslauriers marc.deslauriers at ubuntu.com
Tue Sep 3 13:26:14 UTC 2013


sbuild (0.64.0-1ubuntu1) saucy; 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.
    - Added DEP-8 autopkgtest to build procenv.

sbuild (0.64.0-1) unstable; urgency=low

  [ Thorsten Glaser ]
  * Apply patch from Arnaud Patard to fix the uploader (Closes: #636477).
  * Make sample configuration entries actually work (Closes: #696840).
  * Avoid using undef as HASH reference (Closes: #696841).

  [ Philipp Kern ]
  * Forward port patches from the buildd-0.61.0 branch:
    - Buildd::Client: Don't change the cwd.
    - Buildd: Fix SSH control master restart.

  [ Roger Leigh ]
  * New release.
  * Upgrade to Standards-Version 3.9.4 (no changes).
  * buildd:
    - Remove duplicate stop action from init script (Closes: #695513).
    - Failure count before sleeping is configurable with
      MAX_SBUILD_FAILS (Closes: #693790).
    - buildd.init specifies correct Required-Stop dependencies.
    - Remove empty preinst script.
  * sbuild:
    - Cross build-dependency installation failure throws an
      exception (Closes: #693788).
    - In Sbuild::ResolverBase, pass the correct options to deps_parse
      for cross-building and foo:native build dependencies
      (Closes: #697298).  Thanks to Colin Watson for this patch.
    - In Sbuild::Build::copy_to_chroot, remove stray exit() which could
      cause sbuild to hang with a "Failed to copy" error
      (Closes: #699903).  Thanks to Stephan Sürken for this patch.
    - Compute changes path correctly, to allow “--debbuildopt=-A” to
      work correctly with _all.changes (Closes: #686509).  Thanks to
      Daniel Dehennin for the original version of this patch.
    - Run lintian from inside the chroot (Closes: #626361).  Thanks to
      Reinhard Tartler for this patch.

  [ Colin Watson ]
  * sbuild:
    - Resolve cross-build-dependencies from package being built rather than
      from current apt sources (Closes: #695203).
  * buildd:
    - Reset sbuild failure count after sleeping.

  [ Adam Conrad ]
  * sbuild:
    - Improve cross chroot detection to look for $dist-$build-$host as a
      valid chroot for cross-build to avoid namespace clashes with native
      chroots, and document this better in the manpage (Closes: #695273)

  [ Geoffrey Thomas ]
  * sbuild:
    - When creating a changelog entry for binNMUs or
      --append-to-version, tag it with "binary-only=yes" so that
      dpkg-gencontrol uses the previous changelog entry for the source
      version (Closes: #672711, #681292).

Date: Tue, 03 Sep 2013 09:04:59 -0400
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/sbuild/0.64.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 03 Sep 2013 09:04:59 -0400
Source: sbuild
Binary: libsbuild-perl sbuild buildd
Architecture: source
Version: 0.64.0-1ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers 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: 626361 636477 672711 681292 686509 693788 693790 695203 695273 695513 696840 696841 697298 699903
Changes: 
 sbuild (0.64.0-1ubuntu1) saucy; 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.
     - Added DEP-8 autopkgtest to build procenv.
 .
 sbuild (0.64.0-1) unstable; urgency=low
 .
   [ Thorsten Glaser ]
   * Apply patch from Arnaud Patard to fix the uploader (Closes: #636477).
   * Make sample configuration entries actually work (Closes: #696840).
   * Avoid using undef as HASH reference (Closes: #696841).
 .
   [ Philipp Kern ]
   * Forward port patches from the buildd-0.61.0 branch:
     - Buildd::Client: Don't change the cwd.
     - Buildd: Fix SSH control master restart.
 .
   [ Roger Leigh ]
   * New release.
   * Upgrade to Standards-Version 3.9.4 (no changes).
   * buildd:
     - Remove duplicate stop action from init script (Closes: #695513).
     - Failure count before sleeping is configurable with
       MAX_SBUILD_FAILS (Closes: #693790).
     - buildd.init specifies correct Required-Stop dependencies.
     - Remove empty preinst script.
   * sbuild:
     - Cross build-dependency installation failure throws an
       exception (Closes: #693788).
     - In Sbuild::ResolverBase, pass the correct options to deps_parse
       for cross-building and foo:native build dependencies
       (Closes: #697298).  Thanks to Colin Watson for this patch.
     - In Sbuild::Build::copy_to_chroot, remove stray exit() which could
       cause sbuild to hang with a "Failed to copy" error
       (Closes: #699903).  Thanks to Stephan Sürken for this patch.
     - Compute changes path correctly, to allow “--debbuildopt=-A” to
       work correctly with _all.changes (Closes: #686509).  Thanks to
       Daniel Dehennin for the original version of this patch.
     - Run lintian from inside the chroot (Closes: #626361).  Thanks to
       Reinhard Tartler for this patch.
 .
   [ Colin Watson ]
   * sbuild:
     - Resolve cross-build-dependencies from package being built rather than
       from current apt sources (Closes: #695203).
   * buildd:
     - Reset sbuild failure count after sleeping.
 .
   [ Adam Conrad ]
   * sbuild:
     - Improve cross chroot detection to look for $dist-$build-$host as a
       valid chroot for cross-build to avoid namespace clashes with native
       chroots, and document this better in the manpage (Closes: #695273)
 .
   [ Geoffrey Thomas ]
   * sbuild:
     - When creating a changelog entry for binNMUs or
       --append-to-version, tag it with "binary-only=yes" so that
       dpkg-gencontrol uses the previous changelog entry for the source
       version (Closes: #672711, #681292).
Checksums-Sha1: 
 e94e88394b70248385f04212027df9e03f9a5206 2279 sbuild_0.64.0-1ubuntu1.dsc
 eb9212def8709afdd3858eb8da1b1da7fd839c68 600345 sbuild_0.64.0.orig.tar.gz
 753fa613f0c4a2e55391d4cea8d98a30c25987c9 84533 sbuild_0.64.0-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 80289bf5815557849871538c789a65cab1eca91b330f4f37fbee6ec4e4fde40b 2279 sbuild_0.64.0-1ubuntu1.dsc
 73a42be8383c7f6caf4bc165c7a8e06c33963af7dca3146767a150fa39518306 600345 sbuild_0.64.0.orig.tar.gz
 4dd224ae58fbda59fed82611c0870156a87fa98b4723bf119672f6b4a184e190 84533 sbuild_0.64.0-1ubuntu1.debian.tar.gz
Files: 
 17342abec4950525f8be35cc43471ce1 2279 devel extra sbuild_0.64.0-1ubuntu1.dsc
 9a635ef786541f13e73446b3699d123b 600345 devel extra sbuild_0.64.0.orig.tar.gz
 4e75cf6d8b94f76cdc541c58cd4f423d 84533 devel extra sbuild_0.64.0-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.14 (GNU/Linux)

iQIcBAEBCgAGBQJSJeKcAAoJEGVp2FWnRL6TkMoP/1oTawcT+y+oAdp8kQnMMM9c
m2szuNSIIGQA8ghhF/tXHWtIoQO0AdLkmA93aLgkJ8UntwVTHbEi388Y0jst8e3p
7KTzkgsU6W60ttrFsjPH0HKuVjQgnSlZYG7SBkMqH7jeLXWZV3tePv7+BG90HNU2
J8t2aupYN+X0StpLtipdpgTefWu5D0BA+fCW0QWnex7+wmisduOQip2QEFlcIIW+
chhflhNu/H3U08YTiCHph33po+ZwTEzyB9qMPMg6wBZ1RQQixeVy6zhhl97mVAC2
iS+m2fSmJF7wRaIdQ69arTmqc0LWdEpDSdLe9IQ7gCRx1a2upZODoKhhVprJh8G1
dSoSVD3sV7b1NmLVG4z8w4yZkFBIdFnjob6PaIA/osU23Vmhp5MAAL3S4/NQKr4Q
CdtcboraSWVjw8gDayCEbjCimK9VyQmiewECiTmS7tuWPX52SjYf7W3avDSOXLd/
g1JofEvWXksKEYcasoA3o0i6Uk1h8M6entD5flIbXI4nIWBikBpP9VlErvbKsft1
cBfsSSBX2Je42LgZSQWJ1xFd6XTwLLzr3vexVhBoc2H9Bi3WagR/5PrskfPWS5ph
0siV/IPvTOSaAdo/pMXxyGcZZ0UFuj4dw9tZGNaDR6j4GZhHZ9VeYwbivhe0G7eC
NZpqJrBpMz0DctpJx4+n
=r2fl
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list