[DRE-commits] [racc] branch master updated (d3dd3cf -> a9d4fe2)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Wed Aug 19 15:42:55 UTC 2015


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

sbadia-guest pushed a change to branch master
in repository racc.

      from  d3dd3cf   d/control: Remove specific dependency to ruby 1.9.1
       new  6113622   Imported Upstream version 1.4.12
       new  dfcf348   Merge tag 'upstream/1.4.12'
       new  900ebd7   d/changelog: Prepare new debian version
       new  32808b1   lintian: Fix policy violation (index.en.html doesn't exist)
       new  e8d25e0   bumped up compat version to 9 (and relax gem2deb version)
       new  d99fc6d   control: Bump Standard-Versions (no changes)
       new  8aa97ae   control: Use cgit + https for Vcs field
       new  840906a   patchs: Refresh and add Dep3 headers
       new  a9d4fe2   prepare debian version 1.4.12-1

The 9 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:
 Manifest.txt                                 |   6 +-
 Rakefile                                     |  81 ++-
 debian/changelog                             |  14 +
 debian/compat                                |   2 +-
 debian/control                               |   6 +-
 debian/patches/010_disable_ext               |  11 +-
 debian/patches/020_test_helper_ruby_path_fix |  13 +-
 debian/racc.doc-base.racc                    |   2 +-
 ext/racc/com/headius/racc/Cparse.java        | 806 +++++++++++++++++++++++++++
 ext/racc/cparse.c                            |  52 +-
 ext/racc/extconf.rb                          |   4 +-
 lib/racc/compat.rb                           |  10 +-
 lib/racc/grammarfileparser.rb                |   4 +-
 lib/racc/info.rb                             |   4 +-
 lib/racc/parser-text.rb                      | 257 ++++++++-
 lib/racc/parser.rb                           | 257 ++++++++-
 lib/racc/parserfilegenerator.rb              |   4 +-
 metadata.yml                                 |  83 +--
 rdoc/en/command.en.html                      |  78 ---
 rdoc/en/debug.en.rdoc                        |  20 -
 rdoc/en/index.en.html                        |  10 -
 rdoc/en/parser.en.rdoc                       |  74 ---
 rdoc/en/usage.en.html                        |  92 ---
 test/helper.rb                               |  10 +-
 test/test_chk_y.rb                           |  14 +-
 test/test_scan_y.rb                          |  14 +-
 26 files changed, 1463 insertions(+), 465 deletions(-)
 create mode 100644 ext/racc/com/headius/racc/Cparse.java
 delete mode 100644 rdoc/en/command.en.html
 delete mode 100644 rdoc/en/debug.en.rdoc
 delete mode 100644 rdoc/en/index.en.html
 delete mode 100644 rdoc/en/parser.en.rdoc
 delete mode 100644 rdoc/en/usage.en.html

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



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