From 967b7d1987d1621cb5a1c608e43bef360f2b5523 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 21 Apr 2019 23:59:50 +0100 Subject: [PATCH] linux-source: Recommend bison and flex, always needed to build the kernel --- debian/changelog | 1 + debian/templates/control.sourcebin.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 19751e52e..b00c707f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -805,6 +805,7 @@ linux (4.19.34-1) UNRELEASED; urgency=medium * [sparc64] linux-image: Recommend grub-ieee1275 instead of (removed) silo * [powerpc,ppc64,ppc64el] linux-image: Recommend grub-ieee1275 * [i386] Add grub-efi-ia32 as an alternate recommended bootloader + * linux-source: Recommend bison and flex, always needed to build the kernel [ YunQiang Su ] * [mips*r6] Re-enable CONFIG_JUMP_LABEL, which has been fixed in upstream. diff --git a/debian/templates/control.sourcebin.in b/debian/templates/control.sourcebin.in index d268a7ad9..859a22c3f 100644 --- a/debian/templates/control.sourcebin.in +++ b/debian/templates/control.sourcebin.in @@ -4,7 +4,7 @@ Architecture: all Section: kernel Build-Depends: patchutils Depends: binutils, xz-utils, ${misc:Depends} -Recommends: libc6-dev | libc-dev, gcc, make, bc, @source_basename@-config-@version@ +Recommends: libc6-dev | libc-dev, gcc, make, bc, bison, flex, @source_basename@-config-@version@ Suggests: libncurses-dev | ncurses-dev, libqt4-dev, pkg-config Multi-Arch: foreign Description: Linux kernel source for version @version@ with Debian patches