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.
This commit is contained in:
Ben Hutchings 2018-03-13 01:59:01 +00:00
parent 75e764ee6a
commit d68283849b
2 changed files with 8 additions and 3 deletions

4
debian/changelog vendored
View File

@ -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 <ukleinek@debian.org> Fri, 23 Feb 2018 13:08:33 +0100
linux (4.15.4-1) unstable; urgency=medium

View File

@ -28,10 +28,11 @@ Build-Depends-Arch:
# used by upstream to build perf documentation
asciidoc-base <!stage1 !nodoc !pkg.linux.notools>,
xmlto <!stage1 !nodoc !pkg.linux.notools>,
# used by upstream to build perf
bison <!stage1 !pkg.linux.notools !nopython>,
# used by upstream to build kconfig and perf
bison <!stage1>,
# - flex needs to run on the host; we have the same problem as for openssl
flex (>= 2.6.1-1.1~) <!stage1 !pkg.linux.notools !nopython>,
flex (>= 2.6.1-1.1~) <!stage1>,
# used by upstream to build perf
gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1 !pkg.linux.notools !nopython>,
libaudit-dev <!stage1 !pkg.linux.notools !nopython>,
libbabeltrace-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>,