[PATCH] debian/control: fwts-efi-runtime-dkms should not depend on kernel headers (LP: #1629826)

Colin King colin.king at canonical.com
Mon Oct 3 13:15:49 UTC 2016


From: Colin Ian King <colin.king at canonical.com>

It is Ubuntu policy that dkms package do not depend on the headers, and
hence one may assume the correct ones are installed.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 debian/control | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 94f72b7..b993740 100644
--- a/debian/control
+++ b/debian/control
@@ -56,9 +56,7 @@ 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 | 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
+Depends: ${shlibs:Depends}, ${misc:Depends}, dkms
 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.
-- 
2.9.3




More information about the fwts-devel mailing list