Change logs for gfan source package in Impish

  • gfan (0.6.2-4) unstable; urgency=medium
    
      * debian/control
        - Drop versioned dependency on libcdd-dev; the minimum version was
          094g, but that is in oldoldstable.
      * debian/patches/remove_failing_tests_on_32.bits.patch
        - Restore patch; we will return to just skipping this test, as we
          can't predict the expected output based on 32-bit v. 64-bit
          architecture alone.
      * debian/patches/render-staircase.patch
        - Remove patch.
      * debian/rules
        - Stop patching the 0009RenderStairCase test on 32-bit architectures.
        - Refactor override_dh_link target.  Previously, we called dh_link
          once for each app to create a symlink for the manpage.  However,
          each individual call was recreating the symlinks to the apps
          themselves, resulting in nearly 9000 calls to rm and ln!  We
          reduce this down to a single call to dh_link, removing all of the
          redundancies.
    
     -- Doug Torrance <email address hidden>  Thu, 03 Dec 2020 20:20:45 -0500