File: control

package info (click to toggle)
spatialite-tools 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,240 kB
  • sloc: ansic: 45,591; sh: 10,934; xml: 1,920; makefile: 100
file content (42 lines) | stat: -rw-r--r-- 1,561 bytes parent folder | download
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.