Skip to content
Commits on Source (2)
postgis (2.5.0+dfsg-2) UNRELEASED; urgency=medium
postgis (2.5.0+dfsg-2~exp1) experimental; urgency=medium
* Strip trailing comma from Uploaders.
* Reorder Breads/Provides/Replaces fields.
* Update packaging for postgresql-11.
-- Bas Couwenberg <sebastic@debian.org> Mon, 24 Sep 2018 11:35:40 +0200
-- Bas Couwenberg <sebastic@debian.org> Fri, 05 Oct 2018 17:05:37 +0200
postgis (2.5.0+dfsg-1) unstable; urgency=medium
......
......@@ -44,7 +44,7 @@ Package: postgis
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: postgresql-10-postgis-2.5,
Recommends: postgresql-11-postgis-2.5,
postgis-doc
Suggests: postgis-gui
Description: Geographic objects support for PostgreSQL
......@@ -62,7 +62,7 @@ Package: postgis-gui
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: postgresql-10-postgis-2.5,
Recommends: postgresql-11-postgis-2.5,
postgis-doc
Suggests: postgis
Breaks: postgis (<< 2.2.2+dfsg-2~)
......@@ -130,17 +130,17 @@ Description: PostGIS "Lightweight Geometry" library - Development files
processing functions, are implemented here. This package contains
the development files.
Package: postgresql-10-postgis-2.5
Package: postgresql-11-postgis-2.5
Architecture: any
Depends: postgresql-10,
Depends: postgresql-11,
${shlibs:Depends},
${misc:Depends}
Recommends: postgresql-10-postgis-2.5-scripts
Recommends: postgresql-11-postgis-2.5-scripts
Suggests: postgis
Breaks: postgis (<< 1.2.1)
Provides: postgresql-10-postgis,
Provides: postgresql-11-postgis,
postgresql-postgis
Description: Geographic objects support for PostgreSQL 10
Description: Geographic objects support for PostgreSQL 11
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
......@@ -148,23 +148,23 @@ Description: Geographic objects support for PostgreSQL 10
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
.
To create the PostGIS extensions in a PostgreSQL 10 database, the
postgresql-10-postgis-2.5-scripts package must be installed as well.
To create the PostGIS extensions in a PostgreSQL 11 database, the
postgresql-11-postgis-2.5-scripts package must be installed as well.
Package: postgresql-10-postgis-2.5-scripts
Package: postgresql-11-postgis-2.5-scripts
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends},
${misc:Depends}
Recommends: postgresql-10-postgis-2.5
Breaks: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Conflicts: postgresql-10-postgis-2.2-scripts,
postgresql-10-postgis-2.3-scripts,
postgresql-10-postgis-2.4-scripts
Provides: postgresql-10-postgis-scripts,
Recommends: postgresql-11-postgis-2.5
Breaks: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Conflicts: postgresql-11-postgis-2.2-scripts,
postgresql-11-postgis-2.3-scripts,
postgresql-11-postgis-2.4-scripts
Provides: postgresql-11-postgis-scripts,
postgresql-postgis-scripts
Replaces: postgresql-10-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL 10 -- SQL scripts
Replaces: postgresql-11-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL 11 -- 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
......@@ -173,5 +173,5 @@ Description: Geographic objects support for PostgreSQL 10 -- SQL scripts
"Simple Features Specification for SQL".
.
This package contains the SQL scripts for installing PostGIS in a PostgreSQL
10 database, and for upgrading from earlier PostGIS versions.
11 database, and for upgrading from earlier PostGIS versions.