flexc++ (2.06.02-2) unstable; urgency=medium * Upload to unstable. * Bump Standards-Version to 4.0.0 -- tony mancill <tmancill@debian.org> Fri, 23 Jun 2017 10:31:18 -0700 flexc++ (2.06.02-1) experimental; urgency=medium * New upstream release uses a parser generated by Bisonc++ 6.00.00, and activated the build script's 'strip' argument and '-P' option. * Removed the --std=c++14 option from debian/rules, as that's by now the default. -- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 18 May 2017 11:35:44 +0200 flexc++ (2.06.01-1) experimental; urgency=medium [ Frank B. Brokken ] * Somehow the timestamps of the upstream archive's scanner/lexer and scanner/lex.cc in the previous release were incorrect, resulting in the build process attempting to rebuild lex.cc using flexc++ (which at this point clearly doesn't exist). The timestamps were fixed in this release. [ tony mancill ] * Use debhelper 10. -- tony mancill <tmancill@debian.org> Sat, 04 Mar 2017 10:49:29 -0800 flexc++ (2.06.00-1) unstable; urgency=low * New upstream adds new directive (%startcondition-name), allowing users to specify a non-default name for the Scanner's start conditions. -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 27 Feb 2017 12:39:06 +0100 flexc++ (2.05.00-1) unstable; urgency=low * New upstream adds new option (--own-parser), uses a parser generated by bisonc++ V.5.00.00, and fixes a bug in handling long options. -- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 13 Apr 2016 14:58:42 +0530 flexc++ (2.04.00-1) unstable; urgency=low * New upstream release fixes a peculiar bug: all (at least: most) previous releases never handled the lexical scanner's first character range (starting from \0 to the character having the lowest character value appearing in any rule outside of the first character range. See the upstream changelog for further details. * It turned out that a bugfix implemented on Mar 13th 2015 (release 2.02.00) re-introduced a problem with lookahead operators (which had been fixed in release 2.00.00). That bug could easily squashed (done in this release) * Inconsistencies found in the manual were removed, and several regression tests were added. This release successfully passes all old and new regression tests. -- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 06 Mar 2016 21:41:05 +0100 flexc++ (2.03.04-1) unstable; urgency=low * New upstream release fixes a memory leak in the generated scanner; build scripts adapted to icmake 8.00.04. * debian/control file updated accordingly. -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 14 Dec 2015 15:45:29 +0100 flexc++ (2.03.03-1) unstable; urgency=low * Upstream fixed a flaw in the installation script, Upstream's 'build' script now supports -P to prevent the use of precompiled headers -- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 06 Oct 2015 12:21:13 +0200 flexc++ (2.03.02-1) unstable; urgency=low * New upstream release reimplements its (un)installation procedure, debian/rules adapted accordingly * Removed the get-orig-source target from debian/rules * Package depends on libbobcat4 -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 02 Oct 2015 11:12:25 +0200 flexc++ (2.03.01-1) unstable; urgency=low * New upstream release speeds up compilation using precompiled headers, and simplifies the installation procedure -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 28 Sep 2015 20:34:32 +0200 flexc++ (2.03.00-1) unstable; urgency=low * New upstream release fixes bugs, supports initial 0-values for {x, y} interval expressions, and the 'build' script is extended with a 'build uninstall' command (see the upstream changelog for details). * Flexc++'s homepage has moved to https://fbb-git.github.io/flexcpp/. -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 28 Aug 2015 09:54:03 +0200 flexc++ (2.02.00-3) unstable; urgency=medium * Rebuild against bobcat >= 3.25.02-3 for g++5 ABI transition. -- tony mancill <tmancill@debian.org> Thu, 13 Aug 2015 07:43:57 -0700 flexc++ (2.02.00-2) unstable; urgency=medium * Upload to unstable. -- tony mancill <tmancill@debian.org> Fri, 01 May 2015 20:28:00 -0700 flexc++ (2.02.00-1) experimental; urgency=low * New upstream release fixes bugs caused by incomplete final lines in specification files. * Changed compiler flag --std=c++0x to --std=c++14 in debian/rules -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 13 Mar 2015 16:42:52 +0100 flexc++ (2.01.00-2) unstable; urgency=medium * Drop explicit versioned g++ build-dep. (Closes: #751307) * Drop hardening-* build-deps. -- tony mancill <tmancill@debian.org> Sun, 03 Aug 2014 10:08:44 -0700 flexc++ (2.01.00-1) unstable; urgency=low * New upstream release uses a new algorithm to determine non-viable rules. Also several cosmetic improvements were implemented: see upstream's changelog. -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 15 Mar 2014 17:29:26 +0100 flexc++ (2.00.00-1) unstable; urgency=low * New upstream release completely changes the way look-ahead patterns are handled, adds support for raw string literals, fixes a bug, and offers a major documentation update. See upstream's changelog for an overview. * Updated versions in 'control' -- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 09 Feb 2014 13:46:26 +0100 flexc++ (1.08.00-1) unstable; urgency=low * New upstream release extends and reorganizes flexc++'s documentation and adds a member to the Scanner class which is called after a regular expression has been matched. -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 28 Dec 2013 18:09:41 +0100 flexc++ (1.07.00-2) unstable; urgency=low * Export CXX during the build. Together with the explicit dependency on g++4.8, this should address the FTBFS on architecures where the default g++ is <= 4.6. (Closes: #699574) -- tony mancill <tmancill@debian.org> Sun, 11 Aug 2013 16:52:15 -0700 flexc++ (1.07.00-1) unstable; urgency=low [ Frank B. Brokken ] * New upstream release removes --force-* options -- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 11 Aug 2013 18:52:02 +0200 flexc++ (1.06.00-2) unstable; urgency=low * Update Vcs fields to be canonical. * Rename collab-maint git repository from flexc++ to flexcpp. * Switch g++ dependency to g++-4.8 to allow auto-builders to install the necessary compiler on architectures where g++ (>= 4:4.7) is not available. * Update debian/compat and debhelper dependency to 9. -- tony mancill <tmancill@debian.org> Sat, 10 Aug 2013 22:40:17 -0700 flexc++ (1.06.00-1) unstable; urgency=low * New upstream release fixes a look-ahead operator bug and issues warnings for options when conflicting with files previously generated by flexc++. -- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 06 Aug 2013 13:53:26 +0200 flexc++ (1.05.00-1) unstable; urgency=low * New upstream release disallows path-specifications for destination filenames * Removed git-build target from debian/rules * Removed explicit g++ compiler version specification (4.7) from debian/rules -- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 28 May 2013 18:44:01 +0200 flexc++ (1.04.00-2) unstable; urgency=low * Upload to unstable. -- tony mancill <tmancill@debian.org> Wed, 08 May 2013 20:15:39 -0700 flexc++ (1.04.00-1) experimental; urgency=low * New upstream release repairs several minor flaws * Adapted debian/rules to the project/{debian,src,build} directory structure used by git-bl -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 15 Mar 2013 14:29:33 +0100 flexc++ (1.03.01-1) unstable; urgency=low [ Frank B. Brokken ] * New upstream release catches std::exception exceptions instead of FBB::Errno exceptions and (1.03.00) returns 0 with --version or --help [ tony mancill ] * Update build-deps to g++-4.7. * Update d/control Vcs fields to point to repo on git.debian.org. -- tony mancill <tmancill@debian.org> Fri, 25 Jan 2013 19:41:45 -0800 flexc++ (1.02.00-1) unstable; urgency=low * New upstream release allows blanks after mini-scanner specifications -- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 25 Nov 2012 11:43:59 +0100 flexc++ (1.01.00-1) unstable; urgency=low * New upstream release removes the --interactive option, fixes a small bug in one of the skeleton files, and offers updated documentation -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 05 Nov 2012 11:10:57 +0100 flexc++ (1.00.00-1) unstable; urgency=low * New upstream release fixes two small bugs and bumps to 1.00.00 after having been used for a year without any major problems. -- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 18 Sep 2012 05:22:24 +0200 flexc++ (0.98.01-1) unstable; urgency=low * Upstream build script recognizes CXX, CPPFLAGS, CXXFLAGS, LDFLAGS, and SKEL environment variables -- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 22 Jul 2012 11:05:33 +0200 flexc++ (0.98.00-1) unstable; urgency=low [ Frank B. Brokken ] * New upstream release + adds the option to createa case-insensitive scanner * Build-depend on libbobcat-dev >= 3.00.02 -- George Danchev <danchev@spnet.net> Wed, 06 Jun 2012 09:19:03 +0200 flexc++ (0.97.20-1) unstable; urgency=low * New upstream release. -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 20 Apr 2012 16:34:20 +0200 flexc++ (0.97.00-1) unstable; urgency=low * New upstream release. See the upstream's changelog * Build dependency on bisonc++ removed. -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 14 Apr 2012 13:56:04 +0200 flexc++ (0.96.00-1) unstable; urgency=low * New upstream release changes the interpretation of INITIAL to an inclusive mini scanner, as per the std. flex manual. * Build-Depends on bisonc++. -- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 29 Mar 2012 17:15:54 +0200 flexc++ (0.95.00-1) unstable; urgency=low [ Frank B. Brokken ] * New upstream release, removes erroneously added %max-depth directive. [ tony mancill ] * Set Standards-Version to 3.9.3. -- tony mancill <tmancill@debian.org> Tue, 28 Feb 2012 00:09:38 +0000 flexc++ (0.94.00-1) unstable; urgency=low * New upstream release, adds the --max-depth option and facilities for determining the number and names of nested specification files. -- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 23 Feb 2012 12:39:28 +0100 flexc++ (0.93.00-1) unstable; urgency=low * New upstream release, reimplements the interactive scanner -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 20 Feb 2012 14:17:55 +0100 flexc++ (0.92.00-1) unstable; urgency=low * New upstream release, fixes several small issues, see the upstream changelog -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 17 Feb 2012 14:17:14 +0100 flexc++ (0.91.00-1) unstable; urgency=low * New upstream release, fixes segfault, version number and adds --target-directory option. -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 11 Feb 2012 13:50:02 +0100 flexc++ (0.09.51-1) unstable; urgency=low * New upstream release rebases release.yo to flexc++'s main directory -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 06 Feb 2012 21:16:48 +0100 flexc++ (0.09.50-1) unstable; urgency=low * New upstream release, first version submitted to Debian -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 06 Feb 2012 17:05:52 +0100 flexc++ (0.09.32-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 05 Feb 2012 18:00:19 +0100 flexc++ (0.09.20-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 04 Feb 2012 16:09:20 +0100 flexc++ (0.09.10-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 03 Feb 2012 13:51:56 +0100 flexc++ (0.09.01-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 03 Feb 2012 11:34:03 +0100 flexc++ (0.09.00.06-1) unstable; urgency=low * New upstream release implements new grammar -- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 30 Jan 2012 20:53:23 +0100 flexc++ (0.8.3-1) unstable; urgency=low * New upstream release fixes segfault detected by Jean-Paul van Oosten -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 14 Jan 2012 11:43:10 +0100 flexc++ (0.8.2-1) unstable; urgency=low * New upstream release adds new switchStream member, handling streams -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 30 Dec 2011 17:35:39 +0100 flexc++ (0.8.1-1) unstable; urgency=low * New upstream release repairs regex definition handling -- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 29 Dec 2011 23:31:04 +0100 flexc++ (0.8.0-1) unstable; urgency=low * New upstream release completely rebuilt of flexc++ -- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 13 Jul 2011 21:52:56 +0200 flexc++ (0.7.1~pre-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 26 Mar 2010 16:31:28 +0100 flexc++ (0.7.0~pre-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 20 Mar 2010 17:58:49 +0100 flexc++ (0.5.3-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 19 Mar 2010 10:28:11 +0100 flexc++ (0.5.3~pre-2) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 16 Mar 2010 13:51:33 +0100 flexc++ (0.5.3~pre-1) unstable; urgency=low * New (intermediate) upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 09 Mar 2010 13:33:55 +0100 flexc++ (0.5.2~pre-1) unstable; urgency=low * New (intermediate) upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 05 Mar 2010 16:29:24 +0100 flexc++ (0.5.0-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 04 Mar 2010 11:46:07 +0100 flexc++ (0.1.2-1) unstable; urgency=low * New upstream release -- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 17 Mar 2009 12:00:10 +0100 flexc++ (0.1.1) unstable; urgency=low * Control file adapted, new upstream reelase -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 14 Mar 2009 09:27:25 +0100 flexc++ (0.1.0) unstable; urgency=low * Initial creation of a Debian package -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 13 Mar 2009 08:50:08 +0100 flexc++ (0.0.0) unstable; urgency=low * Definition of the flexc++ debian files -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 19 Apr 2008 15:29:47 +0200