[osmcoastline] branch jessie-backports updated (a6b59f4 -> 5986787)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jan 12 18:47:21 UTC 2016


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

sebastic pushed a change to branch jessie-backports
in repository osmcoastline.

      from  a6b59f4   Rebuild for jessie-backports.
      adds  373bcb5   Imported Upstream version 2.1.2
      adds  763fd6d   Merge tag 'upstream/2.1.2'
      adds  2758e1f   New upstream release.
      adds  b7c3b0c   Update copyright years for Jochen Topf.
      adds  2550c8d   Drop GDAL 2.0 patch, included upstream.
      adds  5e949fe   Set distribution to unstable.
       new  e7516ae   Merge tag 'debian/2.1.2-1' into jessie-backports
       new  5986787   Rebuild for jessie-backports.

The 2 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                                   |   14 +
 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, 966 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