freewave (0.9.2-1) unstable; urgency=medium

  * New upstream release. Corrects the Qt floor comment above find_package,
    which still described the old 6.8 floor.

 -- BEN ENGLISCH <EMAILBEN145@gmail.com>  Wed, 02 Sep 2026 12:15:22 -0500

freewave (0.9.1-3) unstable; urgency=medium

  * Drop Vcs-Git and Vcs-Browser. Both named the upstream source mirror, which
    carries no debian/ directory; the packaging is not maintained there.
    Homepage still points at the project, which is what those URLs were
    actually documenting.

 -- BEN ENGLISCH <EMAILBEN145@gmail.com>  Wed, 02 Sep 2026 12:11:29 -0500

freewave (0.9.1-2) unstable; urgency=medium

  * Express the compiler build-dependency as a floor rather than a pin:
    g++ (>= 4:14) | g++-14. Ubuntu 24.04 is the only supported suite whose
    default g++ is below the C++23 floor, and it is the only one that now
    falls through to the versioned package. Trixie, sid and Ubuntu 26.04
    build with their own default compiler again.
  * Select gcc-14 in debian/rules only when the default g++ is older than 14,
    so the build no longer invokes a compiler it did not install.

 -- BEN ENGLISCH <EMAILBEN145@gmail.com>  Wed, 02 Sep 2026 11:11:36 -0500

freewave (0.9.1-1) unstable; urgency=medium

  * New upstream release.
  * Lower the Qt floor to 6.4 so the package builds on Ubuntu 24.04 LTS.
  * Build with gcc-14 explicitly; Ubuntu 24.04 defaults to gcc-13, which is
    below the C++23 floor the sources need.
  * Depend on qml6-module-qtqml-models. NowPlaying.qml uses ListModel and
    Connections, and QML imports are invisible to dpkg-shlibdeps.
  * Drop the qml6-module-qtquick-effects dependency. The Now Playing cover
    shadow is drawn by a shader now rather than by MultiEffect, and the module
    does not exist before Qt 6.5.
  * Install a man page and add debian/watch plus DEP-12 upstream metadata.
  * Enable the full hardening set.
  * Depend on qt6-svg-plugins | libqt6svg6 (<< 6.5). Ubuntu 24.04 has no
    qt6-svg-plugins; the SVG image-format and icon-engine plugins are still
    inside libqt6svg6 there. The version restriction keeps the fallback from
    being satisfied on suites where the plugins were split out, which would
    leave the package installable but without any SVG icons.

 -- BEN ENGLISCH <EMAILBEN145@gmail.com>  Tue, 01 Sep 2026 14:43:36 -0500

freewave (0.9.0-1) unstable; urgency=medium

  * Initial Debian packaging.

 -- BEN ENGLISCH <EMAILBEN145@gmail.com>  Mon, 31 Aug 2026 13:42:35 -0500
