[Acked] [lts-xenial, lts-trusty PATCH] Revert "UBUNTU: [debian] derive indep_hdrs_pkg_name from src_pkg_name"
Andy Whitcroft
apw at canonical.com
Sat Feb 11 16:33:39 UTC 2017
On Fri, Feb 10, 2017 at 10:19:08AM -0200, Thadeu Lima de Souza Cascardo wrote:
> BugLink: http://bugs.launchpad.net/bugs/1663558
>
> LTS backport packages have a different naming, and must diverge from their
> master branches, by using a hardcoded "linux-headers".
>
> Though other branches carried this reverted patch, the LTS branches did not,
> which caused the linux-headers packages to be empty on the LTS branches.
>
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo 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 5dff469..18acad8 100644
> --- a/debian/rules.d/0-common-vars.mk
> +++ b/debian/rules.d/0-common-vars.mk
> @@ -126,7 +126,7 @@ stampdir := $(CURDIR)/debian/stamps
> bin_pkg_name=linux-image-$(abi_release)
> extra_pkg_name=linux-image-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-headers-$(abi_release)
>
> #
> # The generation of content in the doc package depends on both 'AUTOBUILD=' and
Acked-by: Andy Whitcroft <apw at canonical.com>
These need to be applied and respun urgently.
-apw
More information about the kernel-team
mailing list