[REVIEW 1/4][linux-meta] UBUNTU: [Debian] Remove unused generic-depends substitution
Seth Forshee
seth.forshee at canonical.com
Tue Dec 3 22:26:48 UTC 2019
Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
---
debian/rules | 7 -------
1 file changed, 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index 78bd3cf2a73f..77225d74ad17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,12 +27,6 @@ KERNEL_ABI=$(shell head -n1 < debian/changelog | gawk '{n=split($$0,v,"."); prin
KERNEL_ABI_VERSION=$(KERNEL_VERSION)-$(KERNEL_ABI)
-GENERIC_amd64=generic
-GENERIC_armhf=generic
-
-GENERIC=$(value GENERIC_$(shell dpkg-architecture -qDEB_HOST_ARCH))
-GENERIC_DEP=$(if $(GENERIC),$(GENERIC),)
-
control_files := debian/control.common $(shell LC_ALL=C ls -d debian/control.d/*)
SHELL := sh -e
@@ -59,7 +53,6 @@ debian/control: $(control_files)
gencontrol_flags = -Vkernel-version=$(KERNEL_VERSION)
gencontrol_flags += -Vkernel-abi-version=$(KERNEL_ABI_VERSION)
-gencontrol_flags += -Vgeneric-depends=$(GENERIC_DEP)
build-%:
:
--
2.24.0
More information about the kernel-team
mailing list