From 73bbc486ed4d7b1e7600e681a0d96eabbf77367f Mon Sep 17 00:00:00 2001 From: Mo Zhou Date: Tue, 18 Sep 2018 09:38:06 +0000 Subject: [PATCH] Fix awk grammer in Makefile. Gbp-Dch: Ignore --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0fc1a54..7118a4d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/dpkg/pkg-info.mk NAME := spl VERSION := $(DEB_VERSION_UPSTREAM) REVISION := $(shell echo $(DEB_VERSION) | cut -d- -f2) -LINUX_NEXT := $(shell awk -F. '{print $1 "." $2+1}' debian/linux_compat) +LINUX_NEXT := $(shell awk -F. '{print $$1 "." $$2+1}' debian/linux_compat) export DEB_BUILD_MAINT_OPTIONS = hardening=+all -- 2.39.2