[ubuntu/hirsute-proposed] sbuild 0.81.2ubuntu5 (Accepted)

Balint Reczey rbalint at ubuntu.com
Thu Mar 18 07:56:10 UTC 2021


sbuild (0.81.2ubuntu5) hirsute; urgency=medium

  * debian/tests/control: Skip unshare-qemuwrapper test where linux-image-amd64
    is missing. It is missing in Ubuntu making the test fail.
  * debian/tests/unshare: Run the test, but skip it if user namespaces are not
    supported
  * debian/tests/unshare-qemuwrapper: Drop delta
  * debian/tests/unshare*: Test with current release

sbuild (0.81.2ubuntu4) hirsute; urgency=medium

  * debian/tests/unshare-qemuwrapper: Don't use linux-image-amd64 package in
    bootrstrapping test on Ubuntu

sbuild (0.81.2ubuntu3) hirsute; urgency=medium

  * debian/tests/control: Don't depend on linux-image-amd64 package
    It does not exist on Ubuntu.

sbuild (0.81.2ubuntu2) hirsute; urgency=medium

  * No change rebuild with fixed ownership.

sbuild (0.81.2ubuntu1) hirsute; urgency=medium

  * Merge with Debian; 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.
    - 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.
    - d/t/control: add isolation-machine to the test flags

sbuild (0.81.2) unstable; urgency=medium

  * Package sbuild-qemu should be arch:all, not arch:amd64.
    Resolves a FTBFS.

sbuild (0.81.1) unstable; urgency=medium

  * lib/Sbuild/ChrootUnshare.pm: also ignore /dev/console when unpacking
    rootfs becauke mknod is forbidden in unshare mode
  * lib/Sbuild/Build.pm: add comment about #977674
  * bin/sbuild: use umask 0022 as default for Debian -- see dpkg source:
    scripts/Dpkg/Vendor/Debian.pm
  * lib/Sbuild/Build.pm: run dpkg-buildpackage with --sanitize-env if dpkg
    1.20.0 is available
  * add new unshare autopkgtest with qemu wrapper

