From patchwork Fri Nov 11 19:16:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 125273 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 A60C91007D8 for ; Sat, 12 Nov 2011 06:20:39 +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 1ROweN-0000sd-ED; Fri, 11 Nov 2011 19:20:31 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ROweK-0000sY-Nc for kernel-team@lists.ubuntu.com; Fri, 11 Nov 2011 19:20:28 +0000 Received: from c-24-21-156-70.hsd1.or.comcast.net ([24.21.156.70] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ROweK-0004bT-Ac for kernel-team@lists.ubuntu.com; Fri, 11 Nov 2011 19:20:28 +0000 From: leann.ogasawara@canonical.com To: kernel-team@lists.ubuntu.com Subject: [Oneiric][SRU][linux-meta][PATCH 2/2] UBUNTU: Add compat-wireless 3.1.0 meta package Date: Fri, 11 Nov 2011 11:16:47 -0800 Message-Id: <60250e87e3674c590fec7f34e5000ec332cb3555.1321038292.git.leann.ogasawara@canonical.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: 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: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com From: Leann Ogasawara BugLink: http://bugs.launchpad.net/bugs/888769 Signed-off-by: Leann Ogasawara --- meta-source/debian/control.d/generic | 7 +++++++ meta-source/debian/control.d/generic-pae | 8 ++++++++ meta-source/debian/control.d/server | 8 ++++++++ 3 files changed, 23 insertions(+), 0 deletions(-) diff --git a/meta-source/debian/control.d/generic b/meta-source/debian/control.d/generic index 0ad0e17..21ad357 100644 --- a/meta-source/debian/control.d/generic +++ b/meta-source/debian/control.d/generic @@ -45,3 +45,10 @@ Depends: ${misc:Depends}, linux-backports-modules-net-${kernel-abi-version}-gene Description: Backported ethernet drivers for generic kernel image. This empty package allows people to keep their backported ethernet modules up-to-date when upgrading their Linux kernel. + +Package: linux-backports-modules-cw-3.1.0-RELEASE_NAME-generic +Architecture: amd64 i386 +Depends: ${misc:Depends}, linux-backports-modules-cw-3.1.0-${kernel-abi-version}-generic +Description: Backported wireless drivers for generic kernel image + This empty package allows people to keep their backported wireless modules + up-to-date when upgrading their Linux kernel. diff --git a/meta-source/debian/control.d/generic-pae b/meta-source/debian/control.d/generic-pae index f0483a3..0310041 100644 --- a/meta-source/debian/control.d/generic-pae +++ b/meta-source/debian/control.d/generic-pae @@ -45,3 +45,11 @@ Depends: ${misc:Depends}, linux-backports-modules-net-${kernel-abi-version}-gene Description: Backported ethernet drivers for generic kernel image This empty package allows people to keep their backported ethernet modules up-to-date when upgrading their Linux kernel. + +Package: linux-backports-modules-cw-3.1.0-RELEASE_NAME-generic-pae +Architecture: i386 +Depends: ${misc:Depends}, linux-backports-modules-cw-3.1.0-${kernel-abi-version}-generic-pae +Description: Backported wireless drivers for generic-pae kernel image + This empty package allows people to keep their backported wireless modules + up-to-date when upgrading their Linux kernel. + diff --git a/meta-source/debian/control.d/server b/meta-source/debian/control.d/server index 33745ec..ef98120 100644 --- a/meta-source/debian/control.d/server +++ b/meta-source/debian/control.d/server @@ -45,3 +45,11 @@ Depends: ${misc:Depends}, linux-backports-modules-net-${kernel-abi-version}-serv Description: Backported ethernet drivers for server kernel image This empty package allows people to keep their backported ethernet modules up-to-date when upgrading their Linux kernel. + +Package: linux-backports-modules-cw-3.1.0-RELEASE_NAME-server +Architecture: amd64 +Depends: ${misc:Depends}, linux-backports-modules-cw-3.1.0-${kernel-abi-version}-server +Description: Backported wireless drivers for server kernel image + This empty package allows people to keep their backported wireless modules + up-to-date when upgrading their Linux kernel. +