racc 1.6.2-1 source package in Ubuntu

Changelog

racc (1.6.2-1) unstable; urgency=medium

  [ Lucas Nussbaum ]
  * Team upload.

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Fix day-of-week for changelog entries 1.3.1-1.
  * Update watch file format version to 4.
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Bump debhelper from old 12 to 13.

  [ Lucas Nussbaum ]
  * Update watch file to point to github repo
  * New upstream version 1.6.2
  * Disable patch 010_disable_ext
  * disable patch 020_test_helper_ruby_path_fix
  * Adjust docs path
  * Load test/lib/helper.rb when running tests
  * 010_disable_ext: update
  * debian/rules: update path to docs
  * Refresh packaging using dh-make-ruby

 -- Lucas Nussbaum <email address hidden>  Wed, 28 Dec 2022 20:15:36 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
racc_1.6.2-1.dsc 1.9 KiB 2451985838001a8518cae048b2b1c6b66adf7117187d53f2a59054739133f92a
racc_1.6.2.orig.tar.gz 459.7 KiB 47c3387512178ef95fda319083d10c567202f0bae47fe1f392484b076fee6fbc
racc_1.6.2-1.debian.tar.xz 5.7 KiB 70eec27c2a2e5b2d6520980d8105319bf046b0b1257f4dcc297baf534c4669d0

Available diffs

No changes file available.

Binary packages built by this source

racc: Ruby LALR parser generator

 Racc is LALR(Look-Ahead LR) parser generator for Ruby, written in Ruby. It
 allows programmers to easily write syntactic parsers from simple rules, like
 yacc and bison.