[osmcoastline] branch master updated (488b05f -> 7a84ec4)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Mar 31 21:14:21 UTC 2015


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

sebastic pushed a change to branch master
in repository osmcoastline.

      from  488b05f   Drop build-indep target, osmcoastline-doc is not included anymore.
       new  7fc8d85   Imported Upstream version 2.0.1
       new  7aaa52e   Merge tag 'upstream/2.0.1'
       new  9867dcc   New upstream release.
       new  7a84ec4   Install CHANGELOG.md as upstream changelog.

The 4 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:
 .ycm_extra_conf.py                                 |   6 +-
 CHANGELOG.md                                       |  18 ++++
 CMakeLists.txt                                     |  77 +++++++++++++--
 README.md                                          |  14 ++-
 debian/changelog                                   |   4 +-
 debian/rules                                       |   3 +
 fix-formatting.sh                                  |   7 ++
 man/manpage.template                               |  28 ++++++
 man/osmcoastline.md                                | 110 +++++++++++++++++++++
 man/osmcoastline_filter.md                         |  55 +++++++++++
 man/osmcoastline_readmeta.md                       |  28 ++++++
 man/osmcoastline_ways.md                           |  34 +++++++
 osmcoastline_readmeta                              |  87 ++++++++++++++++
 osmcoastline_readmeta.sh                           |  85 ----------------
 runtest.sh.in                                      |   2 +-
 src/CMakeLists.txt                                 |  20 ++++
 .../coastline_handlers.hpp                         |   9 +-
 .../coastline_polygons.cpp                         |   2 +-
 .../coastline_polygons.hpp                         |   4 +-
 coastline_ring.cpp => src/coastline_ring.cpp       |   0
 coastline_ring.hpp => src/coastline_ring.hpp       |  41 +++++---
 .../coastline_ring_collection.cpp                  |   0
 .../coastline_ring_collection.hpp                  |  26 +++--
 ogr_include.hpp => src/ogr_include.hpp             |   0
 options.cpp => src/options.cpp                     |  39 ++++----
 options.hpp => src/options.hpp                     |   0
 osmcoastline.cpp => src/osmcoastline.cpp           |   2 +-
 osmcoastline.hpp => src/osmcoastline.hpp           |   0
 .../osmcoastline_filter.cpp                        |   0
 osmcoastline_ways.cpp => src/osmcoastline_ways.cpp |  20 ++--
 output_database.cpp => src/output_database.cpp     |   3 +-
 output_database.hpp => src/output_database.hpp     |   0
 output_layers.cpp => src/output_layers.cpp         |  15 +--
 output_layers.hpp => src/output_layers.hpp         |   0
 srs.cpp => src/srs.cpp                             |   0
 srs.hpp => src/srs.hpp                             |  20 +++-
 stats.hpp => src/stats.hpp                         |   0
 verbose_output.hpp => src/verbose_output.hpp       |   3 +
 taginfo.json                                       |   2 +-
 39 files changed, 594 insertions(+), 170 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100755 fix-formatting.sh
 create mode 100644 man/manpage.template
 create mode 100644 man/osmcoastline.md
 create mode 100644 man/osmcoastline_filter.md
 create mode 100644 man/osmcoastline_readmeta.md
 create mode 100644 man/osmcoastline_ways.md
 create mode 100755 osmcoastline_readmeta
 delete mode 100755 osmcoastline_readmeta.sh
 create mode 100644 src/CMakeLists.txt
 rename coastline_handlers.hpp => src/coastline_handlers.hpp (96%)
 rename coastline_polygons.cpp => src/coastline_polygons.cpp (99%)
 rename coastline_polygons.hpp => src/coastline_polygons.hpp (98%)
 rename coastline_ring.cpp => src/coastline_ring.cpp (100%)
 rename coastline_ring.hpp => src/coastline_ring.hpp (89%)
 rename coastline_ring_collection.cpp => src/coastline_ring_collection.cpp (100%)
 rename coastline_ring_collection.hpp => src/coastline_ring_collection.hpp (87%)
 rename ogr_include.hpp => src/ogr_include.hpp (100%)
 rename options.cpp => src/options.cpp (79%)
 rename options.hpp => src/options.hpp (100%)
 rename osmcoastline.cpp => src/osmcoastline.cpp (99%)
 rename osmcoastline.hpp => src/osmcoastline.hpp (100%)
 rename osmcoastline_filter.cpp => src/osmcoastline_filter.cpp (100%)
 rename osmcoastline_ways.cpp => src/osmcoastline_ways.cpp (90%)
 rename output_database.cpp => src/output_database.cpp (99%)
 rename output_database.hpp => src/output_database.hpp (100%)
 rename output_layers.cpp => src/output_layers.cpp (99%)
 rename output_layers.hpp => src/output_layers.hpp (100%)
 rename srs.cpp => src/srs.cpp (100%)
 rename srs.hpp => src/srs.hpp (83%)
 rename stats.hpp => src/stats.hpp (100%)
 rename verbose_output.hpp => src/verbose_output.hpp (96%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmcoastline.git



More information about the Pkg-grass-devel mailing list