sbuild (0.81.0) unstable; urgency=medium

  [ Johannes 'josch' Schauer ]
  * make 'none' explicitly disable the bd-uninstallable-explainer.
    Thanks helmut & vagrantc

  [ Jochen Sprickerhof ]
  * Cleanup link in /etc/sbuild if it exists

  [ Christian Kastner ]
  * Add package sbuild-qemu, replaces qemu-sbuild-utils
    - The utilities have been renamed from qemu-sbuild-* to sbuild-qemu-* to
      for consistency
  * Add myself to Uploaders
  * Set Rules-Requires-Root: no
  * Bump Standards-Version to 4.5.1

  [ Bruno Kleinert ]
  * Removed obsolete script /usr/share/sbuild/create-chroot to fix 'bullseye:
    /updates -> -security'. Neither sbuild itself, nor any reverse dependency
    appear to depend on that script, so removed it. (Closes: #972747)

sbuild (0.80.1) unstable; urgency=medium

  * Fix build system to rely on debian/changelog instead of VERSION file
  * use mkdir -p when creating build_path (thanks Niels Thykier)

Date: Thu, 18 Mar 2021 08:38:02 +0100
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/sbuild/0.81.2ubuntu5
-------------- next part --------------
Format: 1.8
Date: Thu, 18 Mar 2021 08:38:02 +0100
Source: sbuild
Architecture: source
Version: 0.81.2ubuntu5
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Closes: 972747
Changes:
 sbuild (0.81.2ubuntu5) hirsute; urgency=medium
 .
   * debian/tests/control: Skip unshare-qemuwrapper test where linux-image-amd64
     is missing. It is missing in Ubuntu making the test fail.
   * debian/tests/unshare: Run the test, but skip it if user namespaces are not
     supported
   * debian/tests/unshare-qemuwrapper: Drop delta
   * debian/tests/unshare*: Test with current release
 .
 sbuild (0.81.2ubuntu4) hirsute; urgency=medium
 .
   * debian/tests/unshare-qemuwrapper: Don't use linux-image-amd64 package in
     bootrstrapping test on Ubuntu
 .
 sbuild (0.81.2ubuntu3) hirsute; urgency=medium
 .
   * debian/tests/control: Don't depend on linux-image-amd64 package
     It does not exist on Ubuntu.
 .
 sbuild (0.81.2ubuntu2) hirsute; urgency=medium
 .
   * No change rebuild with fixed ownership.
 .
 sbuild (0.81.2ubuntu1) hirsute; urgency=medium
 .
   * Merge with Debian; 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.
     - 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.
     - d/t/control: add isolation-machine to the test flags
 .
 sbuild (0.81.2) unstable; urgency=medium
 .
   * Package sbuild-qemu should be arch:all, not arch:amd64.
     Resolves a FTBFS.
 .
 sbuild (0.81.1) unstable; urgency=medium
 .
   * lib/Sbuild/ChrootUnshare.pm: also ignore /dev/console when unpacking
     rootfs becauke mknod is forbidden in unshare mode
   * lib/Sbuild/Build.pm: add comment about #977674
   * bin/sbuild: use umask 0022 as default for Debian -- see dpkg source:
     scripts/Dpkg/Vendor/Debian.pm
   * lib/Sbuild/Build.pm: run dpkg-buildpackage with --sanitize-env if dpkg
     1.20.0 is available
   * add new unshare autopkgtest with qemu wrapper
 .
 sbuild (0.81.0) unstable; urgency=medium
 .
   [ Johannes 'josch' Schauer ]
   * make 'none' explicitly disable the bd-uninstallable-explainer.
     Thanks helmut & vagrantc
 .
   [ Jochen Sprickerhof ]
   * Cleanup link in /etc/sbuild if it exists
 .
   [ Christian Kastner ]
   * Add package sbuild-qemu, replaces qemu-sbuild-utils
     - The utilities have been renamed from qemu-sbuild-* to sbuild-qemu-* to
       for consistency
   * Add myself to Uploaders
   * Set Rules-Requires-Root: no
   * Bump Standards-Version to 4.5.1
 .
   [ Bruno Kleinert ]
   * Removed obsolete script /usr/share/sbuild/create-chroot to fix 'bullseye:
     /updates -> -security'. Neither sbuild itself, nor any reverse dependency
     appear to depend on that script, so removed it. (Closes: #972747)
 .
 sbuild (0.80.1) unstable; urgency=medium
 .
   * Fix build system to rely on debian/changelog instead of VERSION file
   * use mkdir -p when creating build_path (thanks Niels Thykier)
Checksums-Sha1:
 479555908003f5f6b58a75c443c0fe99e95d75a8 2572 sbuild_0.81.2ubuntu5.dsc
 978d116c9d930ac6c2a1d79e11b702aecfc76ccb 257852 sbuild_0.81.2ubuntu5.tar.xz
 153b180f43310881369a8a38bf5a1a349d8fc67f 7306 sbuild_0.81.2ubuntu5_source.buildinfo
Checksums-Sha256:
 fd44c2bc83915d3b3a080a541bd1d6bade4665f460090909044e05fd26864625 2572 sbuild_0.81.2ubuntu5.dsc
 bd02568572de03936be165366f8ee2267d78b30c780ef7719775b5f9d40ff822 257852 sbuild_0.81.2ubuntu5.tar.xz
 5832d7aa099100d27ff5fe2b6e3abe0a83dce1a25d7f9d83788e04edf6983fab 7306 sbuild_0.81.2ubuntu5_source.buildinfo
Files:
 be0a921518f887dd51c6f8bbccc569c5 2572 devel optional sbuild_0.81.2ubuntu5.dsc
 ef59e0783d6b7ddf98775649af53777b 257852 devel optional sbuild_0.81.2ubuntu5.tar.xz
 91d2593ffb340053c5f2efd7e61db4ca 7306 devel optional sbuild_0.81.2ubuntu5_source.buildinfo
Original-Maintainer: sbuild maintainers <sbuild at packages.debian.org>


More information about the Hirsute-changes mailing list