Hi Andrea, On Wed, Nov 16, 2022 at 02:02:34PM +0100, Andrea Bolognani wrote: > If I'm reading the NEWS.Debian file for mount correctly, it hasn't > been essential since 2017. So why is this only showing up now?
A few years back, sbuild used to require variant buildd chroots. That used to be a fine choice, but since cross building became a thing, sbuild had to install build-essential. So it learned doing it natively and iteratively learned to deal with smaller and smaller chroots. Along that way, I eventually minimized my build chroots and at some point started stumbling into missing mount dependencies. You see, I don't happen to rebuild the archive on my desktop that often. ;) Helmut