[Pkg-javascript-commits] [node-sqlite3] branch master updated (2493703 -> 00d6a10)
László Böszörményi
gcs at moszumanska.debian.org
Sun Apr 24 08:33:07 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 2493703 Add myself to uploaders
new 181e5bf Imported Upstream version 2.2.0+ds1
new e122d12 Merge tag 'upstream/2.2.0+ds1'
new 00d6a10 Package 2.2.0+ds1-1
The 3 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 | 97 +++++++-----
README.md | 7 +-
binding.gyp | 50 +++---
build-util/crosswalk-semver-to-module.js | 96 ------------
build-util/remake.sh | 34 -----
build-util/tools.js | 88 -----------
build-util/upload.sh | 32 ----
build.js | 251 -------------------------------
configure | 2 +-
debian/changelog | 6 +
debian/control | 2 +-
debian/rules | 1 +
deps/common-sqlite.gypi | 2 +-
deps/sqlite3.gyp | 4 +
lib/sqlite3.js | 9 +-
package.json | 28 ++--
scripts/build.bat | 49 ++++++
src/database.h | 3 +-
src/gcc-preinclude.h | 4 +
src/statement.cc | 2 +-
src/statement.h | 2 +-
test/nw/.gitignore | 3 +
test/nw/Makefile | 40 +++++
test/nw/index.html | 14 ++
test/nw/package.json | 9 ++
25 files changed, 253 insertions(+), 582 deletions(-)
delete mode 100644 build-util/crosswalk-semver-to-module.js
delete mode 100755 build-util/remake.sh
delete mode 100644 build-util/tools.js
delete mode 100755 build-util/upload.sh
delete mode 100755 build.js
create mode 100644 scripts/build.bat
create mode 100644 src/gcc-preinclude.h
create mode 100644 test/nw/.gitignore
create mode 100755 test/nw/Makefile
create mode 100644 test/nw/index.html
create mode 100644 test/nw/package.json
--
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