[Pkg-javascript-commits] [node-superagent] branch master updated (afb4e1a -> 2b06a2e)

Leo Iannacone l3on-guest at moszumanska.debian.org
Sun Oct 12 13:00:27 UTC 2014


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

l3on-guest pushed a change to branch master
in repository node-superagent.

      from  afb4e1a   fix dversionmangle
       new  ed7d2ee   Bump Standards-Version 3.9.6
       new  d2b93c3   Imported Upstream version 0.20.0+dfsg
       new  2efedeb   Merge tag 'upstream/0.20.0+dfsg'
       new  ed1a4a5   add autopkgtest suite
       new  fefa58e   install examples
       new  3005847   upstream documentation no longer shipped
       new  2b06a2e   finalize

The 7 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:
 .travis.yml                 |   1 -
 History.md                  |  39 ++++++++
 component.json              |   2 +-
 debian/changelog            |  12 +++
 debian/control              |   3 +-
 debian/docs                 |   1 -
 debian/examples             |   1 +
 debian/rules                |   5 -
 debian/tests/control        |   2 +
 debian/tests/require        |   3 +
 docs/head.html              |  39 --------
 docs/index.md               | 219 --------------------------------------------
 docs/tail.html              |   2 -
 lib/client.js               |  35 ++++++-
 lib/node/agent.js           |   2 +-
 lib/node/index.js           | 111 +++++++++++++++++++---
 lib/node/parsers/image.js   |  10 ++
 lib/node/parsers/index.js   |   1 +
 lib/node/response.js        |  27 +++++-
 package.json                |  18 ++--
 test/node/basic-auth.js     |  12 ++-
 test/node/basic.js          |  62 +++++++++++++
 test/node/exports.js        |   6 +-
 test/node/fixtures/test.png | Bin 0 -> 159 bytes
 test/node/form.js           |   2 +-
 test/node/image.js          |  34 +++++++
 test/node/json.js           |  13 +++
 test/node/parsers.js        |  51 ++++++++++-
 test/node/query.js          |   2 +-
 test/node/toError.js        |   1 +
 30 files changed, 403 insertions(+), 313 deletions(-)
 create mode 100644 debian/examples
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/require
 delete mode 100644 docs/head.html
 delete mode 100644 docs/index.md
 delete mode 100644 docs/tail.html
 create mode 100644 lib/node/parsers/image.js
 create mode 100644 test/node/fixtures/test.png
 create mode 100644 test/node/image.js

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



More information about the Pkg-javascript-commits mailing list