ruby-parslet 1.8.2-4 source package in Ubuntu

Changelog

ruby-parslet (1.8.2-4) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out of the source
    package

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.

  [ HIGUCHI Daisuke (VDR dai) ]
  * eliminate lintian warning: ruby-interpreter-is-deprecated
  * eliminate lintian warning: update-debian-copyright
  * d/watch: use gemwatch.debian.net insteaf of alioth.
  * Update Standards-Version to 4.6.1
  * set Rules-Requires-Root as no.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Mon, 18 Jul 2022 14:58:00 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-parslet_1.8.2-4.dsc 2.1 KiB acf544b13d6ba42ffb172b6328e14f17c57da38ffa084baed312fecb09961cc1
ruby-parslet_1.8.2.orig.tar.gz 75.0 KiB cba01e5dd85f7f87291ac7e8caca620623318052d65a2dee39bb21a22688b85f
ruby-parslet_1.8.2-4.debian.tar.xz 5.9 KiB da80bb7c61dcfad2f1dc63baa6a1d07863f8e23956a9e18152477f7b255bb7fe

Available diffs

No changes file available.

Binary packages built by this source

ruby-parslet: Parser construction library with great error reporting in Ruby

 Parslet makes developing complex parsers easy. It does so by
 .
 * providing the best error reporting possible
 * not generating reams of code for you to debug
 .
 Parslet takes the long way around to make your job easier. It allows for
 incremental language construction. Often, you start out small, implementing
 the atoms of your language first; _parslet_ takes pride in making this
 possible.