[elbe-devel] [PATCH] debianize: linux requires debhelper
John Ogness
john.ogness at linutronix.de
Tue Jul 26 11:02:21 CEST 2016
debhelper is required to build the Linux kernel packages. This
change is needed in order to build the kernel with pbuilder.
Signed-off-by: John Ogness <john.ogness 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 951481e..d72ba87 100644
--- a/elbepack/makofiles/debianize/kernel/control.mako
+++ b/elbepack/makofiles/debianize/kernel/control.mako
@@ -2,7 +2,7 @@ Source: linux-${p_name}-${k_version}
Section: kernel
Priority: optional
Maintainer: ${m_name} <${m_mail}>
-Build-Depends: bc
+Build-Depends: debhelper (>= 9), bc
Standards-Version: 3.8.4
Homepage: http://www.kernel.org/
--
2.8.1
More information about the elbe-devel
mailing list