Change logs for fltk1.3 source package in Xenial

  • fltk1.3 (1.3.3-7) unstable; urgency=medium
    
      * debian/control: Drop versioned dpkg-dev build dependency, as even
        oldstable's version is sufficient.  (Closes: #811298.)
      * debian/copyright: Correct short license name for png/* (not built anyway).
      * debian/rules: Fix indep-only (-A) builds.  (Closes: #814434.)
      * debian/.gitignore: Ignore new {common,debhelper}-build-stamp files.
      * documentation/Makefile: Postprocess Doxygen LaTeX output to avoid
        breakage from attempting to use \hyperlink within \caption.
      * documentation/src/fltk-book.tex.in: Drop an occurrence of \\ that has
        become invalid with Doxygen 1.8.11.
    
     -- Aaron M. Ucko <email address hidden>  Sun, 14 Feb 2016 22:51:01 -0500
  • fltk1.3 (1.3.3-6) unstable; urgency=medium
    
      * debian/control: Drop build dependency on imagemagick entirely.
      * debian/install: Stop installing XPM icons.
      * debian/rules:
        - Reinstate unhardened fltk-config more robustly.
          (Closes: #809711, #809825.)
        - Stop generating XPM icons, needed only for the retired .menu entries.
    
     -- Aaron M. Ucko <email address hidden>  Mon, 04 Jan 2016 22:48:42 -0500
  • fltk1.3 (1.3.3-5) unstable; urgency=medium
    
      * debian/control: Split some build dependencies out into Build-Depends-Arch.
      * debian/rules:
        - Streamline indep-only (-A) builds to the extent possible (limited by the
          need to build and run fluid for the sake of some installed examples).
        - Invoke cmake -DOPTION_BUILD_EXAMPLES:BOOL=OFF to work around #809535.
      * debian/source/options: Rename back from local-options, per dgit.
      * debian/.gitignore: Unignore patches, per dgit.
      * debian/*.menu: Retire in favor of .desktop files, per #741573.
      * documentation/Makefile: Use the changelog date throughout, per
        https://wiki.debian.org/ReproducibleBuilds/TimestampsInPDFGeneratedByLaTeX
        plus an additional tweak to address the use of \today.
    
     -- Aaron M. Ucko <email address hidden>  Thu, 31 Dec 2015 16:19:03 -0500
  • fltk1.3 (1.3.3-4) unstable; urgency=medium
    
      * debian/control:
        - Revert temporary dependency additions for #793517.
        - Standards-Version: 3.9.6.  (Already compliant.)
      * debian/copyright: Factor out SGI-OpenGL license text.
      * debian/fix-fltk-targets-noconfig: New script, to make
        FLTK-Targets-noconfig.cmake fully sane.
      * debian/rules:
        - Use fix-fltk-targets-noconfig, as the previous inline
          logic proved insufficient.  (Closes: #793517.)
        - Set DEB_HOST_MULTIARCH more efficiently (via :=).
    
     -- Aaron M. Ucko <email address hidden>  Mon, 17 Aug 2015 14:22:08 -0400