Change logs for libdebian-installer source package in Hirsute

  • libdebian-installer (0.120ubuntu3) hirsute; urgency=medium
    
      * Allow to build without udeb packages.
    
     -- Matthias Klose <email address hidden>  Tue, 23 Feb 2021 21:54:44 +0100
  • libdebian-installer (0.120ubuntu2) hirsute; urgency=medium
    
      * No-change rebuild to drop the udeb package.
    
     -- Matthias Klose <email address hidden>  Mon, 22 Feb 2021 10:34:26 +0100
  • 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.
    
     -- Dimitri John Ledkov <email address hidden>  Mon, 02 Nov 2020 11:56:33 +0000
  • libdebian-installer (0.110ubuntu4) groovy; urgency=medium
    
      * Fix FTBFS with GCC-10: Mark di_parser_fieldinfo constants extern. GCC-10
        changed the default from -fcommon to -fno-common which makes the gcc code
        generator to emit globals without explicit initializers from .bss to .data.
    
     -- Lucas Kanashiro <email address hidden>  Mon, 03 Aug 2020 15:34:56 -0300