[ubuntu/cosmic-proposed] sbuild 0.77.0-2ubuntu1 (Accepted)

Simon Quigley tsimonq2 at ubuntu.com
Tue Jul 10 08:08:11 UTC 2018


sbuild (0.77.0-2ubuntu1) cosmic; urgency=medium

  * Merge from Debian Sid. Remaining changes:
    - no-pkg-mangle-deps.patch: Set NO_PKG_MANGLE=1 when building dummy
      packages, as pkgbinarymangler's dpkg-deb expects to be run from a source
      package.
    - utf-8-by-default.patch: Switch to C.UTF-8 by default.
    - abs-path-revert.patch: Revert upstream commit that breaks lp-buildd by
      causing symlinks to files not ending in .dsc to no longer be buildable.

sbuild (0.77.0-2) unstable; urgency=medium

  * Install /usr/sbin/sbuild-adduser and /usr/sbin/sbuild-destroychroot again
    (closes: #903269)

sbuild (0.77.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/control: move "exim4 | mail-transport-agent" from Recommends to
    Suggests (closes: #863718)
  * Set maintainer address to sbuild at packages.debian.org (closes: #899688)
  * lib/Sbuild/Build.pm: filter out foreign essential and multiarch foreign
    packages before passing them to dose3 (closes: #865432)
  * man/sbuild.1.in: pre- and post-build-commands are run as non-root (closes:
    #900916)
  * Add null resolver which does not install, upgrade or remove any packages
    (closes: #858899)
  * lib/Sbuild/ResolverBase.pm: also print kernel version (closes: #866402)
  * lib/Sbuild/Build.pm: install (cross-)build-essential, manual depends and
    build depends with a single dummy package (closes: #871968)
  * lib/Sbuild/Build.pm: dump .dsc content before extracting it (closes:
    #901727)
  * Add config variables that allow sbuild to fail if lintian, piuparts or
    autopkgtest fail (closes: #891590)
  * lib/Sbuild/ResolverBase.pm: run dpkg-scanpackages with -m to allow
    multiple architectures of the same package (closes: #886257)
  * lib/Sbuild/Build.pm: additional Lintian reasons info and warn (closes:
    #893228)
  * man/sbuild.1.in: fix typo (closes: #891588)
  * lib/Sbuild/Build.pm: also cope with special characters when filtering the
    log (closes: #901730)
  * Add new log filtering for /build/pkg-minimal-XXX/resolver-YYY:
    <<RESOLVERDIR>> (closes: #901725)
  * lib/Sbuild/Build.pm: only run autopkgtest if debian/tests/control exists
    (closes: #901167)
  * lib/Sbuild/Options.pm: --make-binNMU implies --no-arch-all (closes:
    #898946)
  * etc/sbuild-update-all: set executable bit (closes: #870451)
  * lib/Sbuild/ChrootSetup.pm: If BUILD_PATH is set, use it instead of /build
    (closes: #868657)
  * lib/Sbuild/ResolverBase.pm: clean /var/cache/apt/archive/*.deb after
    package installation (closes: #861762)
  * bin/sbuild-createchroot: also check exit status of schroot (closes:
    #866006)
  * Replace httpredir.debian.org with deb.debian.org (closes: #901372)
  * lib/Sbuild/ChrootSetup.pm: run groupadd instead of copying entry from host
    (closes: #867180)
  * man/sbuild-createchroot.8.in: fix outdated path in text description
    (closes: #901360)
  * bin/sbuild-createchroot: error out early when the target directory exists
    and is not empty (closes: #888710)
  * Remove support for signing the dummy archive (closes: #837188)
  * I now detect more directly if the source wasn't yet unpacked (closes:
    #882057)
  * debian/control: replace priority:extra by optional
  * debian/copyright: use secure copyright format uri
  * debian/copyright: fix some outdated information now that sbuild lives on
    salsa
  * debian/control: update vcs-git and vcs-browser to salsa
  * debian/control: fix my name
  * debian/control: depend on real cron as first alternative before virtual
    cron-daemon
  * debian/control: add alternative default-mta before mail-transport-agent
  * debian/sbuild.postinst: avoid recursive chown

Date: Mon, 09 Jul 2018 17:13:42 -0500
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: LocutusOfBorg <costamagnagianfranco at yahoo.it>
https://launchpad.net/ubuntu/+source/sbuild/0.77.0-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 09 Jul 2018 17:13:42 -0500
Source: sbuild
Binary: libsbuild-perl sbuild sbuild-debian-developer-setup buildd
Architecture: source
Version: 0.77.0-2ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Description:
 buildd     - Daemon for automatically building Debian binary packages from Deb
 libsbuild-perl - Library for building Debian binary packages from Debian sources
 sbuild     - Tool for building Debian binary packages from Debian sources
 sbuild-debian-developer-setup - Convenience script to set up an sbuild environment for Debian Dev
Closes: 837188 858899 861762 863718 865432 866006 866402 867180 868657 870451 871968 882057 886257 888710 891588 891590 893228 898946 899688 900916 901167 901360 901372 901725 901727 901730 903269
Changes:
 sbuild (0.77.0-2ubuntu1) cosmic; urgency=medium
 .
   * Merge from Debian Sid. Remaining changes:
     - no-pkg-mangle-deps.patch: Set NO_PKG_MANGLE=1 when building dummy
       packages, as pkgbinarymangler's dpkg-deb expects to be run from a source
       package.
     - utf-8-by-default.patch: Switch to C.UTF-8 by default.
     - abs-path-revert.patch: Revert upstream commit that breaks lp-buildd by
       causing symlinks to files not ending in .dsc to no longer be buildable.
 .
 sbuild (0.77.0-2) unstable; urgency=medium
 .
   * Install /usr/sbin/sbuild-adduser and /usr/sbin/sbuild-destroychroot again
     (closes: #903269)
 .
 sbuild (0.77.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/control: move "exim4 | mail-transport-agent" from Recommends to
     Suggests (closes: #863718)
   * Set maintainer address to sbuild at packages.debian.org (closes: #899688)
   * lib/Sbuild/Build.pm: filter out foreign essential and multiarch foreign
     packages before passing them to dose3 (closes: #865432)
   * man/sbuild.1.in: pre- and post-build-commands are run as non-root (closes:
     #900916)
   * Add null resolver which does not install, upgrade or remove any packages
     (closes: #858899)
   * lib/Sbuild/ResolverBase.pm: also print kernel version (closes: #866402)
   * lib/Sbuild/Build.pm: install (cross-)build-essential, manual depends and
     build depends with a single dummy package (closes: #871968)
   * lib/Sbuild/Build.pm: dump .dsc content before extracting it (closes:
     #901727)
   * Add config variables that allow sbuild to fail if lintian, piuparts or
     autopkgtest fail (closes: #891590)
   * lib/Sbuild/ResolverBase.pm: run dpkg-scanpackages with -m to allow
     multiple architectures of the same package (closes: #886257)
   * lib/Sbuild/Build.pm: additional Lintian reasons info and warn (closes:
     #893228)
   * man/sbuild.1.in: fix typo (closes: #891588)
   * lib/Sbuild/Build.pm: also cope with special characters when filtering the
     log (closes: #901730)
   * Add new log filtering for /build/pkg-minimal-XXX/resolver-YYY:
     <<RESOLVERDIR>> (closes: #901725)
   * lib/Sbuild/Build.pm: only run autopkgtest if debian/tests/control exists
     (closes: #901167)
   * lib/Sbuild/Options.pm: --make-binNMU implies --no-arch-all (closes:
     #898946)
   * etc/sbuild-update-all: set executable bit (closes: #870451)
   * lib/Sbuild/ChrootSetup.pm: If BUILD_PATH is set, use it instead of /build
     (closes: #868657)
   * lib/Sbuild/ResolverBase.pm: clean /var/cache/apt/archive/*.deb after
     package installation (closes: #861762)
   * bin/sbuild-createchroot: also check exit status of schroot (closes:
     #866006)
   * Replace httpredir.debian.org with deb.debian.org (closes: #901372)
   * lib/Sbuild/ChrootSetup.pm: run groupadd instead of copying entry from host
     (closes: #867180)
   * man/sbuild-createchroot.8.in: fix outdated path in text description
     (closes: #901360)
   * bin/sbuild-createchroot: error out early when the target directory exists
     and is not empty (closes: #888710)
   * Remove support for signing the dummy archive (closes: #837188)
   * I now detect more directly if the source wasn't yet unpacked (closes:
     #882057)
   * debian/control: replace priority:extra by optional
   * debian/copyright: use secure copyright format uri
   * debian/copyright: fix some outdated information now that sbuild lives on
     salsa
   * debian/control: update vcs-git and vcs-browser to salsa
   * debian/control: fix my name
   * debian/control: depend on real cron as first alternative before virtual
     cron-daemon
   * debian/control: add alternative default-mta before mail-transport-agent
   * debian/sbuild.postinst: avoid recursive chown
Checksums-Sha1:
 5ac54e61a11937112d0cdd867140bb476d05965f 2562 sbuild_0.77.0-2ubuntu1.dsc
 952cb60f0ab42efc8b5819a46d40447a15380ed3 198484 sbuild_0.77.0.orig.tar.xz
 a3310b9236a14bdbda0b1c3ca989fa7e4b0cc251 53916 sbuild_0.77.0-2ubuntu1.debian.tar.xz
 5b78429e743074d56c1a54c00c2991f905d2fa5c 6089 sbuild_0.77.0-2ubuntu1_source.buildinfo
Checksums-Sha256:
 8869cba1faad58fdd0a1c0023aa8e3dd05c9d1a3e95d851738817e1c8ee01595 2562 sbuild_0.77.0-2ubuntu1.dsc
 695464692d76065cdcd9e402efafdab4a4bb3621e15cf2953d4833c41314f824 198484 sbuild_0.77.0.orig.tar.xz
 bdcba73e5708e0f28da741dc243e4acbbb40a336946e07984162820100192248 53916 sbuild_0.77.0-2ubuntu1.debian.tar.xz
 9d428fc40ac0294b7f9b5d6a160c39cf8ab9db80c4aa993fd373bc2d0ddb9190 6089 sbuild_0.77.0-2ubuntu1_source.buildinfo
Files:
 9f7ead7292a90b8fe73254345cb6872e 2562 devel optional sbuild_0.77.0-2ubuntu1.dsc
 4c2473f06733535ab826f45b9daf1054 198484 devel optional sbuild_0.77.0.orig.tar.xz
 c91821cf1f387dbb9e3ec9478e6537ee 53916 devel optional sbuild_0.77.0-2ubuntu1.debian.tar.xz
 93c657996bb1a948dcff3a54de50bd6d 6089 devel optional sbuild_0.77.0-2ubuntu1_source.buildinfo
Original-Maintainer: sbuild maintainers <sbuild at packages.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAltEaTQACgkQ808JdE6f
XdmUzg//bSeItDY1Tx8/wxXhDcx2vOKnKcFK4PK9X0rVP/yY1T7v3xS99O1v1YY4
lu+Qk6Jyh7yokNq4PFeO8ZWVkc4OZxMxcNWQQsXc6olukRCS66vgFOva9Pz9Kgck
4bnOphBMFavY5IPBLSeceWg7IYrkofv/wJHGEbGl/20he+aCexjbc0m1uLLzW7B8
54lGAQyxX3phOPszN6LzY2rM3iOVvoXmhPgq0YKsTJDXRT3Kg2H10FikOBINvbPB
RubrPOhwW1xNArKle3JTUM8zTj5fvypQZctDHiAVk+1iZHBI3Pi59iSU3U3QsZ+i
srAdkCccdTPqQI/PvG30HicVENYycHLeNpB5ayMBgPKNODPLZK9hnd3r3ReAW/TS
ibdocP5H7r+VtYqlzs0XIHXvps73H2JnPQ0k7a/yc+nPtpuVcrW1F6NkwTuq7Qu+
+md0XfdBrS+UtoMUYCfdl3ZBhd7b4jIvT5oVFPTokyucHYO6MPsUm2cpK+BOHzx4
+JW2AvjxkU0cOviZXdGTHz99D/l4fu++PYpWaVaj4F1y8yg0FHPhv/lo2IxaGVnq
Ka1CbGmbSW8NYjtSBh936KDrc2u0Cx2DaRxE3Q9Q30GRzkmUhs3JHmXEJS4dJh3N
5MCCSDQ9safw7ASN7cCdLQ/toQ6WlVjXJOVUBj6Ab9SLTsxiymA=
=+jiG
-----END PGP SIGNATURE-----


More information about the Cosmic-changes mailing list