[osm2pgsql] branch jessie-backports updated (43ea242 -> 10b4146)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Jul 20 07:26:19 UTC 2015


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

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

      from  43ea242   Rebuild for jessie-backports.
      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.
      adds  fb5e4f3   Merge experimental back into master.
      adds  a2fb827   Fix filenamemangle in watch file for non pre-releases.
      adds  ad07c9e   Imported Upstream version 0.88.0
      adds  cf4813e   Merge tag 'upstream/0.88.0'
      adds  7d91dc5   New upstream release.
      adds  bcfa406   Add lintian override for spelling-error-in-binary false positive.
      adds  0f86a6c   Move from experimental to unstable.
       new  b3d318f   Merge tag 'debian/0.88.0-1' into jessie-backports
       new  10b4146   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:
 .gitignore                                         |   5 +-
 AUTHORS                                            |   4 +-
 CONTRIBUTING.md                                    | 103 ++++++++++++
 Makefile.am                                        |  15 +-
 README.md                                          |  25 +--
 configure.ac                                       |   2 +-
 debian/changelog                                   |  24 +++
 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, 872 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