tuba (0.10.2-1) unstable; urgency=medium

  * New upstream version
  * d/watch: update to version 5
  * d/patches: update for new upstream release.
    The metainfo patch has been upstreamed and can therefore be dropped.
    However, we now run into a new issue due to Vala 0.56 being seemingly
    stricter about ownership, leading builds to fail in Debian. Fix this
    by explicitly transferring ownership wherever needed. (Closes: #1115148)

 -- Arnaud Ferraris <aferraris@debian.org>  Mon, 29 Sep 2025 14:12:36 +0200

tuba (0.10.1-2) unstable; urgency=medium

  * d/rules: stop renaming executable.
    Upstream installs the executable as `dev.geopjr.Tuba` and we used to
    rename it to `tuba`. However, this doesn't work well with the recently
    added D-Bus activation, so let's revert to installing the executable
    without renaming it.

 -- Arnaud Ferraris <aferraris@debian.org>  Tue, 12 Aug 2025 10:53:54 +0200

tuba (0.10.1-1) unstable; urgency=medium

  * New upstream version
  * d/control: update build dependencies.
    Upstream added (optional) build dependencies on `webkitgtk` and
    `gexiv2`. In order to provide our users with the best experience, let's
    add those, and bump the minimum required versions of other deps as
    updated upstream.
    While at it, bump `Standards-Version` (no change needed) and drop
    `Rules-Requires-Root` as it's no longer needed
  * d/rules: enable optional features.
    Except for `clapper`, most optional features (such as GStreamer usage)
    were previously auto-detected. This is no longer the case and we now
    need to explicitly enable those, along with the new ones (`gexiv2` and
    `in-app-browser`).
  * d/gbp.conf: ensure we don't pull .gitattributes by accident
  * d/patches: fix metainfo generation.
    This step failed due to improper use of `&` instead of `&amp;` in
    translations, causing libxml to generate empty paragraphs for the
    corresponding languages.

 -- Arnaud Ferraris <aferraris@debian.org>  Mon, 11 Aug 2025 14:34:32 +0200

tuba (0.9.2-1) unstable; urgency=medium

  * New upstream version

 -- Arnaud Ferraris <aferraris@debian.org>  Tue, 04 Mar 2025 23:17:59 +0100

tuba (0.9.1-1) unstable; urgency=medium

  * New upstream version

 -- Arnaud Ferraris <aferraris@debian.org>  Sun, 29 Dec 2024 14:23:21 +0100

tuba (0.9.0-1) unstable; urgency=medium

  * New upstream version
  * d/control: depend on GStreamer.
    This was added in this version for providing a built-in audio player.

 -- Arnaud Ferraris <aferraris@debian.org>  Mon, 16 Dec 2024 10:26:15 +0100

tuba (0.8.4-1) unstable; urgency=medium

  * New upstream version

 -- Arnaud Ferraris <aferraris@debian.org>  Tue, 10 Sep 2024 13:54:35 +0200

tuba (0.8.3-1) unstable; urgency=medium

  * New upstream version

 -- Arnaud Ferraris <aferraris@debian.org>  Sun, 08 Sep 2024 17:32:28 +0200

tuba (0.8.2-2) unstable; urgency=medium

  * debian: drop maintainer manual page.
    Upstream now ships its own man page.
  * d/control: add missing build dependencies for clapper.
    The `clapper` package includes the needed development files, but those
    require the development files for other libraries, which aren't part of
    `clapper`'s  dependencies, sadly. Ensure we have all build deps by
    adding them manually until this package is fixed.
    While at it, bump Standards-Version as no other change is required.

 -- Arnaud Ferraris <aferraris@debian.org>  Fri, 02 Aug 2024 18:45:53 +0200

tuba (0.8.2-1) unstable; urgency=medium

  * New upstream version
  * d/control: update required libs versions.
    Upstream bumped the minimal version for GTK4 and libadwaita, let's
    reflect that in the packaging.
  * debian: enable video support.
    Tuba is now able to play videos as long as it is built against (and
    installed alongside) libclapper. Ensure we pull the proper build
    dependency and enable the corresponding build option as it's disabled by
    default.

 -- Arnaud Ferraris <aferraris@debian.org>  Fri, 02 Aug 2024 12:59:00 +0200

tuba (0.6.3-1) unstable; urgency=medium

  * New upstream version

 -- Arnaud Ferraris <aferraris@debian.org>  Wed, 07 Feb 2024 09:50:22 +0100

tuba (0.6.2-1) unstable; urgency=medium

  * New upstream version
  * d/gbp.conf: add more useful default options
    * automatic changelog commit after successful `gbp import-orig`
    * default commit message for `gbp dch -c`
  * d/rules: force `C` locale for running tests
    This will prevent FTBFS issues on systems with a different locale.
    (Closes: #1060991)

 -- Arnaud Ferraris <aferraris@debian.org>  Sat, 20 Jan 2024 12:59:23 +0100

tuba (0.6.1-1) unstable; urgency=medium

  * New upstream version
  * debian: stop excluding screenshots from upstream tarball.
    Those are still stored in `git-lfs`, but they're now part of the
    github-generated tarball, so we can now distribute them as well.
  * d/copyright: update for new version.
  * d/control: extend and improve long description.
  * d/tuba.1: fix application description.
    Fixes: lintian: useless-whatis-entry
  * debian: drop README.Debian and .docs file.
    We no longer exclude the screenshots, so `README.Debian` is no longer
    relevant. Additionally, there's no `tuba-docs` package so we can also
    drop the corresponding file.
  * .gitattributes: drop as we no longer use git-lfs

 -- Arnaud Ferraris <aferraris@debian.org>  Thu, 28 Dec 2023 14:49:13 +0100

tuba (0.5.0+ds-1) unstable; urgency=medium

  * New upstream version
  * debian: add gbp.conf and switch to debian/latest branch
  * debian: exclude screenshots to fix packaging workflow.
    Upstream stores screenshots with git-lfs, so the resulting tarball only
    includes LFS metadata instead of the actual image files. This causes an
    issue with how we use `git-buildpackage` as it then generates an invalid
    orig tarball.
    In order to work around this issue, we can exclude those files from the
    orig tarball (effectively repacking upstream sources), as they aren't
    installed anyway.
  * d/debian.yml: link to canonical pipeline location
  * d/control: update for new version.
    Upstream bumped the required versions of some library dependencies, so
    should we. While at it, change the following:
    * update the `Vcs-*` links so they point to the actual repo location
    * add myself to `Uploaders` as I'm willing to co-maintain this package
    * drop the version requirement on `valac` (current version is 0.56)
  * d/patches: drop upstreamed patch

 -- Arnaud Ferraris <aferraris@debian.org>  Tue, 03 Oct 2023 16:07:42 +0200

tuba (0.2.0-3) experimental; urgency=medium

  [ Andres Salomon ]
  * Update for 0.2.0.
  * Add build-dep on libgtksourceview-5-dev.
  * Switch from using libsoup2.4-dev to libsoup-3.0-dev for build.

  [ Federico Ceratto ]
  * Initial release. (Closes: #1033373)

 -- Federico Ceratto <federico@debian.org>  Thu, 25 May 2023 20:51:06 +0100
