From patchwork Thu Mar 15 13:31:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Watson X-Patchwork-Id: 146953 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 E9DACB6F9F for ; Fri, 16 Mar 2012 00:31:58 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1S8AmS-0006GW-Bs; Thu, 15 Mar 2012 13:31:48 +0000 Received: from chiark.greenend.org.uk ([212.13.197.229]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1S8AmP-0006GQ-CU for kernel-team@lists.ubuntu.com; Thu, 15 Mar 2012 13:31:45 +0000 Received: from [172.20.153.9] (helo=riva.pelham.vpn.ucam.org) by chiark.greenend.org.uk (Debian Exim 4.72 #1) with esmtps (return-path cjwatson@ubuntu.com) id 1S8AmP-0001YU-3a for kernel-team@lists.ubuntu.com; Thu, 15 Mar 2012 13:31:45 +0000 Received: from sarantium.pelham.vpn.ucam.org ([2001:470:95d9:0:21c:23ff:fe97:5cf2]) by riva.pelham.vpn.ucam.org with esmtp (Exim 4.72) (envelope-from ) id 1S8AmM-0002Xc-7N for kernel-team@lists.ubuntu.com; Thu, 15 Mar 2012 13:31:42 +0000 Received: from riva.dynamic.greenend.org.uk (localhost [127.0.0.1]) by sarantium.pelham.vpn.ucam.org (Postfix) with ESMTPS id 10C013E402F for ; Thu, 15 Mar 2012 13:31:31 +0000 (GMT) Date: Thu, 15 Mar 2012 13:31:29 +0000 From: Colin Watson To: kernel-team@lists.ubuntu.com Subject: [PATCH] Move kernels to "Section: kernel" Message-ID: <20120315133129.GY3407@riva.dynamic.greenend.org.uk> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Per https://bugs.launchpad.net/bugs/499557, kernels should be in "Section: kernel" these days. We'll override this in the archive, but it would make life easier if the kernel packaging matched as well. (It does no harm for this to be applied to earlier releases as well, though it doesn't have to be, so whatever's easiest for you.) Thanks, diff --git a/debian.master/control.d/flavour-control.stub b/debian.master/control.d/flavour-control.stub index f6184a4..c137d39 100644 --- a/debian.master/control.d/flavour-control.stub +++ b/debian.master/control.d/flavour-control.stub @@ -23,7 +23,7 @@ Package: linux-image-PKGVER-ABINUM-FLAVOUR Architecture: ARCH -Section: admin +Section: kernel Priority: optional Pre-Depends: dpkg (>= 1.10.24) Provides: linux-image, linux-image-3.0, fuse-module, =PROVIDES= @@ -49,7 +49,7 @@ Description: Linux kernel image for version PKGVER on DESC Package: linux-image-extra-PKGVER-ABINUM-FLAVOUR Architecture: ARCH -Section: admin +Section: kernel Priority: optional Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR Description: Linux kernel image for version PKGVER on DESC diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index d2136aa..a448376 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -47,7 +47,7 @@ Description: Linux kernel specific documentation for version PKGVER Package: SRCPKGNAME-tools-common Architecture: all -Section: admin +Section: kernel Priority: optional Depends: ${misc:Depends} Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25)