[osm2pgsql] branch master updated (a8a8163 -> 2775c83)

Bas Couwenberg sebastic at xs4all.nl
Wed Apr 30 14:29:22 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  a8a8163   Keep wheezy version as alternative for backports.
       new  7734d78   Add myself to Uploaders.
       new  7f701d6   Add gbp.conf to use pristine-tar by default.
       new  bc5a886   Imported Upstream version 0.84.0
       new  7d682c1   Merge tag 'upstream/0.84.0'
       new  4f7abd7   Add wildcmp.c copyright separately.
       new  b5f1a5f   New upstream release.
       new  b3b4752   Refresh patches.
       new  0affe4c   Drop get-orig-source target, upstream moved from OSM SVN to GitHub.
       new  07c76b8   Add build dependency on liblua5.2-dev and lua5.2.
       new  ce774ac   Append CPPFLAGS to CFLAGS & CXXFLAGS to use -D_FORTIFY_SOURCE=2.
       new  2775c83   Add patch to fix hyphen-used-as-minus-sign warnings.

The 11 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                                        |   35 +
 INSTALL                                           |  365 -----
 Makefile.am                                       |   10 +-
 README                                            |   37 +-
 README_lua.md                                     |   57 +
 build_geometry.cpp                                |   79 +-
 configure.ac                                      |   23 +-
 cygpkg.sh                                         |   59 +
 debian/changelog                                  |   15 +-
 debian/control                                    |    7 +-
 debian/copyright                                  |    4 +
 debian/gbp.conf                                   |   16 +
 debian/patches/00-fix_build.patch                 |   10 +-
 debian/patches/01-hyphen-used-as-minus-sign.patch |  146 ++
 debian/patches/series                             |    1 +
 debian/rules                                      |   24 +-
 default.style                                     |  350 +++--
 docs/nodecachefilereader.1                        |    4 +-
 docs/osm2pgsql.1                                  |   46 +-
 empty.style                                       |  107 ++
 legacy/Makefile.am                                |   11 -
 legacy/build_geometry.cpp                         |  163 ---
 legacy/build_geometry.h                           |   40 -
 legacy/osm2pgsql.c                                |  642 ---------
 m4/ax_lua.m4                                      |  607 +++++++++
 middle-pgsql.c                                    |   16 +-
 middle-ram.c                                      |    1 -
 node-persistent-cache.c                           |   17 +-
 node-persistent-cache.h                           |    2 +-
 node-ram-cache.c                                  |    7 +-
 node-ram-cache.h                                  |    2 +-
 osm2pgsql.c                                       |  272 ++--
 output-gazetteer.c                                |   85 +-
 output-pgsql.c                                    |  583 ++------
 output-pgsql.h                                    |   14 +
 output.h                                          |    1 +
 parse-pbf.c                                       |   14 +-
 style.lua                                         |  178 +++
 tagtransform.c                                    |  756 +++++++++++
 tagtransform.h                                    |   29 +
 tests/000466354.osc.gz                            |  Bin 0 -> 161335 bytes
 tests/liechtenstein-2013-08-03.osm.pbf            |  Bin 0 -> 666646 bytes
 tests/regression-test.py                          |  605 +++++++++
 tests/regression-test.sh                          |   63 +-
 tests/test_multipolygon.osm                       | 1508 +++++++++++++++++++++
 tests/test_multipolygon_diff.osc                  |  193 +++
 tests/test_multipolygon_postdiff.osm              |  987 ++++++++++++++
 47 files changed, 6088 insertions(+), 2103 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 INSTALL
 create mode 100644 README_lua.md
 create mode 100644 cygpkg.sh
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/01-hyphen-used-as-minus-sign.patch
 create mode 100644 empty.style
 delete mode 100644 legacy/Makefile.am
 delete mode 100644 legacy/build_geometry.cpp
 delete mode 100644 legacy/build_geometry.h
 delete mode 100644 legacy/osm2pgsql.c
 create mode 100644 m4/ax_lua.m4
 create mode 100644 style.lua
 create mode 100644 tagtransform.c
 create mode 100644 tagtransform.h
 create mode 100644 tests/000466354.osc.gz
 create mode 100644 tests/liechtenstein-2013-08-03.osm.pbf
 create mode 100644 tests/regression-test.py
 create mode 100644 tests/test_multipolygon.osm
 create mode 100644 tests/test_multipolygon_diff.osc
 create mode 100644 tests/test_multipolygon_postdiff.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