ACK: [PATCH] debian: Fix up the dependency of debian packages
Alex Hung
alex.hung at canonical.com
Fri Jun 22 08:03:39 UTC 2012
On 06/22/2012 02:48 AM, Keng-Yu Lin wrote:
> fwts package should depend on the library packages and they should of the same
> version.
>
> fwts-frontend should depend on fwts.
>
> Signed-off-by: Keng-Yu Lin<kengyu at canonical.com>
> ---
> debian/control | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index 05a796e..b9eace1 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: ${shlibs:Depends}, ${misc:Depends}, pciutils
> +Depends: libfwtsiasl1 (= ${binary:Version}), libfwtsacpica1 (= ${binary:Version}), libfwts1 (= ${binary:Version}), ${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
> @@ -47,7 +47,7 @@ Description: FirmWare Test Suite core support library
> Package: fwts-frontend
> Architecture: all
> Priority: optional
> -Depends: ${shlibs:Depends}, ${misc:Depends}, dialog
> +Depends: ${shlibs:Depends}, ${misc:Depends}, dialog, fwts
> Description: Firmware Test Suite frontend interface
> This is a dialog based interface designed to provide an easy to use method
> to execute tests via Firmware Test Suite and is also used as the primary
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list