From d68283849b4aef2c9d5a600b6b49165847dd570a Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 13 Mar 2018 01:59:01 +0000 Subject: [PATCH] debian/control: Update profile qualification for build-deps on bison and flex They are now used to build kconfig, so the only qualification is !stage1. --- debian/changelog | 4 ++++ debian/templates/control.source.in | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 27614b892..e15bddfbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,10 @@ linux (4.16~rc5-1~exp1) UNRELEASED; urgency=medium * [arm64] Apply patch from linux-next to fix eMMC corruption on Odroid-C2 (Closes: #879072). + [ Ben Hutchings ] + * debian/control: Update profile qualification for build-deps on bison + and flex, which are now used to build kconfig + -- Uwe Kleine-König Fri, 23 Feb 2018 13:08:33 +0100 linux (4.15.4-1) unstable; urgency=medium diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 56531b56e..e5107d6d5 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -28,10 +28,11 @@ Build-Depends-Arch: # used by upstream to build perf documentation asciidoc-base , xmlto , -# used by upstream to build perf - bison , +# used by upstream to build kconfig and perf + bison , # - flex needs to run on the host; we have the same problem as for openssl - flex (>= 2.6.1-1.1~) , + flex (>= 2.6.1-1.1~) , +# used by upstream to build perf gcc-multilib [amd64 ppc64 s390x sparc64] , libaudit-dev , libbabeltrace-dev (>= 1.5.0) ,