Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: b74867b8 by Bas Couwenberg at 2020-10-01T06:43:52+02:00 Update packaging for postgresql-13. - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,11 @@ postgis (3.1.0~alpha2+dfsg-1~exp3) UNRELEASED; urgency=medium + [ Christoph Berg ] * Add build-dependency on libpcre3-dev which was implicit with GTK-2. + [ Bas Couwenberg ] + * Update packaging for postgresql-13. + -- Christoph Berg <[email protected]> Mon, 17 Aug 2020 13:50:43 +0200 postgis (3.1.0~alpha2+dfsg-1~exp2) experimental; urgency=medium ===================================== 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/-/commit/b74867b8fc2eae3b0c69e98efa71512c2b8fc168 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/b74867b8fc2eae3b0c69e98efa71512c2b8fc168 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
