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

László Böszörményi gcs at moszumanska.debian.org
Sun Apr 24 08:28:17 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  ea5f00c   Update changelog
       new  312f022   Imported Upstream version 2.1.19+ds1
       new  9ccdae7   Merge tag 'upstream/2.1.19+ds1'
       new  6491a4d   Start 2.1.19+ds1-1
       new  d2eaa3d   Standards-Version is 3.9.5
       new  1f2e6aa   Packaging updates
       new  2493703   Add myself to uploaders

The 6 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                                |   2 +
 .travis.yml                               |  50 +++++-
 CHANGELOG.md                              |  21 +++
 LICENSE                                   |  33 ++--
 Makefile                                  |   8 +-
 README.md                                 |  18 +--
 binding.gyp                               |  28 ----
 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 ++++++++++++++++++++++++++++++
 debian/changelog                          |   9 ++
 debian/control                            |   5 +-
 debian/copyright                          |   9 +-
 debian/install                            |   2 +-
 debian/patches/correct_require_path.patch |  31 ++++
 debian/patches/series                     |   1 +
 debian/rules                              |   1 -
 lib/binary_name.js                        |  59 +++++++
 lib/sqlite3.js                            |  10 +-
 package.json                              |  26 ++--
 src/statement.cc                          |   2 +-
 test/issue-108.test.js                    |  28 ++++
 24 files changed, 764 insertions(+), 80 deletions(-)
 create mode 100644 build-util/crosswalk-semver-to-module.js
 create mode 100755 build-util/remake.sh
 create mode 100644 build-util/tools.js
 create mode 100755 build-util/upload.sh
 create mode 100755 build.js
 create mode 100644 debian/patches/correct_require_path.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/binary_name.js
 create mode 100644 test/issue-108.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