Suggests linux-libc-dev (<< LINUX_NEXT~) instead of (<< LINUX_NEXT).

This commit is contained in:
Mo Zhou 2018-09-18 09:27:43 +00:00
parent ce310ee25b
commit 1490c83e88

2
debian/rules vendored
View File

@ -23,7 +23,7 @@ pmodules = $(NAME)-modules-$(non_epoch_version)
dh $@ --with dkms,autoreconf --parallel
override_dh_auto_configure:
sed "s/@LINUX_COMPAT@/linux-libc-dev \(<< $(shell debian/get_next.sh)\)/" debian/control.in > debian/control
sed "s/@LINUX_COMPAT@/linux-libc-dev \(<< $(shell debian/get_next.sh)~\)/" debian/control.in > debian/control
@# Embed the downstream version in the module.
@sed \