Source: spatialindex Maintainer: Debian GIS Project Uploaders: Francesco Paolo Lovergine , Bas Couwenberg Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-pkgkde-symbolshelper, cmake, pkg-kde-tools Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/spatialindex Vcs-Git: https://salsa.debian.org/debian-gis-team/spatialindex.git Homepage: https://libspatialindex.org/ Rules-Requires-Root: no Package: libspatialindex7 Architecture: any Multi-Arch: same Section: libs Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: General framework for developing spatial indices Spatialindex is a C++ library that provides a framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree. . This package contains the SpatialIndex shared library. Package: libspatialindex-c7 Architecture: any Multi-Arch: same Section: libs Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: General framework for developing spatial indices - C library Spatialindex is a C++ library that provides a framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree. . This package contains the SpatialIndex shared library for C. Package: libspatialindex-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libspatialindex7 (= ${binary:Version}), libspatialindex-c7 (= ${binary:Version}), ${misc:Depends} Recommends: pkgconf Description: General framework for developing spatial indices - development files Spatialindex is a C++ library that provides a framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree. . This package contains the development files to build third parties programs.