File: control

package info (click to toggle)
librasterlite2 1.1.0~beta1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 54,328 kB
  • sloc: ansic: 206,619; sh: 11,400; xml: 2,620; makefile: 1,643
file content (101 lines) | stat: -rw-r--r-- 3,613 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: librasterlite2
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10~),
               libcairo2-dev,
               libcurl4-gnutls-dev | libcurl-ssl-dev,
               libfreetype6-dev,
               libgeotiff-dev,
               libgif-dev,
               libjpeg-dev,
               liblz4-dev,
               liblzma-dev,
               libminizip-dev,
               libopenjp2-7-dev,
               libpng-dev,
               libproj-dev,
               libspatialite-dev (>= 5.0.0),
               libsqlite3-dev,
               libtiff-dev,
               libwebp-dev,
               libxml2-dev,
               libzstd-dev,
               pkg-config,
               zlib1g-dev,
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/librasterlite2
Vcs-Git: https://salsa.debian.org/debian-gis-team/librasterlite2.git
Homepage: https://www.gaia-gis.it/fossil/librasterlite2/

Package: librasterlite2-1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: library for huge raster coverages using a SpatiaLite DBMS
 librasterlite2 is an open source library that stores and retrieves huge
 raster coverages using a SpatiaLite DBMS.
 .
 It is intended to completely replace and supersede librasterlite.
 The two projects are completely unrelated: the unique similarity between
 both is just in covering the same identical application area.
 .
 This package contains the shared library.

Package: libsqlite3-mod-rasterlite2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: SQLite 3 module for huge raster coverages
 librasterlite2 is an open source library that stores and retrieves huge
 raster coverages using a SpatiaLite DBMS.
 .
 It is intended to completely replace and supersede librasterlite.
 The two projects are completely unrelated: the unique similarity between
 both is just in covering the same identical application area.
 .
 This package contains the loadable extension module for SQLite 3.

Package: librasterlite2-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: librasterlite2-1 (= ${binary:Version}),
         ${misc:Depends}
Description: library for huge raster coverages using a SpatiaLite DBMS - headers
 librasterlite2 is an open source library that stores and retrieves huge
 raster coverages using a SpatiaLite DBMS.
 .
 It is intended to completely replace and supersede librasterlite.
 The two projects are completely unrelated: the unique similarity between
 both is just in covering the same identical application area.
 .
 This package contains development files.

Package: rasterlite2-bin
Architecture: any
Multi-Arch: foreign
Section: graphics
Depends: librasterlite2-1 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: command line tools for librasterlite2
 librasterlite2 is an open source library that stores and retrieves huge
 raster coverages using a SpatiaLite DBMS.
 .
 It is intended to completely replace and supersede librasterlite.
 The two projects are completely unrelated: the unique similarity between
 both is just in covering the same identical application area.
 .
 This package contains command-line tools to use librasterlite2.