File: control

package info (click to toggle)
spatialite 2.4.0~rc2-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,592 kB
  • ctags: 7
  • sloc: makefile: 101
file content (51 lines) | stat: -rw-r--r-- 2,190 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
Source: spatialite
Section: science
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, 
 libsqlite3-dev (>= 3.6.11), libgeos-dev (>= 3.0.3), libproj-dev, libreadline-dev, quilt
Standards-Version: 3.8.4
Homepage: http://www.gaia-gis.it/spatialite/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/spatialite/trunk
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/spatialite/trunk

Package: libspatialite2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
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
Section: libdevel
Depends: libspatialite2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libsqlite3-dev (>= 3.3.6)
Recommends: pkg-config
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 (static libraries and header files).
 
Package: spatialite-bin
Architecture: any
Section: science
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.