vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit b4ee8c34e4289296f18599f72adbd2e3da8c0c0f
Author: Otto Kekäläinen <otto@debian.org>
Date: Thu Jan 2 19:26:47 2025 -0800
Improve the gbp.conf template
- The Debian packaging branch and the upstream import branch names should
follow DEP-14 conventions. The debian-branch should never be 'main' as
it is likely to clash with the upstream development branch name.
- A good gbp.conf has at minimum documented if and what upstream release
git tag format is, and if Debian packaging uses tarballs or not
(and hence if pristine-tar should be expected). These are things that
git-buildpackage can't guess and thus makes sense to recommend as the
bare minimum contents for gbp.conf.