Ubuntu kernel builds do not export .kernelvariables file, thus extend
CC detection to read compiler binary from the .config file
Gbp-Pq: Name exact-cc.patch
Forwarded: https://github.com/dell/dkms/issues/219
support build exclusion depending on kernel features being present/absent,
e.g. BUILD_EXCLUSIVE_CONFIG="CONFIG_FOO !CONFIG_BAR"
Gbp-Pq: Name BUILD_EXCLUSIVE_CONFIG.patch
Bug-Debian: https://bugs.debian.org/1012043
print the dkms.conf file name containing the deprecated setting
silence duplicate deprecation warnings emitted from
module_status_built_extra() which reads the dkms.conf file again
Gbp-Pq: Name deprecations.patch
export the CC variable from .kernelvariables in the kernel source to allow
module build systems use the kernel's compiler also outside of Kbuild
Gbp-Pq: Name export-CC.patch