From patchwork Thu Jun 21 18:48:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keng-Yu Lin X-Patchwork-Id: 166374 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 13970B6EF1 for ; Fri, 22 Jun 2012 04:48:15 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ShmQP-0007cV-T7 for incoming@patchwork.ozlabs.org; Thu, 21 Jun 2012 18:48:13 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ShmQO-0007cH-6x for fwts-devel@lists.ubuntu.com; Thu, 21 Jun 2012 18:48:12 +0000 Received: from 1-162-172-97.dynamic.hinet.net ([1.162.172.97] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ShmQN-0001So-77; Thu, 21 Jun 2012 18:48:12 +0000 From: Keng-Yu Lin To: fwts-devel@lists.ubuntu.com Subject: [PATCH] debian: Fix up the dependency of debian packages Date: Fri, 22 Jun 2012 02:48:05 +0800 Message-Id: <1340304485-20127-1-git-send-email-kengyu@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com 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 Acked-by: Colin Ian King Acked-by: Alex Hung --- 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