From patchwork Wed Mar 3 16:29:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 46825 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 3C320B7CED for ; Thu, 4 Mar 2010 03:29:21 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NmrRh-0007oD-D9; Wed, 03 Mar 2010 16:29:13 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NmrRb-0007mP-EH for kernel-team@lists.ubuntu.com; Wed, 03 Mar 2010 16:29:07 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NmrRb-0001p8-CU for ; Wed, 03 Mar 2010 16:29:07 +0000 Received: from 79-70-73-149.dynamic.dsl.as9105.com ([79.70.73.149] helo=localhost.localdomain) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NmrRb-0003wP-7g for kernel-team@lists.ubuntu.com; Wed, 03 Mar 2010 16:29:07 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 5/5] UBUNTU: lintian -- move our debhelper compat level to debian/compat Date: Wed, 3 Mar 2010 16:29:03 +0000 Message-Id: <1267633743-11047-6-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1267633743-11047-1-git-send-email-apw@canonical.com> References: <1267633743-11047-1-git-send-email-apw@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@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 }'