diff mbox

debian: add fwts-efi-runtime-dkms package in the dependency

Message ID 1361345954-15971-1-git-send-email-kengyu@canonical.com
State Accepted
Headers show

Commit Message

Keng-Yu Lin Feb. 20, 2013, 7:39 a.m. UTC
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@canonical.com>
---
 debian/control |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King Feb. 20, 2013, 8:47 a.m. UTC | #1
On 20/02/13 07:39, Keng-Yu Lin wrote:
> 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@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
>
Acked-by: Colin Ian King <colin.king@canonical.com
Alex Hung Feb. 20, 2013, 9:02 a.m. UTC | #2
On 02/20/2013 03:39 PM, Keng-Yu Lin wrote:
> 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@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
>
Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

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