flex 2.6.4-6 source package in Ubuntu

Changelog

flex (2.6.4-6) unstable; urgency=medium

  * Rolled back the feature test POSIX_C_SOURCE changes.
  * Bug fix: "libfl-dev lost libl.a symlink", thanks to Bas Couwenberg
    (Closes: #890608). Made sure the link actually did make it to the
    .deb
  * Bug fix: "Incomplete debian/copyright?", thanks to Chris Lamb (Closes:
    #890714). Updated copyright using automation tools
  * Bug fix: "missing dependency on libfl2", thanks to Sven Joachim
    (Closes: #890743). Updated contreol
  * Bug fix: "all amd64 binaries since 2.6.4-1 built with stale skel.c
    file", thanks to James Cowgill (Closes: #890703).

 -- Manoj Srivastava <email address hidden>  Wed, 21 Feb 2018 15:25:10 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main devel

Downloads

File Size SHA-256 Checksum
flex_2.6.4-6.dsc 2.0 KiB 43ee3ba775ea5ed88eda4055d91bbc72cc40c6827d72c918f082b6998a194b76
flex_2.6.4.orig.tar.gz 1.4 MiB e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995
flex_2.6.4-6.diff.gz 57.7 KiB b72e76b6cea73e4bca69398db5c8683d44a0139d4dc5869dfe38e0a2a8c1e123

Available diffs

No changes file available.

Binary packages built by this source

flex: No summary available for flex in ubuntu cosmic.

No description available for flex in ubuntu cosmic.

flex-dbgsym: debug symbols for flex
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 cosmic.

No description available for libfl-dev in ubuntu cosmic.

libfl2: No summary available for libfl2 in ubuntu cosmic.

No description available for libfl2 in ubuntu cosmic.

libfl2-dbgsym: debug symbols for libfl2