bison 1:2.4.1.dfsg-3 source package in Bilimbi Test

Changelog

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

  * Move upstream yacc.1 man page to bison.yacc.1 and let the alternatives
    system manage yacc.1 (closes: #538395)
  * Remove worthless README.Debian file (closes: #536805)
  * Update Standards-Version to 3.8.3.0

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

  * Fix copyright file; bison is licensed under GPL-3 (closes: #535165)
  * Update Standards-Version to 3.8.2.0
  * Update to debhelper version 7

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 Nov 2009 01:48:19 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Chuan-kai Lin
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe devel

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bison_2.4.1.dfsg.orig.tar.gz 1.7 MiB 25be681ad83cd47b873b788574eeb64bfa497cb56b9529ec0e2f8eca8534ca30
bison_2.4.1.dfsg-3.diff.gz 7.1 KiB bde13a6a53b7fdbdebdb073db6b49d79a8f611c657c816f17cab42cb6d4fb8af
bison_2.4.1.dfsg-3.dsc 1.0 KiB 5de296c47e9473695caec8d3dfcad74da28fdbe00ed7d35f2bf5d7480f6b084c

Available diffs

View changes file

Binary packages built by this source

bison: A parser generator that is compatible with YACC

 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.