[Pkg-javascript-commits] [node-sqlite3] branch master updated (00d6a10 -> 2cec6ab)

László Böszörményi gcs at moszumanska.debian.org
Sun Apr 24 08:52:12 UTC 2016


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

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

      from  00d6a10   Package 2.2.0+ds1-1
       new  97ad028   Imported Upstream version 3.1.3+ds1
       new  25e66fb   Merge tag 'upstream/3.1.3+ds1'
       new  6fa36cd   Start 3.1.3+ds1-1
       new  fd3a75b   Update build dependencies
       new  5fa54e4   Document repack reason
       new  ce1b001   Add source Lintian override for long lines
       new  fc50f07   Simplify rules
       new  ab7282e   Update packaging
       new  cc7ad41   Run self-tests without failing on it
       new  2cec6ab   Standards-Version is 3.9.8

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                           |   7 +-
 .npmignore                           |  12 +
 .travis.yml                          | 160 ++++++++-----
 CHANGELOG.md                         | 146 +++++++++++-
 CONTRIBUTING.md                      |  57 +++++
 Makefile                             |  50 +++-
 README.md                            | 144 ++++++-----
 appveyor.yml                         |  56 +++++
 binding.gyp                          |  20 +-
 configure                            |   3 -
 debian/README.source                 |   1 +
 debian/changelog                     |  10 +
 debian/control                       |  10 +-
 debian/copyright                     |   2 +-
 debian/install                       |   1 -
 debian/patches/series                |   2 +-
 debian/rules                         |  33 +--
 debian/source/lintian-overrides      |   2 +
 deps/common-sqlite.gypi              |  55 ++++-
 deps/sqlite3.gyp                     |   8 +-
 lib/binary_name.js                   |  59 -----
 lib/sqlite3.js                       | 115 ++++-----
 package.json                         |  37 +--
 scripts/build-appveyor.bat           | 160 +++++++++++++
 scripts/build-local.bat              |  59 +++++
 scripts/build.bat                    |  49 ----
 scripts/build_against_node.sh        |  79 ++++++
 scripts/build_against_node_webkit.sh |  91 +++++++
 scripts/build_for_node_webkit.cmd    |  15 ++
 scripts/install_node.sh              |  21 ++
 scripts/validate_tag.sh              |  24 ++
 src/async.h                          |   2 +-
 src/database.cc                      | 347 ++++++++++++++-------------
 src/database.h                       |  61 ++---
 src/gcc-preinclude.h                 |   2 +
 src/macros.h                         | 105 ++++----
 src/node_sqlite3.cc                  |   9 +-
 src/statement.cc                     | 449 ++++++++++++++++++-----------------
 src/statement.h                      |  58 ++---
 test/json.test.js                    |  22 ++
 test/named_columns.test.js           |   9 +
 test/nw/Makefile                     |  11 +-
 test/prepare.test.js                 |  51 ++++
 test/profile.test.js                 |   7 +-
 test/unicode.test.js                 |  73 +++++-
 45 files changed, 1818 insertions(+), 876 deletions(-)
 create mode 100644 .npmignore
 create mode 100644 CONTRIBUTING.md
 create mode 100644 appveyor.yml
 delete mode 100755 configure
 create mode 100644 debian/README.source
 create mode 100644 debian/source/lintian-overrides
 delete mode 100644 lib/binary_name.js
 create mode 100644 scripts/build-appveyor.bat
 create mode 100644 scripts/build-local.bat
 delete mode 100644 scripts/build.bat
 create mode 100755 scripts/build_against_node.sh
 create mode 100755 scripts/build_against_node_webkit.sh
 create mode 100644 scripts/build_for_node_webkit.cmd
 create mode 100755 scripts/install_node.sh
 create mode 100755 scripts/validate_tag.sh
 create mode 100644 test/json.test.js

-- 
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