Switch default tmpdir from /tmp/ to /var/tmp/
settings.tmpdir is used for debootstrap, which doesn't like filesystems mounted with nodev. As /tmp/ is now a tmpfs by default, and it is mounted nodev for security reasons, switch the default (if nothing else is set) from /tmp/ to /var/tmp/.
Closes: #1072092