ACK: [PATCH][v3] debian: limit architectures to i386 amd64 armel armhf arm64 ppc64 ppc64el

Keng-Yu Lin keng-yu.lin at canonical.com
Mon Mar 17 06:35:17 UTC 2014


On Mon, Mar 17, 2014 at 1:50 PM, IvanHu <ivan.hu at canonical.com> wrote:
> On 03/14/2014 04:38 PM, Colin King wrote:
>>
>> From: Colin Ian King <colin.king at canonical.com>
>>
>> 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 <colin.king at canonical.com>
>> ---
>>   debian/control | 12 ++++++------
>>   1 file changed, 6 insertions(+), 6 deletions(-)
>>
>> diff --git a/debian/control b/debian/control
>> index 5afb4ec..1205eca 100644
>> --- a/debian/control
>> +++ b/debian/control
>> @@ -7,7 +7,7 @@ Standards-Version: 3.9.3
>>   Build-Depends: debhelper (>= 7.0.50~), autoconf, automake1.11, libtool,
>> libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison,
>> hardening-wrapper, dh-autoreconf, dkms
>>
>>   Package: fwts
>> -Architecture: any
>> +Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
>>   Depends: libfwtsiasl1 (= ${binary:Version}), libfwtsacpica1 (=
>> ${binary:Version}), libfwts1 (= ${binary:Version}), fwts-efi-runtime-dkms (=
>> ${binary:Version}) [amd64] , ${shlibs:Depends}, ${misc:Depends}, pciutils
>>   Suggests: dmidecode
>>   Description: FirmWare Test Suite
>> @@ -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
>>
>
>
> Acked-by: Ivan Hu <ivan.hu at canonical.com>
>


Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list