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
|
Source: spatialite-tools
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 (>= 10~),
libexpat1-dev,
libfreexl-dev,
libgeos-dev (>= 3.3.0),
libminizip-dev,
libproj-dev,
libreadline-dev,
libreadosm-dev,
librttopo-dev,
libspatialite-dev (>= 5.0.1),
libsqlite3-dev,
libxml2-dev,
pkg-config,
zlib1g-dev,
docbook2x,
docbook-xsl,
docbook-xml,
xsltproc
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/spatialite-tools
Vcs-Git: https://salsa.debian.org/debian-gis-team/spatialite-tools.git
Homepage: https://www.gaia-gis.it/fossil/spatialite-tools/
Package: spatialite-bin
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Geospatial extension for SQLite - tools
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 tools useful to manage SQLite databases.
|