flex 2.6.0-9 source package in Ubuntu

Changelog

flex (2.6.0-9) unstable; urgency=low

  * Updated standards version to 3.9.7. No changes needed.
  * Bug fix: "[src:flex] FTCBFS: runs host arch binaries during build",
    thanks to Helmut Grohne. Make the tests use either the installed flex
    or the newly built flex to generate test soureces, depending on
    whether or not we are cross compiling. Also added a build depends flex <cross>
    Hope this works. This has not broken the common case. (Closes: #762180).

 -- Manoj Srivastava <email address hidden>  Thu, 18 Feb 2016 12:26:17 -0800

Upload details

Uploaded by:
Manoj
Uploaded to:
Sid
Original maintainer:
Manoj
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
flex_2.6.0-9.dsc 1.8 KiB eea87dda6edcb3860ebfe5cc146de81eb89121083103f9f91817e0b3ea4ff1f0
flex_2.6.0.orig.tar.gz 921.7 KiB 085320a00e942bb397e025babcbe36a65dedac182fa6b86dbf1e5f00136c85e2
flex_2.6.0-9.diff.gz 28.1 KiB 34aca4b6a998c208caa326a1342c12b58dc1552ebb4d2c25aae4ffd0d7dc39e6

Available diffs

No changes file available.

Binary packages built by this source

flex: 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
 scanner to generate. The description is in the form of pairs of regular
 expressions and C code, called rules. Flex generates as output a C source
 file, lex.yy.c, which defines a routine yylex(). This file is compiled
 and linked with the -lfl library to produce an executable. When the
 executable is run, it analyzes its input for occurrences of the regular
 expressions. Whenever it finds one, it executes the corresponding C code.

flex-dbgsym: debug symbols for package flex

 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
 scanner to generate. The description is in the form of pairs of regular
 expressions and C code, called rules. Flex generates as output a C source
 file, lex.yy.c, which defines a routine yylex(). This file is compiled
 and linked with the -lfl library to produce an executable. When the
 executable is run, it analyzes its input for occurrences of the regular
 expressions. Whenever it finds one, it executes the corresponding C code.

flex-doc: Documentation 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
 scanner to generate. The description is in the form of pairs of regular
 expressions and C code, called rules. Flex generates as output a C source
 file, lex.yy.c, which defines a routine yylex(). This file is compiled
 and linked with the -lfl library to produce an executable. When the
 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 HTML documentation for flex.

libfl-dev: 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
 scanner to generate. The description is in the form of pairs of regular
 expressions and C code, called rules. Flex generates as output a C source
 file, lex.yy.c, which defines a routine yylex(). This file is compiled
 and linked with the -lfl library to produce an executable. When the
 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.

libfl-dev-dbgsym: debug symbols for package libfl-dev

 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
 scanner to generate. The description is in the form of pairs of regular
 expressions and C code, called rules. Flex generates as output a C source
 file, lex.yy.c, which defines a routine yylex(). This file is compiled
 and linked with the -lfl library to produce an executable. When the
 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.