btyacc 3.0+dfsg-1 source package in Ubuntu

Changelog

btyacc (3.0+dfsg-1) unstable; urgency=medium

  * QA upload.
  * New upstream version 3.0+dfsg.
  * Set Debian QA Group as maintainer. (See: #833160)
  * Migrations:
      - DebSrc to 3.0.
      - DH level to new format. Consequently:
          ~ debian/compat: removed.
          ~ debian/control: changed from 'debhelper' to 'debhelper-compat' in
            Build-Depends field and bumped level to 13.
      - debian/copyright to 1.0 format.
      - debian/rules to new (reduced) format. Consequently, created the
        following files:
          ~ debian/dirs
          ~ debian/docs
          ~ debian/examples
          ~ debian/manpages
  * debian/control:
      - Added Homepage field.
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards-Version to 4.5.0.
      - Changed Priority from extra to optional.
      - Created VCS fields.
      - Improved long description. Thanks to Pascal De Vuyst
        <email address hidden>. (Closes: #745920)
  * debian/patches/:
      - 010_old-changes-1.0.patch: created to group old changes from 1.0 format.
      - 020_fix-manpages.patch: created to fix some issues in manpage.
      - 030_add-GCC-hardening.patch: created to provide GCC hardening.
      - 040_fix-spelling-final-binary.patch: created to provide a fix.
  * debian/README.Debian: changed doc path from /usr/doc to /usr/share/doc.
  * debian/rules: fix a FTCBFS. Created an override to dh_auto_build target to
    force to use default compiler as LINKER. Thanks to Helmut Grohne
    <email address hidden>. (Closes: #928113)
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/tests/control: created to perform trivial CI tests.
  * debian/upstream/metadata: created.
  * debian/watch:
      - Added a version line. (Closes: #529101)
      - Removed trash.
      - Updated the search rule. (Closes: #529101)

 -- Joao Eriberto Mota Filho <email address hidden>  Sun, 24 May 2020 14:39:06 -0300

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
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel

Downloads

File Size SHA-256 Checksum
btyacc_3.0+dfsg-1.dsc 1.8 KiB 708e249360094501d4e8949f6b8c6b4e53949a691c0d32bcd4e62e0b3fe2bd35
btyacc_3.0+dfsg.orig.tar.gz 60.8 KiB 6dec1ed7340e4d01f0be3cc5a5b68bac1f76614d1f22a52082948bda6f7ccd5a
btyacc_3.0+dfsg-1.debian.tar.xz 20.8 KiB b5dc44f70f4565bedcf3a578a2f1dc8e5849e218b721ad53aeab7cefff132965

No changes file available.

Binary packages built by this source

btyacc: Backtracking parser generator based on byacc

 btyacc is a hacked version of the original Berkeley "byacc". The main
 change to byacc is the addition of backtracking code, allowing you to
 try both alternatives in case of shift-reduce or reduce-reduce conflicts.
 As long as no backtracking takes place, the speed is comparable to bison's
 one.
 .
 Additional features:
  - Enhanced support for storing of text position information for tokens.
  - Closes the potential *yacc/bison memory leak during error recovery.
  - Preprocessor directives like %ifdef, %include.
  - C++ friendly.
 .
 Related packages: bison, byacc, antlr

btyacc-dbgsym: debug symbols for btyacc