Change logs for fltk1.3 source package in Lunar

  • fltk1.3 (1.3.8-5) unstable; urgency=medium
    
      * debian/fix-fltk-targets: Report command lines, which are now dynamic.
        (See debian/rules changes below.)
      * debian/libfltk*.symbols*: Accommodate LTO builds, which drop some
        symbols (none of which anything in the archive uses AFAICT).
        Specifically, pull out libfltk*.symbols.no-lto files and include them
        with the "(optional)" tag.  (Closes: #1015406.)
      * debian/**lintian-overrides: Add wildcards to accommodate pointed hints.
      * debian/rules:
        - Unhardcode path to stock FLTK-Targets(-none).cmake.
          Per https://gitlab.kitware.com/cmake/cmake/-/issues/23883,
          CMakeTmp/CMakeFiles/Export's subdirectory names are hexadecimal MD5
          hash values as of CMake 3.24; automatic detection allows backports
          to keep working and accommodates possible future layout changes.
          (Closes: #1017271.)
        - Inventory the final FLTK-Targets(-none).cmake files' add_* calls,
          automatically catching blatant problems and making some potential
          others immediately visible in build logs.
      * documentation/Makefile: Use English ("C") month names for PDF date.
        (Closes: #1017421.)
      * Standards-Version: 4.6.1 (routine-update)
    
     -- Aaron M. Ucko <email address hidden>  Wed, 07 Sep 2022 23:16:48 -0400
  • fltk1.3 (1.3.8-4) unstable; urgency=medium
    
      * debian/copyright: Update years and png authors.  (NB: Debian still
        doesn't use that tree, or FLTK's other convenience library copies.)
      * CMake/UseFLTK.cmake.in: Drop include_directories setting, which has
        never been useful for package builds.  It historically wound up
        listing the standard system directory /usr/include, and now lists the
        build directory and a subdirectory thereof, harming reproducibility
        and breaking multiarch coinstallability for libfltk1.3-dev.
    
     -- Aaron M. Ucko <email address hidden>  Sun, 23 Jan 2022 20:24:56 -0500