@Luanti For Debian Trixie users: While waiting for 5.15 to appear in sid, you can package Luanti 5.15 yourself with just a few commands:Add sid sources to sources.list and thensudo apt build-dep luanti=5.14.0+dfsg-2sudo apt install libsdl2-dev devscriptswget https://github.com/luanti-org/luanti/archive/refs/tags/5.15.0.tar.gz https://deb.debian.org/debian/pool/main/l/luanti/luanti_5.14.0+dfsg-2.debian.tar.xztar xf 5.15.0.tar.gzcd luanti-5.15.0tar xf ../luanti_5.14.0+dfsg-2.debian.tar.xzdch --newversion 5.15.0-1 'New upstream version 5.15.0' </dev/nullsed --in-place -r 's/^.*run-unittests.*$|^.*dh_auto_test$//' debian/rulesdpkg-buildpackage -bdpkg-buildpackage -bIn this case dpkg-buildpackage needs to be run twice to ingnore a warning.#debian #luanti