[Pkg-javascript-commits] [node-srs] branch master updated (5c5bd4b -> efa918b)

Jérémy Lal kapouer at moszumanska.debian.org
Sun Jun 21 19:38:02 UTC 2015


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

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

      from  5c5bd4b   Fix Vcs-Git URL in debian/control.
       new  a3caa07   Use Files-Excluded section instead of custom orig
       new  f8cd6c7   Append dfsg to upstream name
       new  ed8e68b   Cannot glob and list files as the same time
      adds  5e1eb8d   Imported Upstream version 0.4.8+dfsg
       new  bdf91e4   Merge tag 'upstream/0.4.8+dfsg'
       new  915f045   Update changelog
       new  4e2087f   Build-Depends gdal-dev (and bump dep to 1.10.0)
       new  15a2bac   dversionmangle after all
       new  c16ee8a   Standards-Version 3.9.6
       new  f1bb190   Use flags for bindings.gyp, install binary
       new  2adbf8c   Remore unneeded patch (upstream layout is kept)
       new  4ad6ff5   Patch to work around dependency on node-pre-gyp
       new  f45c914   bindings.gyp call node, rename to nodejs
       new  11b3927   Update changelog
       new  2e39575   Run build tests
       new  9393651   Use link to srs_data from gdal-config
       new  a716eb3   Add simple autopkgtest
       new  84ee878   Build-Depends node-nan
       new  10e121d   Update changelog
       new  fa488a5   Release
       new  25f69ae   Update changelog, release
       new  137c366   Merge branch 'master' of ssh://git.debian.org/git/collab-maint/node-srs
       new  efa918b   Update changelog

The 22 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                                       |   4 +-
 .npmignore                                       |   8 +-
 .travis.yml                                      |  54 +++++
 CHANGELOG.md                                     |  90 ++++++++
 Makefile                                         |  45 ++--
 README.md                                        |  79 ++++---
 appveyor.yml                                     |  84 ++++++++
 binding.gyp                                      |  83 ++++++--
 common.gypi                                      |  72 +++++--
 debian/changelog                                 |  22 +-
 debian/control                                   |  10 +-
 debian/copyright                                 |   6 +-
 debian/install                                   |   3 +-
 debian/links                                     |   1 -
 debian/patches/2001_package_path.patch           |  15 --
 debian/patches/no_pre_gyp.patch                  |  15 ++
 debian/patches/rename_nodejs.patch               |  15 ++
 debian/patches/series                            |   3 +-
 debian/rules                                     |  39 ++--
 debian/tests/control                             |   3 +
 debian/watch                                     |   4 +-
 gen_settings.py                                  |  17 ++
 lib/constants.js                                 |  86 ++++++++
 lib/srs.js                                       | 257 +++++++++--------------
 package.json                                     |  66 ++++--
 scripts/package_osx.sh                           |  36 ++++
 src/_srs.cc                                      | 217 -------------------
 src/srs.cc                                       | 175 +++++++++++++++
 test/data/transverse_merc_kasey.prj              |   1 +
 test/data/transverse_merc_kasey_custom_grids.prj |   1 +
 test/esri_variant.test.js                        |  14 ++
 test/geojson.test.js                             |  18 +-
 test/invalid.test.js                             |  28 +++
 test/qgis-qpj.test.js                            |  20 ++
 test/shapefile.27700.test.js                     |  22 +-
 test/shapefile.3857.test.js                      |   8 +-
 test/shapefile.4326.test.js                      |  80 +------
 test/split_proj.js                               |  13 ++
 test/util.js                                     |  15 ++
 test/version.test.js                             |   5 +-
 vcbuild-2014.bat                                 |   2 +
 vcbuild.bat                                      |  17 +-
 42 files changed, 1100 insertions(+), 653 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 appveyor.yml
 delete mode 100644 debian/links
 delete mode 100644 debian/patches/2001_package_path.patch
 create mode 100644 debian/patches/no_pre_gyp.patch
 create mode 100644 debian/patches/rename_nodejs.patch
 create mode 100644 debian/tests/control
 create mode 100755 gen_settings.py
 create mode 100644 lib/constants.js
 create mode 100755 scripts/package_osx.sh
 delete mode 100644 src/_srs.cc
 create mode 100644 src/srs.cc
 create mode 100644 test/data/transverse_merc_kasey.prj
 create mode 100644 test/data/transverse_merc_kasey_custom_grids.prj
 create mode 100644 test/esri_variant.test.js
 create mode 100644 test/invalid.test.js
 create mode 100644 test/qgis-qpj.test.js
 create mode 100644 test/split_proj.js
 create mode 100644 test/util.js
 create mode 100644 vcbuild-2014.bat

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



More information about the Pkg-javascript-commits mailing list