[osm2pgsql] branch jessie-backports updated (4081629 -> aad08f6)

Bas Couwenberg sebastic at debian.org
Fri Dec 30 09:21:38 UTC 2016


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

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

      from  4081629   Rebuild for jessie-backports.
      adds  a816bda   Imported Upstream version 0.92.0~rc1+ds
      adds  86ca772   Merge tag 'upstream/0.92.0_rc1+ds'
      adds  26ae37d   New upstream release candidate.
      adds  802d945   Add license & copyright for test_output_pgsql_validgeom.osm.
      adds  7d62bd6   Set distribution to experimental.
      adds  a642226   Imported Upstream version 0.92.0+ds
      adds  73e0675   Merge tag 'upstream/0.92.0+ds'
      adds  c9ffea5   New upstream release.
      adds  3864e4b   Set distribution to unstable.
       new  1e208d6   Merge tag 'debian/0.92.0+ds-1' into jessie-backports
       new  aad08f6   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:
 900913.sql                                         |   1 -
 CMakeLists.txt                                     |  15 +-
 README.md                                          |  12 +-
 cmake/config.h.in                                  |   3 -
 debian/changelog                                   |  20 +
 debian/copyright                                   | 530 +++++++++++++++++++++
 default.style                                      |   2 +-
 docs/export.md                                     |   2 +-
 docs/migrations.md                                 |  16 +
 docs/osm2pgsql.1                                   |  17 +-
 docs/usage.md                                      |  10 +-
 expire-tiles.cpp                                   | 338 ++++++-------
 expire-tiles.hpp                                   |  57 ++-
 geometry-builder.cpp                               |  48 +-
 id-tracker.cpp                                     |   2 +-
 id-tracker.hpp                                     |   2 +-
 middle-pgsql.cpp                                   | 451 ++++++++----------
 middle-pgsql.hpp                                   |   9 +-
 multi.style.json                                   |  10 -
 options.cpp                                        |  17 +-
 options.hpp                                        |   1 +
 osm2pgsql.cpp                                      |   2 +-
 osmdata.cpp                                        |   4 +-
 output-gazetteer.cpp                               |   2 +-
 output-gazetteer.hpp                               |  10 +-
 output-multi.cpp                                   |  93 ++--
 output-multi.hpp                                   |  17 +-
 output-pgsql.cpp                                   | 102 ++--
 output-pgsql.hpp                                   |  13 +-
 output.cpp                                         |  31 +-
 output.hpp                                         |   6 +-
 parse-osmium.cpp                                   |   2 +-
 pgsql.cpp                                          |  10 +-
 pgsql.hpp                                          |  11 +-
 reprojection.cpp                                   |   2 +-
 reprojection.hpp                                   |   2 +-
 sprompt.cpp                                        |  10 +-
 style.lua                                          | 428 ++++++++++-------
 table.cpp                                          | 150 +++---
 table.hpp                                          |   4 +-
 taginfo.cpp                                        |  74 ++-
 taginfo.hpp                                        |  21 +
 taginfo_impl.hpp                                   |  30 +-
 tagtransform.cpp                                   |   6 +-
 tests/CMakeLists.txt                               |  12 +
 tests/common-pg.cpp                                |  17 +
 tests/common-pg.hpp                                |   2 +
 tests/regression-test.py                           |  32 +-
 tests/test-expire-tiles.cpp                        |  83 ++--
 tests/test-options-projection.cpp                  | 114 +++++
 ...lespace.cpp => test-output-pgsql-validgeom.cpp} |  22 +-
 tests/test-output-pgsql.cpp                        |   2 +-
 tests/test-parse-xml2.cpp                          |   2 +-
 tests/test-wildcard-match.cpp                      |  61 +++
 tests/test_output_multi_tags.json                  |  25 +-
 tests/test_output_pgsql_validgeom.osm              | 250 ++++++++++
 wildcmp.cpp                                        | 115 +----
 wildcmp.hpp                                        |   6 +-
 58 files changed, 2136 insertions(+), 1200 deletions(-)
 delete mode 100644 900913.sql
 create mode 100644 tests/test-options-projection.cpp
 copy tests/{test-output-pgsql-tablespace.cpp => test-output-pgsql-validgeom.cpp} (76%)
 create mode 100644 tests/test-wildcard-match.cpp
 create mode 100644 tests/test_output_pgsql_validgeom.osm

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



More information about the Pkg-grass-devel mailing list