File: control

package info (click to toggle)
virtualpg 2.0.0~rc0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,716 kB
  • sloc: sh: 11,342; ansic: 2,044; makefile: 29
file content (66 lines) | stat: -rw-r--r-- 2,285 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
Source: virtualpg
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               libpq-dev,
               libsqlite3-dev
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/virtualpg
Vcs-Git: https://salsa.debian.org/debian-gis-team/virtualpg.git
Homepage: https://www.gaia-gis.it/fossil/virtualpg

Package: libvirtualpg0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: VirtualPG shared library
 VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite.
 .
 Its intended scope is supporting direct SQL access to PostgreSQL and
 PostGIS tables, to make any possible kind of data exchange between
 these two popular open source Spatial DBMSes as straightforward and
 simple as possible.
 .
 This package contains the shared library.

Package: libvirtualpg-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libvirtualpg0 (= ${binary:Version}),
         libpq-dev,
         libsqlite3-dev,
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: VirtualPG development files
 VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite.
 .
 Its intended scope is supporting direct SQL access to PostgreSQL and
 PostGIS tables, to make any possible kind of data exchange between
 these two popular open source Spatial DBMSes as straightforward and
 simple as possible.
 .
 This package contains the development files.

Package: libsqlite3-mod-virtualpg
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Loadable dynamic extension to both SQLite and SpatiaLite
 VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite.
 .
 Its intended scope is supporting direct SQL access to PostgreSQL and
 PostGIS tables, to make any possible kind of data exchange between
 these two popular open source Spatial DBMSes as straightforward and
 simple as possible.
 .
 This package contains the loadable extension module for SQLite 3.