[ubuntu/hirsute-proposed] libdebian-installer 0.120ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Mon Nov 2 12:03:11 UTC 2020


libdebian-installer (0.120ubuntu1) hirsute; urgency=medium

  * Merge from Debian unstable. (LP: #1688246) Remaining changes:
    - Add more OMAP4 Panda support.
    - Add OMAP4 Blaze support.
    - Add Freescale "P4080 DS" and "QEMU e500" support.
    - src/tree.c: Silence GCC's implicit-fallthrough warning by being explicit
    in this binary tree rotate code that there's not fallthrough; we're
    covering all tree rotation cases already (all paths in switch() already
    return().

libdebian-installer (0.120) unstable; urgency=medium

  * Team upload.

  [ Karsten Merker ]
  * Add subarch detection for riscv64.

libdebian-installer (0.119) unstable; urgency=medium

  [ Cyril Brulebois ]
  * Drop support for arm*/ixp4xx and arm*/iop32x; support for those
    platforms was removed from the Linux kernel and therefore d-i.
  * Remove Christian Perrier from Uploaders, with many thanks for all
    his contributions over the years! (Closes: #927544)

  [ Bastian Blank ]
  * Enlarge maximum line length in Packages and Sources files.
    (closes: #554444)

libdebian-installer (0.118) unstable; urgency=medium

  * Make all arm32 machines with EFI show up as subarch efi

libdebian-installer (0.117) unstable; urgency=medium

  * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).

libdebian-installer (0.116) unstable; urgency=medium

  [ Michael Karcher ]
  * subarch-sparc-linux.c: Fix return value of di_system_subarch_analyze

libdebian-installer (0.115) unstable; urgency=medium

  * Team upload.

  [ Manuel A. Fernandez Montecelo ]
  * Support "nodoc" in DEB_BUILD_PROFILES and DEB_BUILD_OPTIONS
    (Closes: #892935)

libdebian-installer (0.114) unstable; urgency=medium

  [ John Paul Adrian Glaubitz ]
  * subarch-sparc-linux.c:
    - Add support for detecting actual sun4 sub-architecture
    - Add support for detecting supported partition tables
  * Use subarch-sparc-linux.c for sparc64 as well.

libdebian-installer (0.113) unstable; urgency=medium

  * Team upload.

  [ Helmut Grohne ]
  * Do not compile with -Werror by default.  Closes: #885712.

libdebian-installer (0.112) unstable; urgency=medium

  [ Reiner Herrmann ]
  * src/exec.c: Include poll.h instead of sys/poll.h.  Closes: #861598.

  [ Helmut Grohne ]
  * Fix FTBFS with gcc-8: Mark di_parser_fieldinfo constants extern.
    Closes: #881932.

  [ Aurelien Jarno ]
  * src/system/devfs.c: include <sys/sysmacros.h> instead of <sys/types.h>.
    Closes: #882089.

libdebian-installer (0.111) unstable; urgency=medium

  [ Aurelien Jarno ]
  * subarch-mips-linux.c: Add support for checking the "isa" field.
    Fallback checking for the "isa" field for unknown CPUs. Closes:
    #865425.
    Drop unsupported subarchitectures.

Date: Mon, 02 Nov 2020 11:56:33 +0000
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/libdebian-installer/0.120ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 02 Nov 2020 11:56:33 +0000
Source: libdebian-installer
Architecture: source
Version: 0.120ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Closes: 554444 861598 865425 881932 882089 885712 892935 927544
Launchpad-Bugs-Fixed: 1688246
Changes:
 libdebian-installer (0.120ubuntu1) hirsute; urgency=medium
 .
   * Merge from Debian unstable. (LP: #1688246) Remaining changes:
     - Add more OMAP4 Panda support.
     - Add OMAP4 Blaze support.
     - Add Freescale "P4080 DS" and "QEMU e500" support.
     - src/tree.c: Silence GCC's implicit-fallthrough warning by being explicit
     in this binary tree rotate code that there's not fallthrough; we're
     covering all tree rotation cases already (all paths in switch() already
     return().
 .
 libdebian-installer (0.120) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Karsten Merker ]
   * Add subarch detection for riscv64.
 .
 libdebian-installer (0.119) unstable; urgency=medium
 .
   [ Cyril Brulebois ]
   * Drop support for arm*/ixp4xx and arm*/iop32x; support for those
     platforms was removed from the Linux kernel and therefore d-i.
   * Remove Christian Perrier from Uploaders, with many thanks for all
     his contributions over the years! (Closes: #927544)
 .
   [ Bastian Blank ]
   * Enlarge maximum line length in Packages and Sources files.
     (closes: #554444)
 .
 libdebian-installer (0.118) unstable; urgency=medium
 .
   * Make all arm32 machines with EFI show up as subarch efi
 .
 libdebian-installer (0.117) unstable; urgency=medium
 .
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
 libdebian-installer (0.116) unstable; urgency=medium
 .
   [ Michael Karcher ]
   * subarch-sparc-linux.c: Fix return value of di_system_subarch_analyze
 .
 libdebian-installer (0.115) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Manuel A. Fernandez Montecelo ]
   * Support "nodoc" in DEB_BUILD_PROFILES and DEB_BUILD_OPTIONS
     (Closes: #892935)
 .
 libdebian-installer (0.114) unstable; urgency=medium
 .
   [ John Paul Adrian Glaubitz ]
   * subarch-sparc-linux.c:
     - Add support for detecting actual sun4 sub-architecture
     - Add support for detecting supported partition tables
   * Use subarch-sparc-linux.c for sparc64 as well.
 .
 libdebian-installer (0.113) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Helmut Grohne ]
   * Do not compile with -Werror by default.  Closes: #885712.
 .
 libdebian-installer (0.112) unstable; urgency=medium
 .
   [ Reiner Herrmann ]
   * src/exec.c: Include poll.h instead of sys/poll.h.  Closes: #861598.
 .
   [ Helmut Grohne ]
   * Fix FTBFS with gcc-8: Mark di_parser_fieldinfo constants extern.
     Closes: #881932.
 .
   [ Aurelien Jarno ]
   * src/system/devfs.c: include <sys/sysmacros.h> instead of <sys/types.h>.
     Closes: #882089.
 .
 libdebian-installer (0.111) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * subarch-mips-linux.c: Add support for checking the "isa" field.
     Fallback checking for the "isa" field for unknown CPUs. Closes:
     #865425.
     Drop unsupported subarchitectures.
Checksums-Sha1:
 b8200c049fe257218a4858550ff21d0527cddc83 2303 libdebian-installer_0.120ubuntu1.dsc
 1f51ad7a69e9496c07b068444c832bb6f9ee7569 74512 libdebian-installer_0.120ubuntu1.tar.xz
 613ef331afdffe4bcc06b9f242422ed0e3d18662 8194 libdebian-installer_0.120ubuntu1_source.buildinfo
Checksums-Sha256:
 ba5324087178f967b194c329fc758e1a303ea59e61e229e3616819bdda5dd883 2303 libdebian-installer_0.120ubuntu1.dsc
 9662af1196ddaa970ad162ce06b2c9bdf03314104fc5268e8a8b297ea37cb176 74512 libdebian-installer_0.120ubuntu1.tar.xz
 647ca8780b64aca607f18c7be670916ef1b998887390307372e19b4d5a013f91 8194 libdebian-installer_0.120ubuntu1_source.buildinfo
Files:
 e1cf8c9213bd03d95d8cee2f0e5635ca 2303 libs optional libdebian-installer_0.120ubuntu1.dsc
 5ab82bf521522df018ccf25a45aa7bd3 74512 libs optional libdebian-installer_0.120ubuntu1.tar.xz
 2799a2c7f487a7c95cd1708b43335359 8194 libs optional libdebian-installer_0.120ubuntu1_source.buildinfo
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

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

iQIzBAEBCgAdFiEE7iQKBSojGtiSWEHXm47ISdXvcO0FAl+f9AYACgkQm47ISdXv
cO1WzA/8DQogthAVpgZHVarZ58g0HQn9aW+V2jBdbI9FshlQ/8DkkrCmq40yQnpi
oMVCCzUKFUd+UyDqaVIGPWWOkkue91NEZMz7n3dIP02QY42ery4xj4e8Fl+kSm9n
Ai1d9zD4y4x1zETa5OU+kHTYSpuhNsoQ628bVb8tRPlWiLKwNFBVR2ZhHfM+OOr0
e06R/bZu/8x1+k00HZ7dQcsPotcDlFklcYi1nPqdaEka7EWgT94Q+vI7N4qF8YjH
05YyGAG1KvObhUFdBduH/hSSPa1iQigqQEOeX87spMNrvtwksgB+zjJ1/hDR967u
X7XnzdR8PK/uNc76ng8ZC7LtEqbfkuWGG1swK8wF3fDHmnCXaUO12xcN8c2PrT2+
dOxwMyecq99np3/uCtpluWR6EixuOHtY8ojE9VVZa575JXxBsLXc95FJqn1TQ3v3
wZM4JH2i/4qS4fa0CgKS6o9BVWbkgioIk6Kmq9owOjpjllPlJPErpQhseCZAv8yo
/QLQnRHVhHMhC/j5xSj6Yj3ciEKQlTZfqlfkEHTu+P8WbMNF3u8++A/fM2Zsbe0l
iEMTUKU4NGvsCEEhQqusIfp9EOAo4lst5gTUf9YuGQBipV7BxLfvIECAH29yChig
IuAUbBj2ikVZFbLYQa1HdBRSdlHQ9bgqWU7/IRLWjRVelTFAyqc=
=GElK
-----END PGP SIGNATURE-----


More information about the Hirsute-changes mailing list