bison 1:2.5.dfsg-2ubuntu1 source package in Ubuntu

Changelog

bison (1:2.5.dfsg-2ubuntu1) precise; urgency=low

  * Grab latest bison from Debian unstable, which fixes a FTBFS in
    bison itself due to -Werror=format-security
  * debian/patches/use-format-literals.patch:
    - Fix generated code to not trigger "error: format not a string
      literal and no format arguments [-Werror=format-security]" errors.
      LP: #890434

bison (1:2.5.dfsg-2) unstable; urgency=low

  * Rename liby-dev to libbison-dev to avoid name conflict with Y sound
    server library header files (closes: #644200)

bison (1:2.5.dfsg-1) unstable; urgency=low

  * New upstream release (closes: #631607, #643358)
  * Update Standards-Version to 3.9.2.0
  * Fixed all lintian warnings
  * Convert package to 3.0 (quilt) format
  * Move liby.a to the new liby-dev package for multiarch support.  Thanks
    to Riku Voipio <email address hidden> for patch (closes: #642081)
 -- Michael Terry <email address hidden>   Mon, 14 Nov 2011 16:47:52 -0500

Upload details

Uploaded by:
Michael Terry
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bison_2.5.dfsg.orig.tar.bz2 1.7 MiB 0be4cc15cb1999d0aa13df84dc61c78b9a1e4fb19fba83cea25544e4c35712b9
bison_2.5.dfsg-2ubuntu1.debian.tar.gz 8.8 KiB 8d63c5a3b5054f9c230c516a4f34705b01f17c11fe3597ebb8df7be6bbb98b15
bison_2.5.dfsg-2ubuntu1.dsc 1.3 KiB 6920c972c56875eb533694a1082b36f1cba30b915c3400649324718f789c942a

View changes file

Binary packages built by this source

bison: YACC-compatible parser generator

 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar. Once you are proficient with Bison, you
 may use it to develop a wide range of language parsers, from those used
 in simple desk calculators to complex programming languages.
 .
 Bison is upward compatible with Yacc: all properly-written Yacc
 grammars ought to work with Bison with no change. Anyone familiar with
 Yacc should be able to use Bison with little trouble. Documentation of
 the program is in the bison-doc package.

libbison-dev: YACC-compatible parser generator - development library

 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar. Once you are proficient with Bison, you
 may use it to develop a wide range of language parsers, from those used
 in simple desk calculators to complex programming languages.
 .
 This package provides the liby.a file including functions needed by
 yacc parsers.