File: control

package info (click to toggle)
spatialite-gui 2.0.0~devel2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,308 kB
  • ctags: 5,379
  • sloc: cpp: 93,011; sh: 11,192; makefile: 65
file content (59 lines) | stat: -rw-r--r-- 2,125 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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~),
               dh-autoreconf,
               libcharls-dev,
               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: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/spatialite-gui.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/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.

Package: spatialite-gui-dbg
Architecture: any
Section: debug
Priority: extra
Depends: spatialite-gui (= ${binary:Version}),
         ${misc:Depends}
Description: user-friendly graphical user interface for spatialite - debugging symbols
 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.
 .
 This package contains debugging symbols.