> please implement I'm waiting for my account registration to go thorugh. But honestly, why don't you do it yourself? It's literally a one line change. Just add ``` dh_gencontrol -- -Vlinux:Depends="linux-image-amd64 (<< $(LINUX_NEXT)~) | linux-image-arm64 (<< $(LINUX_NEXT)~) | linux-image-armmp (<< $(LINUX_NEXT)~) | linux-image-rpi (<< $(LINUX_NEXT)~) | linux-image-powerpc64le (<< $(LINUX_NEXT)~) | linux-image-s390x (<< $(LINUX_NEXT)~) | linux-image-riscv6 (<< $(LINUX_NEXT)~), linux-image-amd64 (>= $(LINUX_MIN)~) | linux-image-arm64 (>= $(LINUX_MIN)~) | linux-image-armmp (>= $(LINUX_MIN)~) | linux-image-rpi (>= $(LINUX_MIN)~) | linux-image-powerpc64le (>= $(LINUX_MIN)~) | linux-image-s390x (>= $(LINUX_MIN)~) | linux-image-riscv6 (>= $(LINUX_MIN)~)," ``` here: https://salsa.debian.org/zfsonlinux-team/zfs/-/blob/1511025e6fed3fe510bd1da7db5a966a3d0b7fcd/contrib/debian/rules#L71
I'm sure you could do this better (e.g. by detecting the relevant arch) but it's quite literally *that* simple. I don't understand how this has been a bug for over 7 years.

