From patchwork Fri Jun 18 17:47:19 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: 1494371 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 4G65wc28LCz9sTD for ; Sat, 19 Jun 2021 03:47:28 +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 1luIaT-0006ni-40; Fri, 18 Jun 2021 17:47:25 +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 1luIaR-0006nK-Nq for fwts-devel@lists.ubuntu.com; Fri, 18 Jun 2021 17:47:23 +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 1luIaR-0002g1-FE; Fri, 18 Jun 2021 17:47:23 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 1/4] Debian: update compat level to 9 Date: Fri, 18 Jun 2021 18:47:19 +0100 Message-Id: <20210618174722.589244-2-colin.king@canonical.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210618174722.589244-1-colin.king@canonical.com> References: <20210618174722.589244-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 Drag the packaging to a more modern standard now that support just Ubuntu Bionic upwards. Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- debian/compat | 2 +- debian/libfwts1.install | 2 +- debian/libfwtsacpica1.install | 2 +- debian/libfwtsiasl1.install | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb75..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/libfwts1.install b/debian/libfwts1.install index c65e2094..db6d1a03 100644 --- a/debian/libfwts1.install +++ b/debian/libfwts1.install @@ -1 +1 @@ -usr/lib/fwts/libfwts.so.* usr/lib/fwts +usr/lib/*/fwts/libfwts.so.* diff --git a/debian/libfwtsacpica1.install b/debian/libfwtsacpica1.install index a411a7a6..cc85a85e 100644 --- a/debian/libfwtsacpica1.install +++ b/debian/libfwtsacpica1.install @@ -1 +1 @@ -usr/lib/fwts/libfwtsacpica.so.* usr/lib/fwts +usr/lib/*/fwts/libfwtsacpica.so.* diff --git a/debian/libfwtsiasl1.install b/debian/libfwtsiasl1.install index e94d9107..69684cb0 100644 --- a/debian/libfwtsiasl1.install +++ b/debian/libfwtsiasl1.install @@ -1 +1 @@ -usr/lib/fwts/libfwtsiasl.so.* usr/lib/fwts +usr/lib/*/fwts/libfwtsiasl.so.*