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 01acdf26a6fad6ead0b4a10b7878cdab0298b775
Author: Andrew Kreimer <algonell@gmail.com>
Date: Mon Feb 3 10:08:02 2025 +0200
Fix typos
There are some typos in the documentation:
- agressively -> aggressively
- commans -> commands
- decend -> descend
- documentstion -> documentation
- getttext -> gettext
- huristics -> heuristics
- interpretted -> interpreted
- Prety -> Pretty
- releted -> related
- Swich -> Switch
Fix them via codespell.
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.