Package: sbuild Version: 0.90.0 Severity: normal Hi,
iusing $unshare_tmpdir_template = '/var/tmp/tmp.sbuild.XXXXXXXXXX'; in the sbuild configuration, one can avoid a /tmp overflow if /tmp is a tmpfs. This is especially important since trixie where /tmp is tmpfs by default. This is not honored if the chroot needs to be built, mmdebstrap still happily fills up /tmp (and then terminates with a VERY misleading error message). Greetings Marc

