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 09d1219268ab6629c857aaaee50d639104156be6
Author: Daniel Gröber <dxld@darkboxed.org>
Date: Tue Mar 18 13:08:02 2025 +0100
bin/sbuild-debian-developer-setup: Pass --arch through to sbuild-createchroot
commit f1b982ad479b1be7e7b888f6fa4aaba6cc6f88fb
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Sun Mar 16 17:38:03 2025 +0100
Don't run dpkg-buildtree for old dpkg
Closes: #1100636
commit 96bb75be6e92927807dca09521e16215471fc5dd
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Fri Mar 7 13:26:42 2025 +0100
To set an unreproducible build path, BUILD_PATH has to be the empty string
Setting it to undef makes sbuild choose the default value instead which
is '/build/reproducible-path' and thus undef has no effect. Removing the
default from the configuration option would make it impossible for
sbuild to figure out whether the setting being undefined is because the
user explicitly set it that way in their ~/.config/sbuild/config.pl or
because undef is the default if there is no default.
commit c11379027e950ad5c469cdd3ff91e2dc39e10ebb
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Wed Feb 12 05:11:39 2025 +0100
lib/Sbuild/Build.pm: improve error message for when a source package was not found