Refactor build for next upstream version and forky release cycle
- Since new versions no longer need to be backported to bookworm, simplify installation by always installing firmware under
/usr/lib/firmware
. - Use
dh_install
and generated.install
files for installation, to avoid an 'Argument list too long' error when updating to 20250808. (This is the essential change that I started off with.) - Having done that, simplify the build by using
dh
instead of the current recursive makefiles. - Finally, sort out the various
clean
rules indebian/rules
, along the same lines as src:linux.