ACK [PATCH] debain/control: Fix incomplete dependencies for Linux headers (LP: #1606480)
Colin Ian King
colin.king at canonical.com
Tue Jul 26 09:18:31 UTC 2016
On 26/07/16 10:16, Ivan Hu wrote:
> Thanks Shih-Yuan Lee for the fix and the testing.
>
> Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
> ---
> debian/control | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/debian/control b/debian/control
> index 0040e8a..50f6fed 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -56,7 +56,10 @@ Description: Firmware Test Suite frontend interface
> Package: fwts-efi-runtime-dkms
> 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
> +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 | linux-headers-generic-lts-trusty |
> + linux-headers-generic-lts-utopic | linux-headers-generic-lts-vivid | linux-headers-generic-lts-wily | linux-headers-generic-lts-xenial
> +
> Description: Firmware Test Suite UEFI Runtime Service kernel driver
> This package provides the efi_runtime kernel driver in DKMS format,
> which is required for accessing UEFI Runtime Services.
>
Thanks Ivan,
Acked-by: Colin Ian King <colin.king at canonucal.com>
More information about the fwts-devel
mailing list