[elbe-devel] [PATCH] debianize: Synchronize build deps with vanilla kernel
bage at linutronix.de
bage at linutronix.de
Mon Oct 26 15:42:43 CET 2020
From: Bastian Germann <bage at linutronix.de>
Linux vanilla kernel as a deb-pkg make target which generates a Debian package
as well. Let elbe debianize generate a Build-Dependencies field that includes
all the deb-pkg Build-Dependencies in the same order.
Packages that were missing: kmod, cpio.
flex may also be resolved as flex:native.
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
elbepack/makofiles/debianize/kernel/control.mako | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/makofiles/debianize/kernel/control.mako b/elbepack/makofiles/debianize/kernel/control.mako
index 3192577ab..7ac8d49a5 100644
--- a/elbepack/makofiles/debianize/kernel/control.mako
+++ b/elbepack/makofiles/debianize/kernel/control.mako
@@ -9,7 +9,7 @@ Source: linux-${k_version}-${p_name}
Section: kernel
Priority: optional
Maintainer: ${m_name} <${m_mail}>
-Build-Depends: debhelper (>= 9), bc, libelf-dev:native, u-boot-tools, flex, bison, lzop:native, libssl-dev:native, rsync
+Build-Depends: debhelper (>= 9), bc, rsync, kmod, cpio, bison, flex | flex:native, libelf-dev:native, libssl-dev:native, lzop:native, u-boot-tools
Standards-Version: 3.8.4
Homepage: http://www.kernel.org/
--
2.28.0
More information about the elbe-devel
mailing list