[Pkg-javascript-commits] [node-mbtiles] branch master updated (861a768 -> f4eec6d)

Jérémy Lal kapouer at alioth.debian.org
Sun Sep 1 23:57:12 UTC 2013


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

kapouer pushed a change to branch master
in repository node-mbtiles.

      from  861a768   Releasing to sid
       new  9b46ceb   Add myself as uploaders
       new  19d756f   BSD-3-clause
       new  e0a3963   Format field OCD
       new  c950fdc   Add Source field
       new  a0112be   Remove out-of-date comment
       new  d569b59   Newline OCD
       new  db26177   Fix Homepage
       new  a5626ff   Canonicalize Vcs fields
       new  a861c41   Rewrite short and long descriptions, give context
       new  24b2df3   Loosen nodejs dep
       new  afc05f2   Watch github
       new  8f43569   Install package.json, lib, bin in usr/lib/nodejs/mbtiles
       new  745d3f2   Update changelog
       new  1d69ef2   Imported Upstream version 0.3.2
       new  a388523   Merge tag 'upstream/0.3.2'
       new  9f87e1b   Remove executables from installation
       new  f4eec6d   Update changelog

The 17 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:
 .npmignore => .gitignore      |    0
 CHANGELOG.md                  |   11 +
 README.md                     |   19 --
 bin/mbcheck                   |  158 ----------
 bin/mbcompact                 |  145 ---------
 bin/mbpipe                    |  145 ---------
 bin/mbrekey                   |  139 ---------
 debian/changelog              |    9 +
 debian/control                |   26 +-
 debian/copyright              |    7 +-
 debian/install                |    5 +-
 debian/links                  |    1 -
 debian/patches/series         |    1 -
 debian/watch                  |    5 +-
 lib/mbtiles.js                |  689 ++++++++++++++++++-----------------------
 package.json                  |   23 +-
 test/fixtures/plain_1.mbtiles |  Bin 561152 -> 561152 bytes
 test/info.test.js             |  185 +++++------
 test/list.test.js             |   28 +-
 test/read.test.js             |  337 +++++++-------------
 test/reloading.test.js        |  107 -------
 test/write.test.js            |  112 ++++---
 test/write_grids.test.js      |  114 ++++---
 23 files changed, 674 insertions(+), 1592 deletions(-)
 rename .npmignore => .gitignore (100%)
 delete mode 100755 bin/mbcheck
 delete mode 100755 bin/mbcompact
 delete mode 100755 bin/mbpipe
 delete mode 100755 bin/mbrekey
 delete mode 100644 debian/links
 delete mode 100644 test/reloading.test.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mbtiles.git



More information about the Pkg-javascript-commits mailing list