From patchwork Mon Jun 25 08:51:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 167009 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 F365FB6FBE for ; Mon, 25 Jun 2012 18:52:16 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Sj51e-0001Rt-82; Mon, 25 Jun 2012 08:52:02 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Sj51X-0001RZ-Ji for kernel-team@lists.ubuntu.com; Mon, 25 Jun 2012 08:51:55 +0000 Received: from p5b2e3468.dip.t-dialin.net ([91.46.52.104] helo=[192.168.2.5]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Sj51X-0002JJ-GZ for kernel-team@lists.ubuntu.com; Mon, 25 Jun 2012 08:51:55 +0000 Message-ID: <4FE826AA.8090305@canonical.com> Date: Mon, 25 Jun 2012 10:51:54 +0200 From: Stefan Bader User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: kernel-team@lists.ubuntu.com Subject: [Precise linux-meta/ti-omap4] UBUNTU: Move all header meta packages into Section: metapackages References: <1340368965-3364-1-git-send-email-tim.gardner@canonical.com> <4FE82438.5000700@canonical.com> In-Reply-To: <4FE82438.5000700@canonical.com> X-Enigmail-Version: 1.4.2 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 On 25.06.2012 10:41, Stefan Bader wrote: > Applied to precise linux-meta (I started a new release but have not finalized > it). Also noted that for ti-omap4 branch this could be made consistent. > > > > That would make that topic branch consistent too. From ab96ba88bffa2f1bb8351a54d3fb115b5b0f9a50 Mon Sep 17 00:00:00 2001 From: Stefan Bader Date: Mon, 25 Jun 2012 10:38:40 +0200 Subject: [PATCH] UBUNTU: Consistently put into metapackage section Also place the source package there (like it has been done for the master branch). BugLink: http://bugs.launchpad.net/bugs/988447 Signed-off-by: Stefan Bader --- meta-source/debian/control.d/ti-omap4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-source/debian/control.d/ti-omap4 b/meta-source/debian/control.d/ti-omap4 index be9aaf9..d4d220c 100644 --- a/meta-source/debian/control.d/ti-omap4 +++ b/meta-source/debian/control.d/ti-omap4 @@ -1,6 +1,6 @@ Package: linux-headers-omap4 Architecture: armel armhf -Section: devel +Section: metapackages Priority: optional Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-omap4 Description: Linux kernel headers for the OMAP4 architecture. -- 1.7.9.5