debian/control: Fix build-dependency on flex to work with new versions that have M-A: foreign

This commit is contained in:
Ben Hutchings 2016-12-15 20:27:38 +00:00
parent 9bf892f446
commit 9768234db4
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -137,6 +137,8 @@ linux (4.8.14-1) UNRELEASED; urgency=medium
* [amd64] Re-enable LEGACY_VSYSCALL_EMULATE instead of LEGACY_VSYSCALL_NONE.
There are still binaries in stable that use vsyscall (via dietlibc).
* debian/rules.real: Exclude *.pyc from featureset diffs
* debian/control: Fix build-dependency on flex to work with new versions that
have M-A: foreign
-- Uwe Kleine-König <ukleinek@debian.org> Sun, 04 Dec 2016 21:16:06 +0100

View File

@ -30,7 +30,8 @@ Build-Depends:
xmlto <!stage1 !nodoc !pkg.linux.notools>,
# used by upstream to build perf
bison <!stage1 !pkg.linux.notools !nopython>,
flex:native <!stage1 !pkg.linux.notools !nopython>,
# - flex needs to run on the host; same workaround as for openssl
flex (>= 2.6.1-1.1~) <!stage1 !pkg.linux.notools !nopython> | flex:native <!stage1 !pkg.linux.notools !nopython>,
gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1 !pkg.linux.notools !nopython>,
libaudit-dev <!stage1 !pkg.linux.notools !nopython>,
libdw-dev <!stage1 !pkg.linux.notools !nopython>,