From 1490c83e88e86d4b03aee84de8eb331de5e52012 Mon Sep 17 00:00:00 2001 From: Mo Zhou Date: Tue, 18 Sep 2018 09:27:43 +0000 Subject: [PATCH] Suggests linux-libc-dev (<< LINUX_NEXT~) instead of (<< LINUX_NEXT). --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a50085a..b9db43b 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \