APPLIED: [Bionic-azure-edge][PATCH] UBUNTU: [Package] fix indep_hdrs_pkg_name
Khaled Elmously
khalid.elmously at canonical.com
Fri Nov 16 01:26:52 UTC 2018
On 2018-11-15 19:49:33 , Wen-chien Jesse Sung wrote:
> 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
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
More information about the kernel-team
mailing list