Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: 3e141133 by Bas Couwenberg at 2018-10-05T15:05:22Z Update packaging for postgresql-11. - - - - - b25111a9 by Bas Couwenberg at 2018-10-05T15:05:50Z Set distribution to experimental. - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,10 @@ -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 <[email protected]> Mon, 24 Sep 2018 11:35:40 +0200 + -- Bas Couwenberg <[email protected]> Fri, 05 Oct 2018 17:05:37 +0200 postgis (2.5.0+dfsg-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -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. View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/compare/5634655f2e3c8b31e8bc4834991f03c8f4a57401...b25111a94ef98a8f57c8bad5dadcbb9283f549d1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/compare/5634655f2e3c8b31e8bc4834991f03c8f4a57401...b25111a94ef98a8f57c8bad5dadcbb9283f549d1 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
