From patchwork Thu Dec 2 02:11:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 73927 X-Patchwork-Delegate: leann.ogasawara@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 DAB18B70D4 for ; Thu, 2 Dec 2010 13:12:02 +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 1PNyeL-0008WT-3w; Thu, 02 Dec 2010 02:11:57 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1PNyeI-0008Vj-Jz for kernel-team@lists.ubuntu.com; Thu, 02 Dec 2010 02:11:54 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1PNyeI-0004e6-I5 for ; Thu, 02 Dec 2010 02:11:54 +0000 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1PNyeH-0007xC-VT for kernel-team@lists.ubuntu.com; Thu, 02 Dec 2010 02:11:54 +0000 Subject: [Lucid][SRU][PATCH 1/1] UBUNTU: Remove conflicts statements for compat-wireless meta packages From: Leann Ogasawara To: kernel-team Date: Wed, 01 Dec 2010 18:11:48 -0800 Message-ID: <1291255908.2385.3030.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 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: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/683944 SRU Justification: Examining the Lucid compat-wireless LBM meta packages it appears the 'Conflicts:' statements in each of the debian/control.d flavours is unnecessary. The LBM packages themselves already have the appropriate 'Conflicts:' statements. Furthermore, they are coded in only one location in each of the LBM packages (debian/control.d/flavour-control.stub) which is much simpler to track and update vs multiple separate files in each of the meta package flavours. Impact: The package resolver should do the right thing given each compat-wireless-2.6.3X package has correct 'Conflicts"' statements in its dependencies, thus there should be no impact. Test Case: Test installing the LBM compat-wireless meta packages and confirm multiple versions of the compat-wireless package are not installable at the same time. The following changes since commit 4134296463c7b57b21fba387d74cea6b8dcb26d2: UBUNTU: Ubuntu-2.6.32.27.29 (2010-11-30 16:47:53 -0800) are available in the git repository at: git://kernel.ubuntu.com/ogasawara/ubuntu-lucid-meta.git lp683944 Leann Ogasawara (1): UBUNTU: Remove conflicts statements for compat-wireless meta packages meta-source/debian/control.d/generic | 10 ---------- meta-source/debian/control.d/generic-pae | 3 --- meta-source/debian/control.d/preempt | 10 ---------- meta-source/debian/control.d/server | 10 ---------- 4 files changed, 0 insertions(+), 33 deletions(-) From 579fc7ac2ddf64fe68934b59349ae0e175cea149 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Wed, 1 Dec 2010 17:50:51 -0800 Subject: [PATCH] UBUNTU: Remove conflicts statements for compat-wireless meta packages BugLink: http://bugs.launchpad.net/bugs/683944 Examining the compat-wireless LBM meta packages it appears the 'Conflicts:' statements in each of the debian/control.d flavours is unnecessary. The LBM packages themselves already have the appropriate 'Conflicts:' statements. Furthermore, they are coded in only one location in each of the LBM packages (debian/control.d/flavour-control.stub) which is much simpler to track and update vs. 6 or 8 separate files in each of the meta package flavour files. Remove the conflicts statements for the compat-wireless meta packages. Signed-off-by: Leann Ogasawara Acked-by: Tim Gardner --- meta-source/debian/control.d/generic | 10 ---------- meta-source/debian/control.d/generic-pae | 3 --- meta-source/debian/control.d/preempt | 10 ---------- meta-source/debian/control.d/server | 10 ---------- 4 files changed, 0 insertions(+), 33 deletions(-)