ruby-treetop 1.4.14-1 source package in Ubuntu

Changelog

ruby-treetop (1.4.14-1) unstable; urgency=low


  * New upstream version
  * debian/patches:
    + 0001-Do-not-require-rubygems.patch refreshed
    + 0002-Add-a-tt-manual-page.patch: update and forward tt manpage 
    + 0003-Require-rspec-core-shared_context.patch dropped (included upstream)
    + 0003-Use-ruby18-compatible-regexp.patch addedto make specs
      pass with Ruby 1.8.
  * debian/control:
    + update my email address
    + update Homepage field
    + bump Standards-Version to 3.9.4 (no changes needed)
  * debian/copyright: update source URL  

 -- Cédric Boutillier <email address hidden>  Wed, 19 Jun 2013 17:34:11 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-treetop_1.4.14-1.dsc 2.1 KiB e82817af33cdf00dd6909980486b1ef2321364d9ea8f3cef1c7faad8c6e4e7a6
ruby-treetop_1.4.14.orig.tar.gz 179.0 KiB 0c8b8fdd7f4941d0ce3ecb99e0b7caf0a90ccfb67bec568e1b15ea8cdd8191b1
ruby-treetop_1.4.14-1.debian.tar.gz 5.6 KiB a6657e137404e5c17a145cf30c944864d32470a3ffe3d0a2ff78fbd85d171ba9

Available diffs

No changes file available.

Binary packages built by this source

ruby-treetop: Ruby-based text parsing and interpretation DSL

 Treetop is a language for describing languages. It provides a Ruby
 implementation of a custom language based on parsing expression
 grammars (PEGs).
 .
 This package provides the Ruby library implementation of treetop.

treetop: Ruby-based text parsing and interpretation (command-line utility)

 Treetop is a language for describing languages. It provides a Ruby
 implementation of a custom language based on parsing expression
 grammars (PEGs).
 .
 This package provides the top-level utility script tt.