From patchwork Mon Nov 21 12:12:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Watson X-Patchwork-Id: 126770 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 B6EDDB720D for ; Mon, 21 Nov 2011 23:12:49 +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 1RSSjk-00041X-2K; Mon, 21 Nov 2011 12:12:36 +0000 Received: from chiark.greenend.org.uk ([212.13.197.229]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RSSje-00040i-9s for kernel-team@lists.ubuntu.com; Mon, 21 Nov 2011 12:12:30 +0000 Received: from [172.20.153.9] (helo=riva.pelham.vpn.ucam.org) by chiark.greenend.org.uk (Debian Exim 4.69 #1) with esmtp (return-path cjwatson@ubuntu.com) id 1RSSje-0000Vm-1i for kernel-team@lists.ubuntu.com; Mon, 21 Nov 2011 12:12:30 +0000 Received: from sarantium.wl.pelham.vpn.ucam.org ([2001:470:95d9:0:21c:26ff:fe49:dd4d] helo=sarantium.pelham.vpn.ucam.org) by riva.pelham.vpn.ucam.org with esmtp (Exim 4.72) (envelope-from ) id 1RSSjc-0003fS-PT for kernel-team@lists.ubuntu.com; Mon, 21 Nov 2011 12:12:28 +0000 Received: from riva.dynamic.greenend.org.uk (localhost [127.0.0.1]) by sarantium.pelham.vpn.ucam.org (Postfix) with ESMTPS id 1A3E03E412B for ; Mon, 21 Nov 2011 12:12:28 +0000 (GMT) Date: Mon, 21 Nov 2011 12:12:26 +0000 From: Colin Watson To: kernel-team@lists.ubuntu.com Subject: [PATCH] Make wireless-crda Multi-Arch: foreign Message-ID: <20111121121226.GH3159@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 This will allow wireless-crda to satisfy dependencies of non-native-architecture packages. In particular, this helps with installing linux-image-generic:amd64 on i386, which is one of the early steps involved in crossgrading an i386 system to amd64. Signed-off-by: Colin Watson --- debian/control | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian/control b/debian/control index 57c7d97..c2f21ab 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Vcs-Git: git://kernel.ubuntu.com/ubuntu/wireless-crda.git Package: wireless-crda Architecture: any +Multi-Arch: foreign Depends: udev Description: Wireless Central Regulatory Domain Agent This package provides the CRDA agent for wireless drivers to