[Pkg-javascript-commits] [node-tar-stream] branch master updated (df243c6 -> 4b82ef5)

Paolo Greppi paolog-guest at moszumanska.debian.org
Tue Nov 29 13:06:16 UTC 2016


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

paolog-guest pushed a change to branch master
in repository node-tar-stream.

      from  df243c6   add autopkgtest
       new  e9d0ee3   Imported Upstream version 1.5.2
       new  e6b0bbe   Merge tag 'upstream/1.5.2'
       new  c32759c   bump version
       new  9039334   refresh readable-stream patch and add dependency on node-xtend which is now in Debian
       new  6e804a9   clean up changelog file; bump standards version and dh compat
       new  4b82ef5   update copyright file

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:
 .travis.yml                                        |   6 +-
 LICENSE                                            |  21 +
 README.md                                          | 120 +--
 debian/changelog                                   |   9 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   5 +-
 debian/copyright                                   |   4 +-
 debian/patches/00-readable_stream.patch            |  37 +
 debian/patches/readable_stream.patch               |  37 -
 debian/patches/series                              |   3 +-
 debian/patches/xtend_module.patch                  |  39 -
 extract.js                                         | 440 +++++-----
 headers.js                                         | 499 ++++++-----
 index.js                                           |   4 +-
 pack.js                                            | 448 +++++-----
 package.json                                       |  37 +-
 test/extract.js                                    | 925 +++++++++++----------
 .../{name-is-100.tar => base-256-uid-gid.tar}      | Bin 10240 -> 10240 bytes
 test/fixtures/gnu-long-path.tar                    | Bin 0 -> 7594 bytes
 test/fixtures/index.js                             |  22 +-
 test/fixtures/{unicode.tar => pax.tar}             | Bin 3072 -> 3072 bytes
 test/fixtures/{name-is-100.tar => space.tar}       | Bin 10240 -> 10240 bytes
 test/pack.js                                       | 313 +++----
 23 files changed, 1641 insertions(+), 1330 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 debian/patches/00-readable_stream.patch
 delete mode 100644 debian/patches/readable_stream.patch
 delete mode 100644 debian/patches/xtend_module.patch
 copy test/fixtures/{name-is-100.tar => base-256-uid-gid.tar} (80%)
 create mode 100644 test/fixtures/gnu-long-path.tar
 copy test/fixtures/{unicode.tar => pax.tar} (81%)
 copy test/fixtures/{name-is-100.tar => space.tar} (63%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tar-stream.git



More information about the Pkg-javascript-commits mailing list