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 7b7f9f03368197f41078ee6b64a8544cba6a6843
Author: Niels Thykier <niels@thykier.net>
Date: Fri Jun 14 10:56:47 2024 +0000
Tweak `debian/rules` to enable 'Rules-Requires-Root: no`
The upstream Makefile had some statements that would require
`(fake)root`. Fortunately, upstream has made them trivial to override
the relevant part and this patch has `debian/rules` override these
definitions, such that entire package build and assembly can now be
done without `(fake)root`.
As useful as `fakeroot` has been, it is also quite fragile. As an example,
a slightly out of date `fakeroot` can cause debs to be contaminated with
non-root ownership [#1024544](https://bugs.debian.org/1024544).
Additionally, `fakeroot` has one open unfixed RC bug filed against it that
has made it unable to migrate to testing for a while.