[xenial/linux-meta-azure-edge][PATCH] UBUNTU: Add header build dependency
Marcelo Henrique Cerri
marcelo.cerri at canonical.com
Mon Sep 17 09:18:59 UTC 2018
BugLink: http://bugs.launchpad.net/bugs/1792891
Add a build dependency on linux-headers package to ensure the
azure-edge meta package is not promoted to -proposed if the target
kernel package is not ready. That's only an issue when pointing the
meta package to xenial/linux-azure, instead of
xenial/linux-azure-edge, because they are not handled by the same
tracking bug in that case.
Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
---
debian/control.common | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control.common b/debian/control.common
index 9ecd6bd1d876..b1c66f33eff1 100644
--- a/debian/control.common
+++ b/debian/control.common
@@ -4,5 +4,7 @@ Priority: optional
Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
Standards-Version: 3.6.1
Build-Depends: dpkg (>= 1.13.19), debhelper (>= 5), gawk
+Build-Depends-Arch:
+ linux-azure-headers- at kernel-abi-version@,
+ linux-headers- at kernel-abi-version@-azure,
Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure azure-edge
-
--
2.17.1
More information about the kernel-team
mailing list