1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: spatialite
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
David Paleino <dapal@debian.org>,
Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
libfreexl-dev (>= 2.0.0),
libgeos-dev (>= 3.5.0),
libminizip-dev,
libproj-dev,
librttopo-dev (>= 1.1.0),
libsqlite3-dev,
libxml2-dev,
pkgconf,
zlib1g-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/spatialite
Vcs-Git: https://salsa.debian.org/debian-gis-team/spatialite.git
Homepage: https://www.gaia-gis.it/fossil/libspatialite
Rules-Requires-Root: no
Package: libspatialite8t64
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: ${t64:Provides}
Breaks: libspatialite8 (<< ${source:Version})
Replaces: libspatialite8
Description: Geospatial extension for SQLite - libraries
The SpatiaLite extension enables SQLite to support spatial (geometry) data
in a way conformant to OpenGis specifications, with both WKT and WKB formats.
.
Spatialite also includes Virtualshape and Virtualtext to enable accessing
shapefiles and csv/text files as virtual tables.
.
This package contains all shared libraries used by Spatialite based programs.
Package: libspatialite-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libspatialite8t64 (= ${binary:Version}),
libfreexl-dev,
libgeos-dev,
libminizip-dev,
libproj-dev,
librttopo-dev,
libsqlite3-dev,
libxml2-dev,
zlib1g-dev,
${misc:Depends}
Recommends: pkgconf
Description: Geospatial extension for SQLite - development files
The SpatiaLite extension enables SQLite to support spatial (geometry) data
in a way conformant to OpenGis specifications, with both WKT and WKB formats.
.
Spatialite also includes Virtualshape and Virtualtext to enable accessing
shapefiles and csv/text files as virtual tables.
.
This package contains development files (static libraries and header files).
Package: libsqlite3-mod-spatialite
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Geospatial extension for SQLite - loadable module
The SpatiaLite extension enables SQLite to support spatial (geometry) data
in a way conformant to OpenGis specifications, with both WKT and WKB formats.
.
Spatialite also includes Virtualshape and Virtualtext to enable accessing
shapefiles and csv/text files as virtual tables.
.
This package contains the loadable extension module for SQLite 3.
|