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 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