From patchwork Fri Jun 18 12:57:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 1494255 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G5zTq2PV8z9sVp for ; Fri, 18 Jun 2021 22:57:19 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1luE3g-0007ig-5E; Fri, 18 Jun 2021 12:57:16 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1luE3b-0007ha-Vy for fwts-devel@lists.ubuntu.com; Fri, 18 Jun 2021 12:57:11 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1luE3b-00087i-Nq; Fri, 18 Jun 2021 12:57:11 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 2/5] Debian: remove spaces at end of lines of control file Date: Fri, 18 Jun 2021 13:57:07 +0100 Message-Id: <20210618125710.280797-3-colin.king@canonical.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210618125710.280797-1-colin.king@canonical.com> References: <20210618125710.280797-1-colin.king@canonical.com> MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" From: Colin Ian King Clean up pedantic debian lintian warnings Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- debian/control | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index fda94c47..c298aacd 100644 --- a/debian/control +++ b/debian/control @@ -30,9 +30,9 @@ Depends: libfwtsiasl1 (= ${binary:Version}), Suggests: dmidecode Description: FirmWare Test Suite This is a firmware test suite that performs sanity checks on system - firmware. It is intended to identify BIOS and ACPI errors and - if appropriate it will try to explain the errors and give advice to - help workaround or fix firmware bugs. It is primarily intended to + firmware. It is intended to identify BIOS and ACPI errors and + if appropriate it will try to explain the errors and give advice to + help workaround or fix firmware bugs. It is primarily intended to be a Linux-centric firmware troubleshooting tool. Package: libfwtsiasl1 @@ -41,9 +41,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: FirmWare Test Suite ACPICA core built for iasl functionality The firmware test suite requires the ACPICA core engine to be built in - compiler mode (with ACPI_ASL_COMPILER enabled) to support assembly and + compiler mode (with ACPI_ASL_COMPILER enabled) to support assembly and disassembly of ACPI Machine Language (AML) in the ACPI DSDT and SSDTs. - This library contains this code with a thin fwts specific API to + This library contains this code with a thin fwts specific API to interface with fwts. Package: libfwtsacpica1 @@ -62,7 +62,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: FirmWare Test Suite core support library This is the fwts core library. It contains a top level test framework - and a rich range of firmware specific testing support code for the + and a rich range of firmware specific testing support code for the various fwts tests. Package: fwts-frontend @@ -73,7 +73,7 @@ Depends: ${misc:Depends}, 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 + to execute tests via Firmware Test Suite and is also used as the primary interface within Firmware Test Suite live images. Package: fwts-efi-runtime-dkms