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 986e93ae740bf327cbdced73ef5704e93aafc390
Author: Niels Thykier <niels@thykier.net>
Date: Sat Jul 20 15:25:53 2024 +0000
Set `Rules-Requires-Root: no` since rdate does not need (fake)root
The `rdate` package can be assembled without needing (fake)root.
Setting `Rules-Requires-Root: no` will enable the buildds do leverage
this in practice and remove the implicit build dependency on fakeroot.
On avoiding fakeroot
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. Additionally, fakeroot has one
open unfixed RC bug filed against it that has made it unable to
migrate to testing for a while.