[DRE-commits] [ruby-classifier-reborn] branch master updated (f22847d -> 61edb19)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Aug 31 01:34:51 UTC 2017


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

uwabami-guest pushed a change to branch master
in repository ruby-classifier-reborn.

      from  f22847d   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  19e276e   New upstream version 2.1.0
       new  9883dd6   Updated version 2.1.0 from 'upstream/2.1.0'
       new  7f22bb1   Refresh patch
       new  7b55281   Bump debhelper >= 10
       new  38c41fa   Bump Standard Version: 4.0.0
       new  fcf87b0   Refresh patches
       new  8c8baa1   Import test from upstream
       new  7381e9c   Fix installchangelogs: upstream remove changelog
       new  61edb19   Update debian/changelog

The 8 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:
 .gitignore                                         |   2 -
 .travis.yml                                        |  17 -
 Gemfile                                            |   2 -
 History.markdown                                   |  78 ----
 README.markdown                                    |  28 +-
 Rakefile                                           |  31 --
 bin/bayes.rb                                       |  44 +-
 bin/summarize.rb                                   |   8 +-
 classifier-reborn.gemspec                          |  76 ++--
 debian/changelog                                   |  19 +
 debian/control                                     |   4 +-
 .../0001-Replace-gemspec-git-execution.patch       |  20 +-
 .../patches/0002-Import-test-from-upstream.patch   | 497 +++++++++++++++++++++
 debian/patches/series                              |   1 +
 debian/rules                                       |   3 -
 lib/classifier-reborn.rb                           |   2 +-
 lib/classifier-reborn/bayes.rb                     |  96 ++--
 lib/classifier-reborn/category_namer.rb            |   7 +-
 lib/classifier-reborn/extensions/hasher.rb         |  30 +-
 lib/classifier-reborn/extensions/vector.rb         |  53 +--
 .../extensions/vector_serialize.rb                 |  18 +-
 lib/classifier-reborn/lsi.rb                       | 166 +++----
 lib/classifier-reborn/lsi/cached_content_node.rb   |   9 +-
 lib/classifier-reborn/lsi/content_node.rb          |  33 +-
 lib/classifier-reborn/lsi/summarizer.rb            |  10 +-
 lib/classifier-reborn/lsi/word_list.rb             |   3 +-
 lib/classifier-reborn/version.rb                   |   2 +-
 script/bootstrap                                   |   2 -
 script/cibuild                                     |   2 -
 script/test                                        |  20 -
 test/bayes/bayesian_test.rb                        | 124 -----
 test/data/stopwords/en                             |   4 -
 test/extensions/hasher_test.rb                     |  43 --
 test/lsi/lsi_test.rb                               | 183 --------
 test/lsi/word_list_test.rb                         |  33 --
 test/test_helper.rb                                |   6 -
 36 files changed, 852 insertions(+), 824 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 delete mode 100644 Gemfile
 delete mode 100644 History.markdown
 delete mode 100644 Rakefile
 create mode 100644 debian/patches/0002-Import-test-from-upstream.patch
 delete mode 100755 script/bootstrap
 delete mode 100755 script/cibuild
 delete mode 100755 script/test
 delete mode 100755 test/bayes/bayesian_test.rb
 delete mode 100644 test/data/stopwords/en
 delete mode 100644 test/extensions/hasher_test.rb
 delete mode 100644 test/lsi/lsi_test.rb
 delete mode 100644 test/lsi/word_list_test.rb
 delete mode 100644 test/test_helper.rb

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



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