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 c16c3d196b453f1aed51ee3a81c6b41a87a638b1
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Sat Apr 19 21:40:54 2025 +0200
Set a nonexistent home for the sbuild build user
Previous to 88e9801d sbuild used a different build user which had no
$HOME inside the chroot. Contrary there was a $HOME for the sbuild user
created in ChrootSetup.pm resulting in packages now being able to write
to it, contrary to the Debian policy.
This resulted in https://bugs.debian.org/1103552 for
globus-gram-job-manager and https://bugs.debian.org/1103554 for incus.
This commit changes the $HOME for the sbuild user to a non existing path
so the old behaviour is restored.
commit 48f77449c03bc002be3314e968096014b20b77cc
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sat Apr 19 20:46:52 2025 +0200
lib/Sbuild/Conf.pm: expand HELP of CHROOT_ALIASES
commit 2c5029042e641e54a692fda2bf3df7c6d2c46321
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sat Apr 19 20:46:20 2025 +0200
lib/Sbuild/Conf.pm: expand HELP of UNSHARE_MMDEBSTRAP_DISTRO_MANGLE
commit 971143db3800ac3b58525bd6d2089a2434418f83
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sat Apr 19 20:44:32 2025 +0200
lib/Sbuild/Conf.pm: expand the HELP text of UNSHARE_TMPDIR_TEMPLATE and add EXAMPLE
commit fe46a643bb88f3e8643daa435fed7614bf764167
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sat Apr 19 20:33:52 2025 +0200
bin/sbuild-usernsexec: suggest installing iproute2 if 'ip link set lo up' failed
commit 89b0ae0c7b53bf0df86ba3233d72d559ce15af2a
Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sat Apr 19 18:33:45 2025 +0200
bin/sbuild-usernsexec: do not mount non-existing device nodes
commit 9a47ad60b27d1cc138474aba09174e0ab7985e00
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri Apr 18 17:58:52 2025 +0200
Allow BUILD_PATH being empty
Closes: #1103519