[Bionic-azure-edge][PATCH] UBUNTU: [Package] fix indep_hdrs_pkg_name

Wen-chien Jesse Sung jesse.sung at canonical.com
Thu Nov 15 11:49:33 UTC 2018


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 <jesse.sung at canonical.com>
---
 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
-- 
2.17.1




More information about the kernel-team mailing list