diff mbox series

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

Message ID 20181115114933.16596-1-jesse.sung@canonical.com
State New
Headers show
Series [Bionic-azure-edge] UBUNTU: [Package] fix indep_hdrs_pkg_name | expand

Commit Message

Wen-chien Jesse Sung Nov. 15, 2018, 11:49 a.m. UTC
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@canonical.com>
---
 debian/rules.d/0-common-vars.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marcelo Henrique Cerri Nov. 15, 2018, 7:17 p.m. UTC | #1
Acked-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
Kleber Sacilotto de Souza Nov. 16, 2018, 12:32 a.m. UTC | #2
On 11/15/18 3:49 AM, 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@canonical.com>


Acked-by: Kleber Sacilotto de Souza <kleber.souza@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
Khalid Elmously Nov. 16, 2018, 1:26 a.m. UTC | #3
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@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@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
diff mbox series

Patch

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