From 9768234db45c5238b62a6f3b1cc4a7525f07584f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 15 Dec 2016 20:27:38 +0000 Subject: [PATCH] debian/control: Fix build-dependency on flex to work with new versions that have M-A: foreign --- debian/changelog | 2 ++ debian/templates/control.source.in | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 14d85ab27..ba0b98116 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 04 Dec 2016 21:16:06 +0100 diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 08969a3da..063dfcdd6 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -30,7 +30,8 @@ Build-Depends: xmlto , # used by upstream to build perf bison , - flex:native , +# - flex needs to run on the host; same workaround as for openssl + flex (>= 2.6.1-1.1~) | flex:native , gcc-multilib [amd64 ppc64 s390x sparc64] , libaudit-dev , libdw-dev ,