perl-byacc 2.0-10 source package in Ubuntu

Changelog

perl-byacc (2.0-10) unstable; urgency=medium

  * QA upload.

  * Converted d/copyright to machine readable format.
  * Added 03-unlink-include.patch to fix build problem
    with newer gcc.
  * Added 04-reject-bad-args.patch to fix crash with
    incorrect usage (Closes: #716290).

 -- Petter Reinholdtsen <email address hidden>  Thu, 25 Apr 2024 14:51:30 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
perl-byacc_2.0-10.dsc 1.8 KiB 689cd4c50145e4313414053bc7976da5a0a16175b9e634d2b004d8677b72e0bf
perl-byacc_2.0.orig.tar.gz 82.6 KiB ce370945ca19299bb65c8223d8e7370f3edfe5e32322d21fb41d19325a72cbef
perl-byacc_2.0-10.debian.tar.xz 15.0 KiB 412f26837576c94e936ebfd759c33487514920b59ac02c793b9bfae50f8cd1a9

No changes file available.

Binary packages built by this source

perl-byacc: Berkeley LALR parser generator, Perl version

 Yacc reads the grammar specification in a file
 and generates an LR(1) parser for it. The parsers consist
 of a set of LALR(1) parsing tables and a driver routine
 written in the C programming language.
 This version is able to produce Perl programs.