From patchwork Thu Jul 16 13:14:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1330237 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=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com 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 4B6vqt2y85z9sTg; Thu, 16 Jul 2020 23:15:06 +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 1jw3j5-0004yZ-2W; Thu, 16 Jul 2020 13:15:03 +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 1jw3j1-0004wo-JC for kernel-team@lists.ubuntu.com; Thu, 16 Jul 2020 13:14:59 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jw3j1-0007BB-AH for kernel-team@lists.ubuntu.com; Thu, 16 Jul 2020 13:14:59 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH v2 1/1] UBUNTU: [packaging] debhelper-compat (= 10) (and retire debian/compat) Date: Thu, 16 Jul 2020 15:14:57 +0200 Message-Id: <20200716131457.51659-2-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200716131457.51659-1-paolo.pisati@canonical.com> References: <20200716131457.51659-1-paolo.pisati@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Bump Debian compat to v10 and express the new compatibility level using a "Build-depends: debhelper-compat (= 10)" entry in debian/control, adding versioned build dependency on the debhelper package, and retiring debian/compat ('man 7 debhelper', "COMPATIBILITY LEVELS" section). Signed-off-by: Paolo Pisati Acked-by: Colin Ian King Acked-by: Juerg Haefliger --- debian.master/control.stub.in | 2 +- debian/compat | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index a6056e1492bd..2d3a14200d02 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Kernel Team Standards-Version: 3.9.4.0 Build-Depends: - debhelper (>= 9), + debhelper-compat (= 10), dh-systemd, cpio, kernel-wedge, diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144f600..000000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9