[lts-xenial, lts-trusty PATCH] Revert "UBUNTU: [debian] derive indep_hdrs_pkg_name from src_pkg_name"

Thadeu Lima de Souza Cascardo cascardo at canonical.com
Fri Feb 10 12:19:08 UTC 2017


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
-- 
2.9.3





More information about the kernel-team mailing list