summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-02-13 19:50:08 -0800
committerManoj Srivastava <srivasta@debian.org>2016-02-13 20:09:18 -0800
commitfc3bef615d90e17613dc8264d7bd99083f8d7de5 (patch)
tree4d74819b57b00895c751ca263aaf77019f294513
parent25262edafc22ef4e278eb13dc2b121d26bf55b89 (diff)
Really fix C++ comments in C parsers bug.debian/2.6.0-7
So, when we applied the upstream patch, it only fixed the skeleton file, flex.skl, and not the generated files skel.c and scan.c;. Added a feature branch that fixes the generated files, the need for this will go away with the next upstream release. I hope. For what it is worth, the diff in upstream seems to be the same one that was in the NMU; and I have no explanations for why the -6 would behave diferently from the NMU. (Closes: #813256). Signed-off-by: Manoj Srivastava <srivasta@debian.org>
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fa71bc9..6d92c6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+flex (2.6.0-7) unstable; urgency=low
+
+ * Bug fix: "C++ style comment in C output", thanks to Tim Rühsen
+ So, when we applied the upstream patch, it only fixed the skeleton
+ file, flex.skl, and not the generated files skel.c and scan.c;. Added
+ a feature branch that fixes the generated files, the need for this
+ will go away with the next upstream release. I hope. For what it is
+ worth, the diff in upstream seems to be the same one that was in the
+ NMU; and I have no explanations for why the -6 would behave diferently
+ from the NMU. (Closes: #813256).
+
+ -- Manoj Srivastava <srivasta@debian.org> Sat, 13 Feb 2016 19:21:11 -0800
+
flex (2.6.0-6) unstable; urgency=low
* Back out the changes made to the experimental branch