Change logs for gfan source package in Jammy

  • gfan (0.6.2-6) unstable; urgency=medium
    
      * debian/patches/find-name.patch
        - Add Forwarded field.
      * debian/patches/remove_failing_tests_on_32bits.patch
        - Remove patch; no longer needed.
      * debian/rules
        - Add -ffloat-store to CFLAGS on 32-bit architectures; fixes
          0009RenderStairCase test.
        - Convert override_* to execute_before_* where possible.
        - Build documentation a second time to fix references.
    
     -- Doug Torrance <email address hidden>  Sun, 21 Nov 2021 23:51:26 -0500
  • gfan (0.6.2-5) unstable; urgency=medium
    
      [ Andreas Tille ]
      * Fix spelling
      * Set field Upstream-Contact in debian/copyright.
      * Remove obsolete fields Contact, Name from debian/upstream/metadata
        (already present in machine-readable debian/copyright).
    
      [ Doug Torrance ]
      * debian/control
        - Update Maintainer to Debian Math Team.
        - Update Vcs-* fields (science-team -> math-team).
        - Bump Standards-Version to 4.6.0.
      * debian/copyright
        - Add myself to copyright holders for debian/*.
      * debian/patches/find-name.patch
        - Properly terminate while loop when finding application name.
      * debian/rules
        - Stop including architecture.mk; not used.
        - Move code for generating manpage to one place.
        - Stop setting DH_VERBOSE.
    
     -- Doug Torrance <email address hidden>  Mon, 08 Nov 2021 19:33:55 -0500
  • 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