[DRE-commits] [ruby-treetop] branch master updated (db7e429 -> 1494746)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 22 13:12:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a change to branch master
in repository ruby-treetop.

      from  db7e429   Rebuild against newer gem2deb
      adds  28c2aea   Imported Upstream version 1.4.15
       new  9f37d61   Merge tag 'upstream/1.4.15'
       new  bcfe77e   remove 0003-Use-ruby18-compatible-regexp.patch, applied upstream
       new  bd7e4f0   remove 0002-Add-a-tt-manual-page.patch, applied upstream
       new  0e142e7   do not install the HTML manual
       new  d41d3f9   Drop 0004-privacy-breach.patch, not needed without HTML manual
       new  5fbb124   Refresh 0001-Do-not-require-rubygems.patch
       new  1494746   prepare changelog

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  32 +--
 Rakefile                                           |   6 +-
 debian/changelog                                   |  14 ++
 debian/patches/0001-Do-not-require-rubygems.patch  |  16 +-
 debian/patches/0002-Add-a-tt-manual-page.patch     | 103 --------
 .../0003-Use-ruby18-compatible-regexp.patch        |  18 --
 debian/patches/0004-privacy-breach.patch           | 125 ---------
 debian/patches/series                              |   3 -
 debian/ruby-treetop.doc-base                       |  13 -
 debian/ruby-treetop.install                        |   1 -
 doc/site/contribute.html                           | 124 ---------
 doc/site/images/bottom_background.png              | Bin 1662 -> 0 bytes
 doc/site/images/middle_background.png              | Bin 1373 -> 0 bytes
 doc/site/images/paren_language_output.png          | Bin 67055 -> 0 bytes
 doc/site/images/pivotal.gif                        | Bin 3898 -> 0 bytes
 doc/site/images/top_background.png                 | Bin 26093 -> 0 bytes
 doc/site/index.html                                | 102 --------
 doc/site/pitfalls_and_advanced_techniques.html     |  68 -----
 doc/site/robots.txt                                |   5 -
 doc/site/screen.css                                | 134 ----------
 doc/site/semantic_interpretation.html              | 245 ------------------
 doc/site/syntactic_recognition.html                | 278 ---------------------
 doc/site/using_in_ruby.html                        | 123 ---------
 doc/tt.1                                           |  83 ++++++
 lib/treetop/ruby_extensions/string.rb              |  20 +-
 lib/treetop/version.rb                             |   2 +-
 metadata.yml                                       |  22 +-
 spec/compiler/character_class_spec.rb              |   2 +-
 spec/compiler/grammar_compiler_spec.rb             |  22 ++
 ...o.treetop => test_grammar_magic_coding.treetop} |   1 +
 ...treetop => test_grammar_magic_encoding.treetop} |   1 +
 spec/spec_helper.rb                                |   2 +-
 treetop.gemspec                                    |  20 +-
 33 files changed, 173 insertions(+), 1412 deletions(-)
 delete mode 100644 debian/patches/0002-Add-a-tt-manual-page.patch
 delete mode 100644 debian/patches/0003-Use-ruby18-compatible-regexp.patch
 delete mode 100644 debian/patches/0004-privacy-breach.patch
 delete mode 100644 debian/ruby-treetop.doc-base
 delete mode 100644 doc/site/contribute.html
 delete mode 100644 doc/site/images/bottom_background.png
 delete mode 100644 doc/site/images/middle_background.png
 delete mode 100644 doc/site/images/paren_language_output.png
 delete mode 100644 doc/site/images/pivotal.gif
 delete mode 100644 doc/site/images/top_background.png
 delete mode 100755 doc/site/index.html
 delete mode 100644 doc/site/pitfalls_and_advanced_techniques.html
 delete mode 100644 doc/site/robots.txt
 delete mode 100644 doc/site/screen.css
 delete mode 100644 doc/site/semantic_interpretation.html
 delete mode 100644 doc/site/syntactic_recognition.html
 delete mode 100644 doc/site/using_in_ruby.html
 create mode 100644 doc/tt.1
 copy spec/compiler/{test_grammar_do.treetop => test_grammar_magic_coding.treetop} (83%)
 copy spec/compiler/{test_grammar_do.treetop => test_grammar_magic_encoding.treetop} (81%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-treetop.git



More information about the Pkg-ruby-extras-commits mailing list