From patchwork Wed Mar 3 16:29:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/5] UBUNTU: lintian -- move our debhelper compat level to debian/compat Date: Wed, 03 Mar 2010 06:29:03 -0000 From: Andy Whitcroft X-Patchwork-Id: 46825 Message-Id: <1267633743-11047-6-git-send-email-apw@canonical.com> To: kernel-team@lists.ubuntu.com You are meant to use debian/compat to record your debhelper compatibility level: W: linux source: debian-rules-sets-DH_COMPAT line 18 Signed-off-by: Andy Whitcroft --- debian/compat | 1 + debian/rules | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/rules b/debian/rules index a80b2f0..d3ac28f 100755 --- a/debian/rules +++ b/debian/rules @@ -14,8 +14,6 @@ DEBIAN=$(shell awk -F= '($$1 == "DEBIAN") { print $$2 }'