please check build-deps in ci as well
current code has
- apt-get -y install devscripts debhelper python3-sphinx git meson ninja-build
but
- apt-get -y install build-essential
- apt-get -y build-dep .
would additionally verify the build-dependencies in debian/control
are correct