[osm2pgsql] branch upstream updated (49aee0f -> bc5a886)
Bas Couwenberg
sebastic at xs4all.nl
Wed Apr 30 14:29:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a change to branch upstream
in repository osm2pgsql.
from 49aee0f Imported Upstream version 0.82.0
new bc5a886 Imported Upstream version 0.84.0
The 1 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/README | 9 -
debian/changelog | 88 --
debian/compat | 1 -
debian/control | 23 -
debian/copyright | 4 -
debian/dirs | 2 -
debian/manpages | 1 -
debian/openstreetmap-postgis-db-setup.config | 22 -
debian/openstreetmap-postgis-db-setup.install | 2 -
debian/openstreetmap-postgis-db-setup.postinst | 52 -
debian/openstreetmap-postgis-db-setup.templates | 23 -
debian/osm2pgsql.install | 2 -
debian/rules | 93 --
debian/source/format | 1 -
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 +++++++++++++++
53 files changed, 5895 insertions(+), 2396 deletions(-)
create mode 100644 .gitignore
delete mode 100644 INSTALL
create mode 100644 README_lua.md
create mode 100644 cygpkg.sh
delete mode 100644 debian/README
delete mode 100644 debian/changelog
delete mode 100644 debian/compat
delete mode 100644 debian/control
delete mode 100644 debian/copyright
delete mode 100644 debian/dirs
delete mode 100644 debian/manpages
delete mode 100755 debian/openstreetmap-postgis-db-setup.config
delete mode 100644 debian/openstreetmap-postgis-db-setup.install
delete mode 100755 debian/openstreetmap-postgis-db-setup.postinst
delete mode 100644 debian/openstreetmap-postgis-db-setup.templates
delete mode 100644 debian/osm2pgsql.install
delete mode 100755 debian/rules
delete mode 100644 debian/source/format
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