File: control

package info (click to toggle)
spatialite-gui 2.1.0~beta0%2Breally2.0.0~devel2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,468 kB
  • sloc: cpp: 93,011; sh: 11,192; makefile: 65
file content (39 lines) | stat: -rw-r--r-- 1,454 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
Source: spatialite-gui
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Bas Couwenberg <sebastic@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 9.20160114),
               dh-autoreconf,
               libfreexl-dev,
               libgeos-dev,
               liblzma-dev,
               libopenjp2-7-dev,
               libproj-dev,
               librasterlite2-dev (>= 1.0.0~rc0+devel),
               libspatialite-dev (>= 4.3.0),
               libwebp-dev,
               libwxgtk3.0-dev,
               libxml2-dev,
               pkg-config,
               wx-common,
               zlib1g-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/spatialite-gui
Vcs-Git: https://salsa.debian.org/debian-gis-team/spatialite-gui.git
Homepage: https://www.gaia-gis.it/fossil/spatialite_gui/

Package: spatialite-gui
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: user-friendly graphical user interface for SpatiaLite
 spatialite-gui is a Graphical User Interface (GUI) for SpatiaLite.
 .
 SpatiaLite is a SQLite extension that enables support of 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.