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 8c65231ad1b7bb71ffbc5d2d75ad8d7d420501b4
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon May 2 20:04:47 2022 +0200
Rebuild: Use the new settings '--debian-installer-distribution git'.
commit fa8ebd246906b62f3a96d283c45879f3f1765b3a
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon May 2 19:52:57 2022 +0200
Introduce '--debian-installer-distribution git'.
With this 'distribution', the installer is built from its git
repository, matching the date in SOURCE_DATE_EPOCH.
Additionally the kernel version is matched to the kernel version in the
chroot (to ensure that the installer can be run).
Rationale: The 'daily' installers are not archived, and therefore cannot
be used for a reproducible build.
commit 26845abebcfaac0499a3bb8b761aafb3012f44a6
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon May 16 11:25:35 2022 +0200
Create a clean chroot for the installer.
The installer stage has a clean chroot for its own usage. The chroot
from the chroot stage is available in chroot/chroot (implemented similar
to the binary stage).
commit ac0cde14e6b645778f5acefb7fd5cdde57ee88d2
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon May 2 19:52:17 2022 +0200
Synchronise all --parent-distribution options.
This makes the default value of --parent-debian-installer-distribution
the same as --debian-installer-distribution, like the other
--parent-distribution-* options.