Change logs for fltk1.1 source package in Disco

  • fltk1.1 (1.1.10-26ubuntu1) disco; urgency=medium
    
      * debian/rules: Remove override_dh_installchangelogs because Ubuntu doesn't
        install changelogs by default, and the logic causes an FTBFS.
    
     -- Logan Rosen <email address hidden>  Sat, 16 Feb 2019 20:46:35 -0500
  • fltk1.1 (1.1.10-26) unstable; urgency=medium
    
      * configure: Revert local changes in favor of using (dh_)autoreconf.
      * debian/compat: Go ahead and advance to 11.
      * debian/control:
        - Advance debhelper B-D version constraint to (>= 11~).
        - Standards-Version: 4.3.0 (fully compliant at this point).
      * debian/rules:
        - Allow (dh_)autoreconf, albeit with autoheader suppressed, and
          configure saved and restored rather than deleted on cleanup.
        - Use /usr/share/dpkg/{architecture,buildflags}.mk instead of calling
          dpkg-{architecture,buildflags} directly (and piecemeal).
        - Use host-specific pkg-config in FTCONFIG for the sake of cross
          builds, per Helmut Grohne.  (Closes: #914480.)
        - override_dh_auto_install-arch: Skip test/ here too for cross builds.
        - override_dh_install-arch: Strip *all* -f*-prefix-map=* flags from
          fltk-config, per Chris Lamb. (Closes: #909078.)
        - override_dh_installchangelogs: Install CHANGES as NEWS(.gz), not
          changelog(.gz).
    
     -- Aaron M. Ucko <email address hidden>  Sun, 10 Feb 2019 23:07:45 -0500
  • fltk1.1 (1.1.10-25) unstable; urgency=medium
    
      * debian/rules (override_dh_auto_build-indep): Cover more subdirectories
        (with or without nodoc in DEB_BUILD_OPTIONS) to fix an accidental
        regression in indep-only buildability.
    
     -- Aaron M. Ucko <email address hidden>  Mon, 12 Mar 2018 20:59:37 -0400