From patchwork Thu Mar 13 19:57:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 330093 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 762B52C00C6 for ; Fri, 14 Mar 2014 06:57:20 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WOBkl-0005fS-9Q; Thu, 13 Mar 2014 19:57:19 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WOBkg-0005fL-3l for fwts-devel@lists.ubuntu.com; Thu, 13 Mar 2014 19:57:14 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginm.net ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1WOBkg-0007R1-18 for fwts-devel@lists.ubuntu.com; Thu, 13 Mar 2014 19:57:14 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH][V2] debian: limit architectures to i386 amd64 armel armhf arm64 ppc64 ppc64el Date: Thu, 13 Mar 2014 19:57:13 +0000 Message-Id: <1394740633-23752-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.9.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Limit to architectures as we don't presently have the engineering resources to ensure fwts is sane on other architectures. Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin --- debian/control | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 5afb4ec..3b7f50e 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Description: FirmWare Test Suite be a Linux-centric firmware troubleshooting tool. Package: libfwtsiasl1 -Architecture: any +Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el Depends: ${shlibs:Depends}, ${misc:Depends} Description: FirmWare Test Suite ACPICA core built for iasl functionality The firmware test suite requires the ACPICA core engine to be built in @@ -28,7 +28,7 @@ Description: FirmWare Test Suite ACPICA core built for iasl functionality interface with fwts. Package: libfwtsacpica1 -Architecture: any +Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el Depends: ${shlibs:Depends}, ${misc:Depends} Description: FirmWare Test Suite ACPICA core built for acpiexec functionality The firmware test suite requires the ACPICA core engine to be built in @@ -37,7 +37,7 @@ Description: FirmWare Test Suite ACPICA core built for acpiexec functionality contains this code with a thin fwts specific API to interface with fwts. Package: libfwts1 -Architecture: any +Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el Depends: ${shlibs:Depends}, ${misc:Depends} Description: FirmWare Test Suite core support library This is the fwts core library. It contains a top level test framework @@ -45,7 +45,7 @@ Description: FirmWare Test Suite core support library various fwts tests. Package: fwts-frontend -Architecture: all +Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends}, dialog, fwts Description: Firmware Test Suite frontend interface @@ -54,7 +54,7 @@ Description: Firmware Test Suite frontend interface interface within Firmware Test Suite live images. Package: fwts-efi-runtime-dkms -Architecture: amd64 +Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends}, dkms, linux-headers-generic | linux-headers | linux-headers-generic-lts-quantal | linux-headers-generic-lts-raring | linux-headers-generic-lts-saucy Description: Firmware Test Suite UEFI Runtime Service kernel driver