From patchwork Thu Nov 15 11:49:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wen-chien Jesse Sung X-Patchwork-Id: 998265 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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 42wfq41yNYz9s3q; Thu, 15 Nov 2018 22:52:00 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1gNGBe-0007dx-KL; Thu, 15 Nov 2018 11:51:54 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1gNGBd-0007dg-N9 for kernel-team@lists.ubuntu.com; Thu, 15 Nov 2018 11:51:53 +0000 Received: from 1.general.jesse.us.vpn ([10.172.69.96] helo=cola.voip.idv.tw) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1gNG9S-0004nC-5B; Thu, 15 Nov 2018 11:49:38 +0000 From: Wen-chien Jesse Sung To: kernel-team@lists.ubuntu.com Subject: [Bionic-azure-edge][PATCH] UBUNTU: [Package] fix indep_hdrs_pkg_name Date: Thu, 15 Nov 2018 19:49:33 +0800 Message-Id: <20181115114933.16596-1-jesse.sung@canonical.com> X-Mailer: git-send-email 2.19.1 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" BugLink: https://launchpad.net/bugs/1803335 The indep_hdrs_pkg_name should be linux-azure-headers instead of linux-azure-edge-headers. Signed-off-by: Wen-chien Jesse Sung Acked-by: Marcelo Henrique Cerri Acked-by: Kleber Sacilotto de Souza --- debian/rules.d/0-common-vars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk index d45d5d89ccaf..0c64cc9d4b87 100644 --- a/debian/rules.d/0-common-vars.mk +++ b/debian/rules.d/0-common-vars.mk @@ -135,7 +135,7 @@ bin_pkg_name_unsigned=linux-image-unsigned-$(abi_release) mods_pkg_name=linux-modules-$(abi_release) mods_extra_pkg_name=linux-modules-extra-$(abi_release) hdrs_pkg_name=linux-headers-$(abi_release) -indep_hdrs_pkg_name=$(src_pkg_name)-headers-$(abi_release) +indep_hdrs_pkg_name=linux-azure-headers-$(abi_release) # # The generation of content in the doc package depends on both 'AUTOBUILD=' and