summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-02-09 19:47:20 -0800
committerManoj Srivastava <srivasta@debian.org>2016-02-09 19:47:20 -0800
commit931ed0a2fdbcf038e268a4e098b9980b64b7826b (patch)
treec91a90fb311a8282d999c5f94afdb93ecf4491e3 /debian/control
parent3b2bb4a894d80d03e1541179d8efeca8fd5ae22c (diff)
[master]: Set the libfl-dev package to be MA: same in the interim.debian/2.6.0-6
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 5 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 0970d68..e6d3967 100644
--- a/debian/control
+++ b/debian/control
@@ -12,11 +12,11 @@ Standards-Version: 3.9.6
Package: flex
Architecture: any
-Multi-Arch: foreign
Pre-Depends: debconf | debconf-2.0
-Depends: ${shlibs:Depends}, m4, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
+Depends: ${shlibs:Depends}, m4, libfl-dev (= ${binary:Version}),
+ dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Recommends: gcc | c-compiler
-Suggests: bison, build-essential, libfl-dev
+Suggests: bison, build-essential
Description: fast lexical analyzer generator
Flex is a tool for generating scanners: programs which recognized lexical
patterns in text. It reads the given input files for a description of a
@@ -46,9 +46,8 @@ Description: Documentation for flex (a fast lexical analyzer generator)
Package: libfl-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
-Recommends: flex (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: flex (<< 2.5.39), flex-old (<= 2.5.4a-10)
Breaks: flex (<< 2.5.39), flex-old (<= 2.5.4a-10)
Description: static library for flex (a fast lexical analyzer generator)
@@ -61,5 +60,4 @@ Description: static library for flex (a fast lexical analyzer generator)
executable is run, it analyzes its input for occurrences of the regular
expressions. Whenever it finds one, it executes the corresponding C code.
.
- This package contains the static library for flex, and the header files
- for C++ lexers.
+ This package contains the static library for flex.