flex 2.6.0-8 source package in Ubuntu

Changelog

flex (2.6.0-8) unstable; urgency=low

  * Bug fix: "flex FTCBFS: runs tests even when DEB_BUILD_OPTIONS contains
    nocheck", thanks to Helmut Grohne. Added an AM_CONDITIONAL that tests
    DEB_BUILD_OPTIONS in configure.ac, and use that in
    tests/Makefile.am. Seems to work fine. (Closes: #812659).
  * Bug fix: "runs host arch binaries during build via help2man", thanks
    to Helmut Grohne. The change from the previous patch is that the flex
    binary now is created in ./src/  (Closes: #762180).

 -- Manoj Srivastava <email address hidden>  Tue, 16 Feb 2016 21:55:51 -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-8.dsc 1.8 KiB 1bd2cc89ffc4e52500f199901fa6c9fb1ccba788a74dbe55328c4687123dfdbd
flex_2.6.0.orig.tar.gz 921.7 KiB 085320a00e942bb397e025babcbe36a65dedac182fa6b86dbf1e5f00136c85e2
flex_2.6.0-8.diff.gz 27.9 KiB 8a61a99e7a7d24f7411332c9d12211614da9c84a2484af35c1908b3e90108c67

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.