[PATCH] debian: add fwts-efi-runtime-dkms package in the dependency
Keng-Yu Lin
kengyu at canonical.com
Wed Feb 20 07:39:14 UTC 2013
add fwts-efi-runtime-dkms package in the dependency of the main
fwts package. So it is installed when installing the fwts deb on
the archietecture supporting UEFI (now only AMD64).
Signed-off-by: Keng-Yu Lin <kengyu at canonical.com>
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 048b37c..1bbce8b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libpcre3-dev
Package: fwts
Architecture: any
-Depends: libfwtsiasl1 (= ${binary:Version}), libfwtsacpica1 (= ${binary:Version}), libfwts1 (= ${binary:Version}), ${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
Suggests: dmidecode, net-tools, wireless-tools, bluez, xinput, pulseaudio-utils
Description: FirmWare Test Suite
This is a firmware test suite that performs sanity checks on Intel/AMD
--
1.7.9.5
More information about the fwts-devel
mailing list