[Pkg-javascript-commits] [node-fuzzaldrin-plus] branch master updated (d61debf -> dad4b0b)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Nov 19 18:46:38 UTC 2016


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

praveen pushed a change to branch master
in repository node-fuzzaldrin-plus.

      from  d61debf   disable lint, use global tasks
       new  f97aec8   update changelog
       new  9931127   New upstream version 0.3.1+git.20161008.da2cb58
       new  2936934   Merge tag 'upstream/0.3.1+git.20161008.da2cb58'
       new  2f22d23   refresh patches
       new  19cb692   add author name, remove generated file
       new  6d0ed7d   build using grunt, use browserify-lite
       new  f402620   add clean rule
       new  f18b71c   add itp
       new  867c73c   add +dfsg suffix
       new  0a5ad2f   remove min.js as well
       new  205d6bd   New upstream version 0.3.1+git.20161008.da2cb58+dfsg
       new  17a1021   Merge tag 'upstream/0.3.1+git.20161008.da2cb58+dfsg'
       new  f0b1cb6   update version, add dfsg
       new  e24cc71   fix clean target
       new  65ce7cb   manage dist-browser dir
       new  cc68c26   uglify as well
       new  dad4b0b   create libjs-fuzzaldrin-plus

The 17 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:
 Gruntfile.coffee                      |   31 +-
 LICENSE.md                            |    1 -
 benchmark/benchmark.coffee            |   59 +-
 debian/changelog                      |    6 +-
 debian/control                        |   23 +-
 debian/copyright                      |    5 +-
 debian/libjs-fuzzaldrin-plus.install  |    1 +
 debian/patches/disable-lint.patch     |   20 +-
 debian/patches/use-global-tasks.patch |   12 +-
 debian/rules                          |   12 +-
 debian/watch                          |    2 +
 demo/demo.css                         |  123 ++++
 demo/demo.html                        |   90 +++
 demo/movies.json                      | 1005 +++++++++++++++++++++++++++++++++
 package.json                          |   16 +-
 spec/filter-spec.coffee               |  199 +++++--
 spec/legacy-filter-spec.coffee        |  142 -----
 src/filter.coffee                     |   45 +-
 src/fuzzaldrin.coffee                 |   92 ++-
 src/legacy.coffee                     |  118 ----
 src/matcher.coffee                    |  123 +++-
 src/pathScorer.coffee                 |  132 +++++
 src/query.coffee                      |   69 +++
 src/scorer.coffee                     |  231 +++-----
 24 files changed, 1945 insertions(+), 612 deletions(-)
 create mode 100644 debian/libjs-fuzzaldrin-plus.install
 create mode 100644 demo/demo.css
 create mode 100644 demo/demo.html
 create mode 100644 demo/movies.json
 delete mode 100644 spec/legacy-filter-spec.coffee
 delete mode 100644 src/legacy.coffee
 create mode 100644 src/pathScorer.coffee
 create mode 100644 src/query.coffee

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fuzzaldrin-plus.git



More information about the Pkg-javascript-commits mailing list