Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: 9e71a1ef by Bas Couwenberg at 2020-10-01T06:20:21+02:00 Update packaging for postgresql-13. - - - - - e39e182d by Bas Couwenberg at 2020-10-01T06:20:46+02:00 Set distribution to experimental. - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.0.2+dfsg-3~exp1) experimental; urgency=medium + + * Update packaging for postgresql-13. + + -- Bas Couwenberg <[email protected]> Thu, 01 Oct 2020 06:20:29 +0200 + postgis (3.0.2+dfsg-2) unstable; urgency=medium * Add build-dependency on libpcre3-dev which was implicit with GTK-2. ===================================== debian/control ===================================== @@ -43,7 +43,7 @@ Package: postgis Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: postgresql-12-postgis-3, +Recommends: postgresql-13-postgis-3, postgis-doc Description: Geographic objects support for PostgreSQL PostGIS adds support for geographic objects to the PostgreSQL @@ -72,17 +72,17 @@ Description: Geographic objects support for PostgreSQL -- documentation . This package contains the PostGIS documentation. -Package: postgresql-12-postgis-3 +Package: postgresql-13-postgis-3 Architecture: any -Depends: postgresql-12, - postgresql-12-postgis-3-scripts, +Depends: postgresql-13, + postgresql-13-postgis-3-scripts, ${shlibs:Depends}, ${misc:Depends} Suggests: postgis Breaks: postgis (<< 1.2.1) -Provides: postgresql-12-postgis, +Provides: postgresql-13-postgis, postgresql-postgis -Description: Geographic objects support for PostgreSQL 12 +Description: Geographic objects support for PostgreSQL 13 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 @@ -90,19 +90,19 @@ Description: Geographic objects support for PostgreSQL 12 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - To create the PostGIS extensions in a PostgreSQL 12 database, the - postgresql-12-postgis-3-scripts package must be installed as well. + To create the PostGIS extensions in a PostgreSQL 13 database, the + postgresql-13-postgis-3-scripts package must be installed as well. -Package: postgresql-12-postgis-3-scripts +Package: postgresql-13-postgis-3-scripts Architecture: all Multi-Arch: foreign Depends: ${perl:Depends}, ${misc:Depends} -Recommends: postgresql-12-postgis-3 -Provides: postgresql-12-postgis-scripts, +Recommends: postgresql-13-postgis-3 +Provides: postgresql-13-postgis-scripts, postgresql-postgis-scripts -Replaces: postgresql-12-postgis-scripts (<< 2.2.2+dfsg-3~) -Description: Geographic objects support for PostgreSQL 12 -- SQL scripts +Replaces: postgresql-13-postgis-scripts (<< 2.2.2+dfsg-3~) +Description: Geographic objects support for PostgreSQL 13 -- 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 @@ -111,5 +111,5 @@ Description: Geographic objects support for PostgreSQL 12 -- SQL scripts "Simple Features Specification for SQL". . This package contains the SQL scripts for installing PostGIS in a PostgreSQL - 12 database, and for upgrading from earlier PostGIS versions. + 13 database, and for upgrading from earlier PostGIS versions. View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/912e55d688d735b59eb257418b2390d8831273e9...e39e182d3c204525bef681b9a0baa40f4575faa1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/912e55d688d735b59eb257418b2390d8831273e9...e39e182d3c204525bef681b9a0baa40f4575faa1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
