Package: legiond
Version: 0.0.10+ds-2
Severity: serious
User: [email protected]
Usertags: piuparts
legiond in main depends on lenovolegionlinux-dkms in contrib, which is
not permitted by the policy.
BTW, why is the -dkms package in contrib?
The -dkms package looks overly complicated:
- the B-D: dkms should be superfluous, since there is dh-sequence-dkms
- aren't preinst and postinst equivalent to what dh_dkms inserts?
- the substitution in dkms.conf can be done by dh_dkms if you use
PACKAGE_VERSION="#MODULE_VERSION#"
and (if ($(UP_VERS) != $(DEB_VERSION_UPSTREAM)))
override_dh_dkms:
dh_dkms -V $(UP_VERS)
Andreas