[Pkg-javascript-commits] [node-zipfile] branch master updated (2864fcb -> c5fb9b3)
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Dec 21 00:22:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch master
in repository node-zipfile.
from 2864fcb Update changelog
new 8ad4635 Standards-Version 3.9.8
new 4e2784b Secure Vcs url
new 20721d6 Use dh nodejs
new 7383270 Use repacksuffix
new 4691529 New upstream version 0.5.11+ds
new 085fc05 Merge tag 'upstream/0.5.11+ds'
new 63c4c1c Update changelog
new a59b99f Patch for nodejs rename
new 3925a9c Apply patch
new 904065e Build-Depends node-nan
new 90ba754 Update changelog
new 979a268 Release
new 9ab219d Keep some test data around
new b04015d Patch package.json to fix binding load path
new 58b21e5 Let the tests run
new 7655d84 New upstream version 0.5.11+ds
new 7b3c99c Merge tag 'upstream/0.5.11+ds'
new a7c5439 Copyright for world mercator test data
new 0026393 Enable autopkgtests
new 61d09a0 Update changelog
new 55419fc Release
new 3b8eb78 Build-Depends mocha
new bfe4478 Build-Depends node-pre-gyp
new 3b8c80e Do not include useless deps
new ada323c Properly install module
new 8229974 New upstream version 0.5.11+ds
new ecc84e4 Merge tag 'upstream/0.5.11+ds'
new 5807c4a Update changelog
new 876d9e8 Release
new ec4e593 Update debian/rules to match new install path
new fe1a3bb Just use the require test for now
new 17bb762 Depends node-pre-gyp
new 2f99237 Update changelog
new c5fb9b3 Update changelog
The 34 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 | 3 +-
.npmignore | 13 ++
.travis.yml | 117 +++++++---
CHANGELOG.md | 48 ++++
Makefile | 67 ++++--
README.md | 59 ++++-
appveyor.yml | 72 ++++++
bench/largefile.js | 76 ++++++
binding.gyp | 32 ++-
debian/changelog | 18 ++
debian/control | 12 +-
debian/copyright | 353 +++++++++++++++++++++++++++-
debian/install | 4 +-
debian/patches/binding-path.patch | 15 ++
debian/patches/rename-nodejs.patch | 15 ++
debian/patches/series | 2 +
debian/rules | 10 +-
debian/tests/control | 3 +
debian/watch | 2 +-
deps/common-libzip.gypi | 57 ++++-
package.json | 24 +-
scripts/install_node.sh | 9 +
scripts/package_osx.sh | 25 --
scripts/validate_tag.sh | 24 ++
src/node_zipfile.cpp | 465 +++++++++++++++++++++++--------------
src/node_zipfile.hpp | 43 ++--
src/unicode_conversion_helpers.hpp | 68 ++++++
test/data/World_mercator.zip | Bin 0 -> 346592 bytes
test/data/world_merc.zip | Bin 0 -> 345387 bytes
test/exceptions.test.js | 12 +
test/write.test.js | 78 ++++---
31 files changed, 1366 insertions(+), 360 deletions(-)
create mode 100644 .npmignore
create mode 100644 appveyor.yml
create mode 100644 bench/largefile.js
create mode 100644 debian/patches/binding-path.patch
create mode 100644 debian/patches/rename-nodejs.patch
create mode 100644 debian/patches/series
create mode 100644 debian/tests/control
create mode 100755 scripts/install_node.sh
delete mode 100755 scripts/package_osx.sh
create mode 100755 scripts/validate_tag.sh
create mode 100644 src/unicode_conversion_helpers.hpp
create mode 100644 test/data/World_mercator.zip
create mode 100644 test/data/world_merc.zip
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-zipfile.git
More information about the Pkg-javascript-commits
mailing list