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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Source: postgis
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Stephen Frost <sfrost@debian.org>,
Francesco Paolo Lovergine <frankie@debian.org>,
Markus Wanner <markus@bluegap.ch>,
Bas Couwenberg <sebastic@debian.org>,
Christoph Berg <myon@debian.org>
Section: misc
Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
bison,
dctrl-tools,
debhelper-compat (= 13),
dpkg-dev (>= 1.16.1~),
flex,
libcunit1-dev,
libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~),
libgeos-dev (>= 3.6),
libjson-c-dev | libjson0-dev (>= 0.9~),
libpcre2-dev,
libproj-dev (>= 5.2.0),
libprotobuf-c-dev,
libsfcgal-dev (>= 1.3.1),
libxml2-dev (>= 2.5.0~),
lsb-release,
pkgconf,
po-debconf,
postgresql-all,
postgresql-common (>= 148~),
postgresql-server-dev-all,
protobuf-c-compiler,
rdfind
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian-gis-team/postgis
Vcs-Git: https://salsa.debian.org/debian-gis-team/postgis.git
Homepage: https://postgis.net/
Package: postgis
Architecture: any
Depends: ${shlibs:Depends},
${perl:Depends},
${misc:Depends}
Recommends: postgresql-postgis
Description: Geographic objects support for PostgreSQL
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
.
This package contains the PostGIS userland binaries for importing and
exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Package: postgresql-18-postgis-3
Architecture: any
Depends: postgresql-18,
postgresql-18-postgis-3-scripts,
${shlibs:Depends},
${misc:Depends}
Suggests: postgis
Provides: postgresql-18-postgis
Description: Geographic objects support for PostgreSQL 18
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
Package: postgresql-18-postgis-3-scripts
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Description: Geographic objects support for PostgreSQL 18 -- SQL scripts
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
.
This package contains the SQL scripts for installing PostGIS in a PostgreSQL
18 database, and for upgrading from earlier PostGIS versions.
Package: postgresql-postgis
Architecture: any
Section: metapackages
Depends: postgresql-postgis-scripts,
postgresql-18-postgis-3,
${misc:Depends}
Description: Geographic objects support for PostgreSQL -- Metapackage
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
.
This metapackage depends on the PostGIS package for PostgreSQL 18.
Package: postgresql-postgis-scripts
Architecture: all
Multi-Arch: foreign
Depends: postgresql-18-postgis-3-scripts,
${misc:Depends}
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
.
This metapackage depends on the PostGIS scripts package for
PostgreSQL 18.
|