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 bc16dff5381b668a71fa99c381baba202c34c789
Author: Otto Kekäläinen <otto@debian.org>
Date: Wed Jan 1 18:06:10 2025 -0800
Put build artifacts in `debian/build` by default instead of `_build`
Most Debian build systems place the build artifacts in a subdirectory of
`debian/`. Using `_build` in the project root lead to most Go packages
adding `_build` to their `.gitignore` even though upstream sources should
ideally stay pristine and all modifications be done only in `debian/`.
Note that this has little immediate effect on Go packages, as most of them
are using a `debian/rules` template from dh-make-golang which defines
explicitly a build path. Those need to be removed before this new default
setting will have an effect.
commit 02586957d9b7478b784cf1a97c451d2801bfd444
Author: Otto Kekäläinen <otto@debian.org>
Date: Sat Dec 28 12:30:23 2024 -0800
Include cross-links in man pages
Make dh_golang and dh-make-golang easier to discover by people
reading man pages about Go packaging in Debian.