[Pkg-javascript-commits] [node-sqlite3] branch master updated (049d065 -> ea5f00c)

Jérémy Lal kapouer at alioth.debian.org
Wed Sep 4 12:34:06 UTC 2013


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

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

      from  049d065   Releasing to sid
       new  b0e25fb   dh 9 hardening
       new  35ad86d   Add myself as uploader
       new  5db589d   Build-Depends on node-gyp
       new  ec0034c   Standards-Version 3.9.4
       new  3286aac   Canonicalize Vcs fields
       new  75add61   Loosen dependency on nodejs
       new  20cf6e0   Description: NodeJS -> Node.js, give context
       new  3b5b1c9   Watch github
       new  72c003a   Update changelog
       new  c9347a5   Update get-orig-source target, use uscan
       new  90eef8c   Imported Upstream version 2.1.15+ds1
       new  1c52ef3   Merge tag 'upstream/2.1.15+ds1'
       new  195319b   Copyright keywords GPL-2+, BSD-3-clause
       new  eb18fec   Just exclude the sqlite3 tarball
       new  c098d7b   Imported Upstream version 2.1.15+ds2
       new  281d82e   Merge tag 'upstream/2.1.15+ds2'
       new  43a38ad   Install module tree
       new  635dff0   Fix node-gyp build
       new  12995a8   clean some file
       new  ea5f00c   Update changelog

The 20 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                          |   26 +-
 .travis.yml                         |    6 +
 CHANGELOG.md                        |    9 +
 Makefile                            |   28 +-
 README.md                           |  115 +++++--
 binding.gyp                         |   59 ++++
 configure                           |    2 +-
 debian/changelog                    |   12 +
 debian/clean                        |    1 +
 debian/compat                       |    2 +-
 debian/control                      |   22 +-
 debian/copyright                    |    9 +-
 debian/install                      |    5 +-
 debian/rules                        |   59 +++-
 debian/watch                        |    5 +-
 deps/common-sqlite.gypi             |    5 +
 deps/extract.py                     |    9 +
 deps/sqlite3.gyp                    |   93 ++++++
 lib/sqlite3.js                      |    2 +-
 package.json                        |   22 +-
 src/async.h                         |   30 +-
 src/database.cc                     |   46 ++-
 src/database.h                      |    6 +-
 src/macros.h                        |    2 +-
 src/{sqlite3.cc => node_sqlite3.cc} |    3 +-
 src/statement.cc                    |   32 +-
 src/statement.h                     |   23 +-
 src/threading.h                     |   48 +++
 test/affected.test.js               |   28 +-
 test/blob.test.js                   |   36 +-
 test/cache.test.js                  |   71 ++--
 test/constants.test.js              |   72 ++--
 test/database_fail.test.js          |  361 +++++++++-----------
 test/each.test.js                   |   62 ++--
 test/exec.test.js                   |   30 +-
 test/extension.test.js              |   31 +-
 test/fts-content.test.js            |   13 +
 test/map.test.js                    |  127 ++++---
 test/named_columns.test.js          |   34 +-
 test/named_params.test.js           |   59 ++--
 test/null_error.test.js             |   34 +-
 test/open_close.test.js             |  194 +++++------
 test/other_objects.test.js          |  137 ++++----
 test/parallel_insert.test.js        |   46 +--
 test/prepare.test.js                |  622 +++++++++++++++++------------------
 test/profile.test.js                |   74 +++--
 test/rerun.test.js                  |   65 ++--
 test/scheduling.test.js             |   80 ++---
 test/serialization.test.js          |  127 +++----
 test/support/createdb.js            |   38 ++-
 test/support/helper.js              |   11 +-
 test/trace.test.js                  |  105 +++---
 test/unicode.test.js                |   64 ++--
 wscript                             |  146 --------
 54 files changed, 1765 insertions(+), 1583 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.md
 create mode 100644 binding.gyp
 create mode 100644 debian/clean
 create mode 100644 deps/common-sqlite.gypi
 create mode 100644 deps/extract.py
 create mode 100755 deps/sqlite3.gyp
 rename src/{sqlite3.cc => node_sqlite3.cc} (98%)
 create mode 100644 src/threading.h
 create mode 100644 test/fts-content.test.js
 mode change 100644 => 100755 test/support/createdb.js
 delete mode 100644 wscript

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-sqlite3.git



More information about the Pkg-javascript-commits mailing list