ACK: [PATCH] debian/control: add libfdt-dev and device-tree-compiler
Alex Hung
alex.hung at canonical.com
Fri May 13 06:12:34 UTC 2016
On 05/12/2016 04:42 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> This was discussed on the fwts-devel mailing list, cf:
> https://lists.ubuntu.com/archives/fwts-devel/2016-April/007873.html
>
> ..so update the Build-Depends and Depends fields to accommodate the
> device tree tests
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> debian/control | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index 9d08c4b..e4e2972 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -4,11 +4,11 @@ Priority: optional
> Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
> Uploaders: Colin King <colin.king at ubuntu.com>, Keng-Yu Lin <kengyu at ubuntu.com>, Alex Hung <alex.hung at canonical.com>, Ivan Hu <ivan.hu at canonical.com>
> Standards-Version: 3.9.6
> -Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms, libglib2.0-dev, pkg-config
> +Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms, libglib2.0-dev, pkg-config, libfdt-dev
>
> Package: fwts
> Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el s390x
> -Depends: libfwtsiasl1 (= ${binary:Version}), libfwtsacpica1 (= ${binary:Version}), libfwts1 (= ${binary:Version}), fwts-efi-runtime-dkms (= ${binary:Version}) [amd64] , ${shlibs:Depends}, ${misc:Depends}, pciutils
> +Depends: libfwtsiasl1 (= ${binary:Version}), libfwtsacpica1 (= ${binary:Version}), libfwts1 (= ${binary:Version}), fwts-efi-runtime-dkms (= ${binary:Version}) [amd64] , ${shlibs:Depends}, ${misc:Depends}, pciutils, device-tree-compiler [ppc64el,powerpc]
> Suggests: dmidecode
> Description: FirmWare Test Suite
> This is a firmware test suite that performs sanity checks on Intel/AMD
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list