summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@golden-gryphon.com>2014-04-17 02:18:11 -0700
committerManoj Srivastava <srivasta@golden-gryphon.com>2014-04-17 02:39:54 -0700
commit86d91eea2ddacdbbcff932bce2b91aeaf70ab965 (patch)
treea583e3f75ae37a62a8d89eea984d5a962c48509b /debian/control
parent7db3bf58a48b9952fac1fd907fb23f5d257ed7ec (diff)
New bug fixing release
Bug fix: "typo in README.Debian: libfla_pic.a -&gt; libfl_pic.a", thanks to Jakub Wilk (Closes: #744853). Bug fix: "libfl-dev and flex-old: error when trying to install together", thanks to Ralf Treinen. The package libfl-dev needs to replace and Break the flex-old package too, (Closes: #744833). Bug fix: "redundant redeclaration of ‘isatty’", thanks to Ludovic Rousseau. This duplication was removed in the last upstream release. (Closes: #488274). Bug fix: "flex-2.5.35 bug", thanks to Yuriy Z. scan.c now declares n as size_t, in the new upstream version. (Closes: #633008). Bug fix: "make check failure", thanks to Sayre, Alan N. The new version of flex does succeed in running make check (it would not build otherwise) (Closes: #632095).
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 05f792d..09a99d4 100644
--- a/debian/control
+++ b/debian/control
@@ -50,8 +50,8 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: flex (<< 2.5.39)
-Breaks: flex (<< 2.5.39)
+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)
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