Change logs for libsdl2 source package in Hirsute

  • libsdl2 (2.0.14+dfsg2-3) unstable; urgency=medium
    
      * d/libsdl2-2.0-0.symbols: SDL_LinuxSetThreadPriority is Linux-only
      * Add patches to exclude generated Wayland symbols from the library ABI.
        These were not intended to be public, and are not namespaced, which
        could lead to namespace collisions with other packages.
      * Don't generate symbols file from a template.
        This is unnecessary now that we don't have to suppress the symbols for
        Wayland interfaces.
      * Exclude autom4te.cache from examples.tar.gz, for reproducible build
      * d/rules: Disable full path names in documentation.
        This makes the documentation (more) reproducible.
      * docs: Only run doxygen across header files, not the entire source tree.
        This avoids a lot of noise caused by documenting generated files,
        which (again) made the build non-reproducible.
      * d/rules: Explicitly disable libunwind if it happens to be installed.
        The build includes the header if detected, but doesn't link to the
        library, causing link failure. Explicitly disabling it also makes the
        build more deterministic in non-minimal chroots.
      * Avoid using debian/source/local-options.
        This is incompatible with using dgit, and the unapply-patches option
        is mostly not useful now that dpkg-source automatically returns the
        tree to its original state after building (if patches were previously
        unapplied, they end up unapplied afterwards).
    
     -- Simon McVittie <email address hidden>  Mon, 18 Jan 2021 14:35:30 +0000
  • libsdl2 (2.0.14+dfsg2-2) unstable; urgency=medium
    
      * Add .symbols file
      * Ignore symbols and avoid dpkg-gensymbols warnings for generated
        Wayland interfaces.
        I'm going to ask upstream about removing these from the library's ABI,
        but for now, mark them as new in the latest upstream version.
      * Release to unstable
    
     -- Simon McVittie <email address hidden>  Tue, 12 Jan 2021 20:11:19 +0000
  • libsdl2 (2.0.12+dfsg1-4) unstable; urgency=medium
    
      * Team upload
      * Add graphwiz to Build-Depends-Indep for the dot command.
    
     -- Fabian Greffrath <email address hidden>  Sat, 03 Oct 2020 22:53:14 +0200