[DRE-commits] [ruby-parser] branch master updated (a2558c6 -> 4468e80)

Cédric Boutillier boutil at moszumanska.debian.org
Fri Mar 7 14:33: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-parser.

      from  a2558c6   use dh_install instead of dh_build to delete bin/ruby_parse_extract_error
      adds  bc99d91   Imported Upstream version 3.4.1
       new  574cc5f   Merge tag 'upstream/3.4.1'
       new  6a24de4   Drop 001-remove-rubygems-require.patch as patched file as been dropped by upstream
       new  4468e80   prepare changelog

The 3 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:
 .autotest                                        |   37 +-
 History.txt                                      |   98 +
 Manifest.txt                                     |    4 +-
 Rakefile                                         |   42 +-
 bin/ruby_parse_extract_error                     |   10 +-
 checksums.yaml.gz                                |  Bin 0 -> 270 bytes
 checksums.yaml.gz.sig                            |    2 +
 data.tar.gz.sig                                  |  Bin 256 -> 256 bytes
 debian/changelog                                 |    8 +
 debian/patches/001-remove-rubygems-require.patch |   25 -
 debian/patches/series                            |    1 -
 lib/.document                                    |    1 +
 lib/gauntlet_rubyparser.rb                       |  117 -
 lib/ruby18_parser.rb                             | 4047 ++++++++++----------
 lib/ruby18_parser.y                              |   48 +-
 lib/ruby19_parser.rb                             | 4043 ++++++++++----------
 lib/ruby19_parser.y                              |   37 +-
 lib/ruby20_parser.rb                             | 4380 +++++++++++-----------
 lib/ruby20_parser.y                              |   71 +-
 lib/ruby_lexer.rb                                | 1931 ++++------
 lib/ruby_lexer.rex                               |  189 +
 lib/ruby_lexer.rex.rb                            |  263 ++
 lib/ruby_parser_extras.rb                        |  168 +-
 metadata.gz.sig                                  |  Bin 256 -> 256 bytes
 metadata.yml                                     |  261 +-
 test/test_ruby_lexer.rb                          | 2409 ++++++------
 test/test_ruby_parser.rb                         |  194 +-
 test/test_ruby_parser_extras.rb                  |   64 +-
 28 files changed, 9442 insertions(+), 9008 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 checksums.yaml.gz.sig
 delete mode 100644 debian/patches/001-remove-rubygems-require.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/.document
 delete mode 100755 lib/gauntlet_rubyparser.rb
 create mode 100644 lib/ruby_lexer.rex
 create mode 100644 lib/ruby_lexer.rex.rb

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



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