[Pkg-javascript-commits] [node-qs] branch master updated (9a3cd93 -> f1c8fd4)

Jérémy Lal kapouer at moszumanska.debian.org
Sun Oct 12 15:00:59 UTC 2014


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

kapouer pushed a change to branch master
in repository node-qs.

      from  9a3cd93   Build-Depends nodejs
       new  28c1e19   Update watch file
       new  c319c18   Imported Upstream version 2.2.4
       new  6ee3a45   Copyright: entirely rewritten under BSD-3-clause
       new  57e5734   Update docs
       new  0afa869   Remove examples
       new  a90d37c   Update install files
       new  859ce67   Disable test and build targets
       new  7a5d98b   Fix permissions of installed files
       new  0c3c1f6   Add autopkgtest
       new  f1c8fd4   Update changelog, release

The 10 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                  |   17 +
 .gitmodules                 |    6 -
 .gitignore => .jshintignore |    0
 .jshintrc                   |   10 +
 .npmignore                  |    7 -
 .travis.yml                 |    7 +-
 CHANGELOG.md                |   47 +
 CONTRIBUTING.md             |    1 +
 History.md                  |  141 -
 LICENSE                     |   28 +
 Makefile                    |   10 +-
 README.md                   |  213 +
 Readme.md                   |   58 -
 benchmark.js                |   17 -
 component.json              |    9 -
 debian/changelog            |   20 +
 debian/control              |    1 +
 debian/copyright            |   54 +-
 debian/docs                 |    3 +-
 debian/examples             |    1 -
 debian/install              |    4 +-
 debian/rules                |   12 +-
 debian/tests/control        |    2 +
 debian/watch                |    2 +-
 examples.js                 |   55 -
 index.js                    |  388 +-
 lib/index.js                |   15 +
 lib/parse.js                |  156 +
 lib/stringify.js            |   58 +
 lib/utils.js                |  139 +
 package.json                |   35 +-
 test/browser/expect.js      | 1202 ------
 test/browser/index.html     |   18 -
 test/browser/jquery.js      | 8981 -------------------------------------------
 test/browser/mocha.css      |  163 -
 test/browser/mocha.js       | 4201 --------------------
 test/browser/qs.css         |    0
 test/browser/qs.js          |  416 --
 test/parse.js               |  526 ++-
 test/stringify.js           |  218 +-
 40 files changed, 1287 insertions(+), 15954 deletions(-)
 delete mode 100644 .gitmodules
 copy .gitignore => .jshintignore (100%)
 create mode 100644 .jshintrc
 delete mode 100644 .npmignore
 create mode 100644 CHANGELOG.md
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 History.md
 create mode 100755 LICENSE
 create mode 100755 README.md
 delete mode 100644 Readme.md
 delete mode 100644 benchmark.js
 delete mode 100644 component.json
 delete mode 100644 debian/examples
 create mode 100644 debian/tests/control
 delete mode 100644 examples.js
 create mode 100755 lib/index.js
 create mode 100755 lib/parse.js
 create mode 100755 lib/stringify.js
 create mode 100755 lib/utils.js
 mode change 100644 => 100755 package.json
 delete mode 100644 test/browser/expect.js
 delete mode 100644 test/browser/index.html
 delete mode 100644 test/browser/jquery.js
 delete mode 100644 test/browser/mocha.css
 delete mode 100644 test/browser/mocha.js
 delete mode 100644 test/browser/qs.css
 delete mode 100644 test/browser/qs.js
 mode change 100644 => 100755 test/parse.js
 mode change 100644 => 100755 test/stringify.js

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



More information about the Pkg-javascript-commits mailing list