[libspatialindex] branch master updated (193dc33 -> e21fa9d)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jul 10 09:39:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository libspatialindex.
from 193dc33 Set distribution to unstable.
adds 78cb618 Imported Upstream version 1.8.3
adds a5c3df1 Merge tag 'upstream/1.8.3' into experimental
adds 16cc6f5 New upstream release.
adds 9b1ed7f Refresh patches.
adds 85569cb Add patch to bump SOVERSION to 4 because of removed symbols.
adds 4ae4a04 Fix patch to fix autotools build too.
adds c237a51 Update package names for SONAME bump.
adds 186d6c1 Drop lintian override for debian-watch-may-check-gpg-signature, shouldn't override pedantic tags.
adds 90bdb08 Update pkgconfig.patch to not include build flags.
adds e79f25f Update symbols for amd64.
adds 5e3e089 Merge branch 'master' into experimental
adds bbe8f01 Update symbols for amd64.
adds 2d54f2b Imported Upstream version 1.8.4
adds 8635881 Merge tag 'upstream/1.8.4' into experimental
adds 8fa43ec Add patch to fix VERSION and SOVERSION for CMake build.
adds 00f58f5 Update forwarded URL for refreshed patch.
adds 5a53ea8 Bump Standards-Version to 3.9.6, no changes.
adds d2acb40 Don't explicitly export DEB_BUILD_MAINT_OPTIONS.
adds cb650de Set distribution to experimental.
adds d7279d6 Set experimental branch in Vcs-Git and gbp.conf.
adds 43e45cf Imported Upstream version 1.8.5
adds 0759fd4 Merge tag 'upstream/1.8.5' into experimental
adds aadc588 New upstream release.
adds 9d9d8b8 Drop soversion.patch, applied upstream.
adds e5c804d Update copyright file for autotools files.
adds 45886be Update symbols for amd64.
adds edfa223 Update missing symbols.
adds 43c912c Set distribution to experimental.
adds 75dfd5d Add upstream metadata.
adds fe7df6f Update Vcs-Browser URL to use cgit instead of gitweb.
adds b3c49bd Update symbols for other architectures.
adds be03439 Update my email to @debian.org address.
adds 3f6a889 Group copyright holders by license in copyright file.
adds 98f3e85 Set distribution to experimental.
adds 44cb843 Fix upstream version extraction from changelog.
new c7b9407 Use multi-line uscan options in watch file.
new 1f1ca77 Update copyright years for Howard Butler.
new 184f7d4 Enable parallel builds.
new bff688f Move from experimental to unstable.
new e21fa9d Merge experimental branch back into master.
The 5 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:
AUTHORS | 5 +-
CMakeLists.txt | 33 +-
ChangeLog | 131 +
Makefile.am | 7 +-
Makefile.in | 98 +-
README | 6 +-
aclocal.m4 | 8908 +-------------------
compile | 347 +
config.guess | 151 +-
config.sub | 41 +-
configure | 244 +-
configure.ac | 3 +-
debian/changelog | 40 +
debian/control | 20 +-
debian/copyright | 83 +-
...index-c3.install => libspatialindex-c4.install} | 0
...index-c3.symbols => libspatialindex-c4.symbols} | 133 +-
...tialindex3.install => libspatialindex4.install} | 0
...tialindex3.symbols => libspatialindex4.symbols} | 823 +-
debian/patches/buildsystem.patch | 2 +-
debian/patches/pkgconfig.patch | 4 +-
debian/rules | 11 +-
debian/upstream/metadata | 7 +
debian/watch | 7 +-
include/Makefile.am | 3 +-
include/Makefile.in | 66 +-
include/spatialindex/SpatialIndex.h | 1 +
include/spatialindex/TPRTree.h | 4 +-
include/spatialindex/Version.h | 8 +-
include/spatialindex/capi/BoundsQuery.h | 4 +-
include/spatialindex/capi/CountVisitor.h | 4 +-
include/spatialindex/capi/CustomStorage.h | 6 +-
include/spatialindex/capi/DataStream.h | 10 +-
include/spatialindex/capi/Error.h | 4 +-
include/spatialindex/capi/IdVisitor.h | 4 +-
include/spatialindex/capi/Index.h | 28 +-
include/spatialindex/capi/LeafQuery.h | 12 +-
include/spatialindex/capi/ObjVisitor.h | 6 +-
include/spatialindex/capi/Utility.h | 10 +-
include/spatialindex/capi/sidx_api.h | 243 +-
include/spatialindex/capi/sidx_config.h | 13 +-
.../spatialindex/capi/{Utility.h => sidx_export.h} | 18 +-
include/spatialindex/tools/Tools.h | 1014 +--
ltmain.sh | 32 +-
aclocal.m4 => m4/libtool.m4 | 1729 +---
m4/ltoptions.m4 | 384 +
m4/ltsugar.m4 | 123 +
m4/ltversion.m4 | 23 +
m4/lt~obsolete.m4 | 98 +
src/CMakeLists.txt | 196 +-
src/Makefile.in | 78 +-
src/capi/BoundsQuery.cc | 2 +-
src/capi/CountVisitor.cc | 6 +-
src/capi/DataStream.cc | 6 +-
src/capi/IdVisitor.cc | 4 +-
src/capi/Index.cc | 179 +-
src/capi/LeafQuery.cc | 2 +-
src/capi/Makefile.in | 66 +-
src/capi/ObjVisitor.cc | 4 +-
src/capi/Utility.cc | 122 +-
src/capi/sidx_api.cc | 2379 ++++--
src/libspatialindex.pc.in | 2 +-
src/mvrtree/Leaf.cc | 4 +-
src/mvrtree/MVRTree.cc | 4 +-
src/mvrtree/Makefile.in | 66 +-
src/mvrtree/Node.cc | 2 +-
src/rtree/Leaf.cc | 4 +-
src/rtree/Makefile.in | 66 +-
src/rtree/Node.cc | 2 +-
src/rtree/RTree.cc | 2 +-
src/spatialindex/LineSegment.cc | 4 +-
src/spatialindex/Makefile.in | 66 +-
src/spatialindex/MovingRegion.cc | 2 +-
src/spatialindex/Point.cc | 2 +-
src/spatialindex/TimePoint.cc | 18 +-
src/spatialindex/TimeRegion.cc | 14 +-
src/storagemanager/DiskStorageManager.cc | 29 +-
src/storagemanager/DiskStorageManager.h | 1 +
src/storagemanager/Makefile.in | 66 +-
src/storagemanager/MemoryStorageManager.cc | 2 +-
src/tools/Makefile.in | 66 +-
src/tools/Tools.cc | 6 +-
src/tprtree/Leaf.cc | 4 +-
src/tprtree/Makefile.in | 66 +-
src/tprtree/Node.cc | 2 +-
src/tprtree/TPRTree.cc | 4 +-
test/Makefile.in | 78 +-
test/geometry/Makefile.in | 66 +-
test/mvrtree/Makefile.in | 69 +-
test/rtree/Makefile.in | 70 +-
test/tprtree/Makefile.in | 69 +-
test/tprtree/TPRTreeLoad.cc | 4 +-
test/tprtree/TPRTreeQuery.cc | 6 +-
93 files changed, 5933 insertions(+), 12928 deletions(-)
create mode 100755 compile
rename debian/{libspatialindex-c3.install => libspatialindex-c4.install} (100%)
rename debian/{libspatialindex-c3.symbols => libspatialindex-c4.symbols} (73%)
rename debian/{libspatialindex3.install => libspatialindex4.install} (100%)
rename debian/{libspatialindex3.symbols => libspatialindex4.symbols} (58%)
create mode 100644 debian/upstream/metadata
copy include/spatialindex/capi/{Utility.h => sidx_export.h} (78%)
copy aclocal.m4 => m4/libtool.m4 (82%)
create mode 100644 m4/ltoptions.m4
create mode 100644 m4/ltsugar.m4
create mode 100644 m4/ltversion.m4
create mode 100644 m4/lt~obsolete.m4
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libspatialindex.git
More information about the Pkg-grass-devel
mailing list