flex 2.5.39-8 source package in Ubuntu
Changelog
flex (2.5.39-8) unstable; urgency=low * Added a missing build depends on vm-super-minimal, reuired fro building the pdf documentation, (Closes: #752151). * Move flex.pdf to the flex-doc package. This makes it possible for the flex package's contents to not change if texinfo is not installed, e.g. in the stage1 build profile. Thanks to Peter Pentchev <email address hidden> * Move the flex-doc build dependencies to B-D-I. Move the TeX Live dependencies to Build-Depends-Indep and only build the HTML and PDF documentation if actually requested. This breaks a circular build dependency by not requiring texlive for the build of the arch-dependent flex binary packages. (Closes: #749344). * Bug fix #752151: "pdfetex error about missing cm-super", thanks to Helmut Grohne and Cyril Brulebois * Bug fix: #749344" Allow bootstrapping without texlive and dh-autoreconf", thanks to Peter Pentchev -- Manoj Srivastava <email address hidden> Fri, 20 Jun 2014 20:58:31 -0700
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
flex_2.5.39-8.dsc | 1.8 KiB | d5757dbd95814ff6724e13e4fbe19a9fe5b4d1992d86b9c3bd5c765c1cd9b28e |
flex_2.5.39.orig.tar.gz | 1.8 MiB | 6e10999387c9586dacd76736c04e070ba2ddb5e07bdb2b2f577f7d41d7f5aa57 |
flex_2.5.39-8.debian.tar.xz | 25.9 KiB | b6fa59036a24bc0c4ad4ccb7fb15ae7faf22269139ea050e98eec9026644b5fc |
Available diffs
- diff from 2.5.39-7 to 2.5.39-8 (1.6 KiB)
No changes file available.
Binary packages built by this source
- flex: No summary available for flex in ubuntu utopic.
No description available for flex in ubuntu utopic.
- 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: No summary available for libfl-dev in ubuntu utopic.
No description available for libfl-dev in ubuntu utopic.
- 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.