summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-02-08 09:17:48 -0800
committerManoj Srivastava <srivasta@debian.org>2016-02-08 09:17:48 -0800
commit3b2bb4a894d80d03e1541179d8efeca8fd5ae22c (patch)
tree263abd43f108f6fe603830b1486a278619d8d03e /debian/changelog
parentcc74879ac07fe94c779c4752992d067eb0e0a8c6 (diff)
Potential fix for the multi-arch issuedebian/2.6.0-5
Flex no longer automatically pulls in libfl-dev, so at the very least packages using C++ lexers will need to pull in libfl-dev in build depends. libfl-dev is now demoted to a suggestion. This will impact compilation where there was an implicit dependency on the C++ header files provided by libfl-dev; please install libfl-dev explicitly if that is the case. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c88eb35..7329458 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+flex (2.6.0-5) experimental; urgency=low
+
+ * First cut at correcting multi-arch support. flex is MA: foreign, and
+ libfl-dev is MA: same. flex no longer automatically pulls in
+ libfl-dev, so at the very least packages using C++ lexers will need to
+ pull in libfl-dev in build depends.
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 08 Feb 2016 08:26:24 -0800
+
flex (2.6.0-4) unstable; urgency=low
* Bug fix: "C++ style comment in C output", thanks to Tim Rühsen
There is a fix uploaded to deferred by Salvatore Bonaccorso