From 27b260bc783bef24ccec9e36e7404306ee381299 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 8 Jun 2020 19:03:10 +0000 Subject: [PATCH] debian/rules: Avoid using $(PWD) variable. Fixes: lintian: debian-rules-should-not-use-pwd See-also: https://lintian.debian.org/tags/debian-rules-should-not-use-pwd.html --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6d0a0568b8..0d902c9ff8 100755 --- a/debian/rules +++ b/debian/rules @@ -128,7 +128,7 @@ export WGET=/bin/false GIT=/bin/false # Other build flags etc. -t=$(PWD)/debian/tmp +t=$(CURDIR)/debian/tmp dpkg_CFLAGS := $(shell $(dbmo) dpkg-buildflags --get CFLAGS) dpkg_CPPFLAGS := $(shell $(dbmo) dpkg-buildflags --get CPPFLAGS) -- 2.30.2