From patchwork Wed Mar 3 16:29:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 46823 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 0F808B7CEC for ; Thu, 4 Mar 2010 03:29:20 +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 1NmrRf-0007nK-AN; Wed, 03 Mar 2010 16:29:11 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NmrRa-0007m8-OB for kernel-team@lists.ubuntu.com; Wed, 03 Mar 2010 16:29:06 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NmrRa-0001od-N0 for ; Wed, 03 Mar 2010 16:29:06 +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 1NmrRa-0003wP-J0 for kernel-team@lists.ubuntu.com; Wed, 03 Mar 2010 16:29:06 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/5] UBUNTU: lintian -- update debhelper package version dependancy Date: Wed, 3 Mar 2010 16:29:00 +0000 Message-Id: <1267633743-11047-3-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 We are meant to have a matching compatibility version dependancy as our debhelper compatibility version: W: linux source: package-lacks-versioned-build-depends-on-debhelper 5 Signed-off-by: Andy Whitcroft --- debian.master/control.stub.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index 96fb75a..c1fe945 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Ubuntu Kernel Team Standards-Version: 3.8.4.0 -Build-Depends: debhelper (>= 3), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386 lpia], device-tree-compiler [powerpc] +Build-Depends: debhelper (>= 5), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386 lpia], device-tree-compiler [powerpc] Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils Build-Conflicts: findutils (= 4.4.1-1ubuntu1) Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-lucid.git