[osm2pgsql] branch master updated (eba309d -> 0f86a6c)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Jul 15 06:39:36 UTC 2015


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

sebastic pushed a change to branch master
in repository osm2pgsql.

      from  eba309d   Set distribution to unstable.
      adds  9955aa3   Support pre-releases in watch file.
      adds  14b6678   Update branch in gbp.conf & Vcs-Git URL.
      adds  0a8b63f   Imported Upstream version 0.88.0~rc1
      adds  acbb49c   Merge tag 'upstream/0.88.0_rc1' into experimental
      adds  4b576cb   New upstream release candidate.
      adds  f1a7d2b   Add additional contributors to copyright file.
      adds  59d10ba   Also include CONTRIBUTING.md in docs.
      adds  77ac368   Set distribution to experimental.
       new  fb5e4f3   Merge experimental back into master.
       new  a2fb827   Fix filenamemangle in watch file for non pre-releases.
       new  ad07c9e   Imported Upstream version 0.88.0
       new  cf4813e   Merge tag 'upstream/0.88.0'
       new  7d91dc5   New upstream release.
       new  bcfa406   Add lintian override for spelling-error-in-binary false positive.
       new  0f86a6c   Move from experimental to unstable.

The 7 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                                         |   5 +-
 AUTHORS                                            |   4 +-
 CONTRIBUTING.md                                    | 103 ++++++++++++
 Makefile.am                                        |  15 +-
 README.md                                          |  25 +--
 configure.ac                                       |   2 +-
 debian/changelog                                   |  18 ++
 debian/copyright                                   |   5 +-
 debian/docs                                        |   1 +
 debian/lintian-overrides                           |   3 +
 debian/watch                                       |   6 +-
 docs/migrations.md                                 |  15 ++
 geometry-builder.cpp                               |  57 ++++---
 node-persistent-cache.cpp                          |  89 +++++-----
 node-ram-cache.cpp                                 |  53 +++---
 node-ram-cache.hpp                                 |  21 ++-
 options.cpp                                        |  14 +-
 pgsql-id-tracker.cpp                               | 153 -----------------
 pgsql-id-tracker.hpp                               |  31 ----
 tagtransform.cpp                                   |  52 +++---
 tests/common-pg.cpp                                |  35 ++--
 tests/common-pg.hpp                                |   2 +
 tests/regression-test.py                           |   4 +-
 ...{test-middle-pgsql.cpp => test-middle-flat.cpp} |  13 +-
 tests/test-output-multi-line.cpp                   |   2 -
 tests/test-output-multi-point-multi-table.cpp      |   2 -
 tests/test-output-multi-point.cpp                  |   2 -
 tests/test-output-multi-polygon.cpp                |   2 -
 tests/test-output-pgsql-tablespace.cpp             | 146 ++++++++++++++++
 tests/test-output-pgsql-z_order.cpp                | 186 +++++++++++++++++++++
 tests/test-output-pgsql.cpp                        | 103 +++++++++++-
 tests/test_output_pgsql_z_order.osm                |  75 +++++++++
 32 files changed, 866 insertions(+), 378 deletions(-)
 create mode 100644 CONTRIBUTING.md
 create mode 100644 debian/lintian-overrides
 delete mode 100644 pgsql-id-tracker.cpp
 delete mode 100644 pgsql-id-tracker.hpp
 copy tests/{test-middle-pgsql.cpp => test-middle-flat.cpp} (85%)
 create mode 100755 tests/test-output-pgsql-tablespace.cpp
 create mode 100644 tests/test-output-pgsql-z_order.cpp
 create mode 100644 tests/test_output_pgsql_z_order.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