[osm2pgsql] branch master updated (821a49b -> 65b8063)

Bas Couwenberg sebastic at xs4all.nl
Sat Oct 25 11:21:32 UTC 2014


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

sebastic-guest pushed a change to branch master
in repository osm2pgsql.

      from  821a49b   Set distribution to unstable.
       new  35be4b4   Imported Upstream version 0.86.0
       new  d8e13ad   Merge tag 'upstream/0.86.0'
       new  9d25c70   New upstream release.
       new  261c62e   Remove 00-fix_build.patch, applied upstream.
       new  f3ac757   Remove 01-hyphen-used-as-minus-sign.patch, applied upstream.
       new  9ef0515   Remove 02-spelling-error-in-manpage.patch, applied upstream.
       new  3757ca9   Remove 03-fix-build-for-protobuf-c-1.0.0.patch, applied upstream.
       new  852dff9   Remove 04-api-changes-for-protobuf-c-1.0.0.patch, applied upstream.
       new  6f1a3bc   Remove empty patches directory.
       new  dfa5187   Add python build dependencies for updated regression test script.
       new  00ac05f   Update docs to install README.md.
       new  7ae5f27   Bump Standards-Version to 3.9.6, no changes.
       new  65b8063   Set distribution to unstable.

The 13 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                                         |   3 +
 Makefile.am                                        |  12 +-
 README                                             | 305 +--------------------
 README.md                                          | 136 +++++++++
 binarysearcharray.c                                |   1 -
 binarysearcharray.h                                |   4 +-
 build_geometry.cpp                                 |  55 +++-
 build_geometry.h                                   |   1 +
 configure.ac                                       |   5 +-
 debian/changelog                                   |  14 +
 debian/control                                     |   6 +-
 debian/docs                                        |   2 +-
 debian/patches/00-fix_build.patch                  |  16 --
 debian/patches/01-hyphen-used-as-minus-sign.patch  | 148 ----------
 debian/patches/02-spelling-error-in-manpage.patch  |  15 -
 .../03-fix-build-for-protobuf-c-1.0.0.patch        |  15 -
 .../04-api-changes-for-protobuf-c-1.0.0.patch      |  34 ---
 debian/patches/series                              |   5 -
 docs/analysis.md                                   |  81 ++++++
 docs/export.md                                     |  12 +
 docs/gazetteer.md                                  |   7 +
 README_lua.md => docs/lua.md                       |   0
 docs/osm2pgsql.1                                   |  56 ++--
 docs/pgsql.md                                      |  54 ++++
 docs/usage.md                                      | 146 ++++++++++
 install-postgis-osm-db.sh                          |   9 +-
 m4/ax_lib_geos.m4                                  |   2 +-
 m4/ax_lib_protobuf_c.m4                            |   4 +-
 middle-pgsql.c                                     |   2 +-
 node-persistent-cache.h                            |   5 +
 node-ram-cache.c                                   |   2 +-
 output-gazetteer.c                                 |  90 ++++--
 output-pgsql.c                                     |  10 +-
 parse-o5m.h                                        |   2 +-
 parse-pbf.c                                        |  37 +--
 parse-pbf.h                                        |   2 +-
 parse-xml2.c                                       |  16 +-
 parse-xml2.h                                       |   2 +-
 pgsql.h                                            |   5 +
 style.lua                                          |   4 +-
 tagtransform.c                                     |   2 +-
 tests/liechtenstein-2013-08-03.osm.bz2             | Bin 0 -> 1061981 bytes
 tests/regression-test.py                           |  63 +++--
 tests/regression-test.sh                           | 192 -------------
 wildcmp.h                                          |   5 +
 45 files changed, 725 insertions(+), 862 deletions(-)
 mode change 100644 => 120000 README
 create mode 100644 README.md
 delete mode 100644 debian/patches/00-fix_build.patch
 delete mode 100644 debian/patches/01-hyphen-used-as-minus-sign.patch
 delete mode 100644 debian/patches/02-spelling-error-in-manpage.patch
 delete mode 100644 debian/patches/03-fix-build-for-protobuf-c-1.0.0.patch
 delete mode 100644 debian/patches/04-api-changes-for-protobuf-c-1.0.0.patch
 delete mode 100644 debian/patches/series
 create mode 100644 docs/analysis.md
 create mode 100644 docs/export.md
 create mode 100644 docs/gazetteer.md
 rename README_lua.md => docs/lua.md (100%)
 create mode 100644 docs/pgsql.md
 create mode 100644 docs/usage.md
 create mode 100644 tests/liechtenstein-2013-08-03.osm.bz2
 mode change 100644 => 100755 tests/regression-test.py
 delete mode 100755 tests/regression-test.sh

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