From patchwork Thu Jul 6 09:10:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1804214 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=WIgcrdKc; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4QxW3G5FfBz20Nq for ; Thu, 6 Jul 2023 19:10:49 +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 1qHL0e-0004c0-6p; Thu, 06 Jul 2023 09:10:44 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1qHL0d-0004ba-8r for fwts-devel@lists.ubuntu.com; Thu, 06 Jul 2023 09:10:43 +0000 Received: from canonical.com (unknown [106.104.136.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 09A083FE55 for ; Thu, 6 Jul 2023 09:10:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1688634642; bh=5d/bHtfmWvQsXbY6uf+3Ne2KzX8GfyYc7W6Hi5lyTgI=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=WIgcrdKcjKZg0J4zc6ulDdeDV/rYWcvhzeuFbY02sEH09QpQ7BBIxMZGLp1mlmR7E T1VHfkLDZjGu1Jozm6xO/BcVtwX8+RB7xvMPBmpXXOb3L9siLAJxScXuL8sRodpZpb kC6mbOx4ctLj6jdplSGGLpEwsSTpmTo5jjRIBkPtGfuiynzTnextobAygjp8OKlAyA GSNdCLyu5sZc2WD6eVJ3mq0ETJebHdDvPAlkxmnxPlyLvVeV6Ilw9+X1xwRfnDcivz Kp5XiALdXyQIQE3fvYIQ/6o9ETRaDEE+iWDHGaOZT/0e8CfCukOr86meTNvL8KtHW2 5RRUSF2nqWbsQ== From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH] debian: update compat level and standards version Date: Thu, 6 Jul 2023 17:10:31 +0800 Message-Id: <20230706091031.58892-1-ivan.hu@canonical.com> X-Mailer: git-send-email 2.34.1 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" BugLink: https://bugs.launchpad.net/fwts/+bug/2026265 Update to match jammy Standards version 4.6.0 Compat level to 13 Signed-off-by: Ivan Hu --- debian/compat | 1 - debian/control | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 89d2ba00..4c70b372 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: optional Rules-Requires-Root: no Maintainer: Firmware Testing Team Uploaders: Ivan Hu -Standards-Version: 4.1.0 +Standards-Version: 4.6.0 Homepage: https://wiki.ubuntu.com/FirmwareTestSuite -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper-compat (= 13), autoconf, automake, libtool,