[Pkg-javascript-commits] [node-zipfile] branch master updated (1e93b52 -> f8955b5)
Jérémy Lal
kapouer at alioth.debian.org
Fri Aug 30 13:36:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch master
in repository node-zipfile.
from 1e93b52 Releasing to sid
new bfa3967 Imported Upstream version 0.4.0+ds1
new b65cc14 Merge tag 'upstream/0.4.0+ds1'
new 15d5553 Update repackaging, put tarballs in separate dir.
new 034cec5 Build using node-gyp
new 882b2e8 Add myself to uploaders
new 90d6bd6 Remove pkgconfig from Build-Depends (not needed by node-gyp)
new 33b7a7b Watch github directly
new cb40474 Canonicalize Vcs fields
new 8acc19c Standards-Version 3.9.4
new 9ae972a Losen dependency on nodejs
new 97471d1 NodeJS -> Node.js, and extend description about Node.js
new 1b79c1d Update copyright, fix Source field and add explanation about repack.
new d071c76 Update changelog
new 392ce52 Watch mangled version number
new a3263b6 dh 9 - hardening
new c2c857e Fix install
new acb7dad Do not override make clean
new 4f76444 Fix *.node name
new 4040e8a Fix node_zipfile.node permissions
new f8955b5 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 | 9 +
.npmignore | 1 -
Makefile | 45 ++---
binding.gyp | 67 +++++++
build.gyp | 82 ---------
configure | 2 +-
debian/changelog | 15 ++
debian/compat | 2 +-
debian/control | 23 +--
debian/copyright | 9 +-
debian/install | 2 +-
debian/rules | 42 +++--
debian/watch | 6 +-
deps/common-libzip.gypi | 5 +
deps/notes.md | 4 +
lib/zipfile.js | 2 +-
package.json | 10 +-
src/_zipfile.cc | 28 ---
src/node_zipfile.cpp | 105 ++++++++++-
.../zipfile/node_zipfile.h => src/node_zipfile.hpp | 0
test/data/{ => Archive}/one.txt | 0
test/data/{ => Archive}/two.txt | 0
"test/data/Cl\303\251ment/Ol\303\241.txt" | 1 +
"test/data/Cl\303\251ment/Ol\303\241.zip" | Bin 0 -> 167 bytes
"test/data/Cl\303\251ment/foo.csv" | 2 +
"test/data/Cl\303\251ment/foo.csv.zip" | Bin 0 -> 536 bytes
test/data/points.csv.zip | Bin 0 -> 615 bytes
test/data/world_merc.zip | Bin 345387 -> 0 bytes
"test/data/\303\251\303\251\303\251/foo.csv" | 2 +
"test/data/\303\251\303\251\303\251/foo.csv.zip" | Bin 0 -> 536 bytes
"test/data/\344\275\240\345\245\275_points.csv" | 3 +
test/support/helper.js | 31 ----
test/unicode.test.js | 47 +++++
test/write.test.js | 42 ++---
vcbuild.bat | 17 +-
wscript | 185 --------------------
36 files changed, 343 insertions(+), 446 deletions(-)
create mode 100644 .gitignore
delete mode 100644 .npmignore
create mode 100644 binding.gyp
delete mode 100644 build.gyp
create mode 100644 deps/common-libzip.gypi
create mode 100644 deps/notes.md
delete mode 100644 src/_zipfile.cc
rename include/zipfile/node_zipfile.h => src/node_zipfile.hpp (100%)
copy test/data/{ => Archive}/one.txt (100%)
copy test/data/{ => Archive}/two.txt (100%)
create mode 100644 "test/data/Cl\303\251ment/Ol\303\241.txt"
create mode 100644 "test/data/Cl\303\251ment/Ol\303\241.zip"
create mode 100644 "test/data/Cl\303\251ment/foo.csv"
create mode 100644 "test/data/Cl\303\251ment/foo.csv.zip"
create mode 100644 test/data/points.csv.zip
delete mode 100644 test/data/world_merc.zip
create mode 100644 "test/data/\303\251\303\251\303\251/foo.csv"
create mode 100644 "test/data/\303\251\303\251\303\251/foo.csv.zip"
create mode 100644 "test/data/\344\275\240\345\245\275_points.csv"
delete mode 100644 test/support/helper.js
create mode 100644 test/unicode.test.js
delete mode 100644 wscript
--
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