[linux] 01/03: debian/control: Fix build-dependency on flex to work with new versions that have M-A: allowed

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 5 01:08:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit cb8d2ff783cfecea57a7208216041f1319af318b
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Dec 5 00:59:45 2016 +0000

    debian/control: Fix build-dependency on flex to work with new versions that have M-A: allowed
---
 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 d315ff6..a9bc396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ linux (4.9~rc7-1~exp2) UNRELEASED; urgency=medium
 
   * radeon: Update package name in error message for missing firmware
   * [amd64] Remove xen-linux-system-<version> package
+  * debian/control: Fix build-dependency on flex to work with new versions
+    that have M-A: allowed
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 03 Dec 2016 02:54:32 +0000
 
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index 08969a3..41956e0 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -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; we have the same problem 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>,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list