[osmcoastline] branch master updated (0bfe4bc -> 5e949fe)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Jan 7 07:16:36 UTC 2016


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

sebastic pushed a change to branch master
in repository osmcoastline.

      from  0bfe4bc   Move from experimental to unstable.
       new  373bcb5   Imported Upstream version 2.1.2
       new  763fd6d   Merge tag 'upstream/2.1.2'
       new  2758e1f   New upstream release.
       new  b7c3b0c   Update copyright years for Jochen Topf.
       new  2550c8d   Drop GDAL 2.0 patch, included upstream.
       new  5e949fe   Set distribution to unstable.

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:
 .ycm_extra_conf.py                                 |    2 +-
 CHANGELOG.md                                       |   23 +-
 CMakeLists.txt                                     |    8 +-
 README.md                                          |   15 +-
 cmake/FindOsmium.cmake                             |   13 +-
 debian/changelog                                   |    8 +
 debian/copyright                                   |    2 +-
 ...h-to-gdalcpp.hpp.-Adds-support-for-GDAL-2.patch | 1726 --------------------
 debian/patches/series                              |    1 -
 include/gdalcpp.hpp                                |  406 +++++
 man/manpage.template                               |    2 +-
 man/osmcoastline.md                                |    3 +
 man/osmcoastline_filter.md                         |    3 +
 man/osmcoastline_readmeta.md                       |    9 +
 man/osmcoastline_segments.md                       |    3 +
 man/osmcoastline_ways.md                           |    9 +
 osmcoastline_readmeta                              |   16 +
 src/CMakeLists.txt                                 |    4 +-
 src/coastline_handlers.hpp                         |    2 +-
 src/coastline_polygons.cpp                         |   99 +-
 src/coastline_polygons.hpp                         |   15 +-
 src/coastline_ring.cpp                             |   14 +-
 src/coastline_ring.hpp                             |    2 +-
 src/coastline_ring_collection.cpp                  |   27 +-
 src/coastline_ring_collection.hpp                  |    4 +-
 src/ogr_include.hpp                                |   42 -
 src/options.cpp                                    |   15 +-
 src/options.hpp                                    |    2 +-
 src/osmcoastline.cpp                               |   24 +-
 src/osmcoastline_filter.cpp                        |   70 +-
 src/osmcoastline_segments.cpp                      |   76 +-
 src/osmcoastline_ways.cpp                          |  115 +-
 src/output_database.cpp                            |  236 ++-
 src/output_database.hpp                            |   89 +-
 src/output_layers.cpp                              |  321 ----
 src/output_layers.hpp                              |  124 --
 src/{osmcoastline.hpp => return_codes.hpp}         |    2 +-
 src/srs.cpp                                        |    2 +-
 src/srs.hpp                                        |    2 +-
 src/stats.hpp                                      |    2 +-
 src/util.hpp                                       |   41 +
 41 files changed, 960 insertions(+), 2619 deletions(-)
 delete mode 100644 debian/patches/0001-Switch-to-gdalcpp.hpp.-Adds-support-for-GDAL-2.patch
 delete mode 100644 debian/patches/series
 create mode 100644 include/gdalcpp.hpp
 delete mode 100644 src/ogr_include.hpp
 delete mode 100644 src/output_layers.cpp
 delete mode 100644 src/output_layers.hpp
 rename src/{osmcoastline.hpp => return_codes.hpp} (94%)
 create mode 100644 src/util.hpp

-- 
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