diff -Nru rtl8821ce-5.5.2.1/debian/changelog rtl8821ce-5.5.2.1/debian/changelog --- rtl8821ce-5.5.2.1/debian/changelog 2022-04-11 14:22:26.000000000 +0000 +++ rtl8821ce-5.5.2.1/debian/changelog 2023-01-12 17:21:51.000000000 +0000 @@ -1,3 +1,9 @@ +rtl8821ce (5.5.2.1-0ubuntu11) jammy; urgency=medium + + * Don't build on anything higher than 5.15+ (LP: #2002641). + + -- Paolo Pisati Thu, 12 Jan 2023 17:21:51 +0000 + rtl8821ce (5.5.2.1-0ubuntu10) jammy; urgency=medium * Drop manual autopkgtest in favor of using the autodep8 one. diff -Nru rtl8821ce-5.5.2.1/debian/rtl8821ce-dkms.dkms rtl8821ce-5.5.2.1/debian/rtl8821ce-dkms.dkms --- rtl8821ce-5.5.2.1/debian/rtl8821ce-dkms.dkms 2022-04-08 09:06:54.000000000 +0000 +++ rtl8821ce-5.5.2.1/debian/rtl8821ce-dkms.dkms 2023-01-12 17:21:51.000000000 +0000 @@ -23,3 +23,5 @@ if ! grep -q '^CONFIG_CFG80211=[ym]$' $kernel_source_dir/.config; then BUILD_EXCLUSIVE_KERNEL="^$" fi + +BUILD_EXCLUSIVE_KERNEL="^5.15.*"