Control: tag -1 patch
On 16/01/2023 05.58, Roger Shimizu wrote:
please switch the Build-Depends of your package from `dkms` to `dh-dkms`
or (preferrably) `dh-sequence-dkms`.
With the latter you can also drop the `--with dkms` argument to `dh`.
I guess you prefer dh-sequence-dkms, since currently we're using
dh-dkms already.
Then this bug report was triggered by the superfluous B-D: dkms ;-)
(And I can drop the dkms -> dh-dkms dependency for bookworm without
harming your package.)
If you have questions or need help for disabling the module build on
unsupported architectures/configurations (that may be exposed when
enabling the autopkgtest), don't hesitate to contact me.
I did a code search, and found:
https://sources.debian.org/src/bbswitch/0.8-14/debian/tests/autopkgtest-pkg-dkms.conf/
I guess you just meant this, right?
There are only *.o_shipped for amd64 and i386. I've therefore restricted
the autopkgtest to these two architectures.
You can find some proposed commits here:
https://salsa.debian.org/anbe/broadcom-sta/-/merge_requests/1
(This unfortunately ended up as a merge request in my fork since your
repository does not allow creation of merge requests.)
Andreas