Bas Couwenberg pushed to branch master at Debian GIS Project / pgsql-ogr-fdw
Commits: 1bc0003c by Bas Couwenberg at 2019-10-29T04:57:19Z Add Provides for virtual package without PostgreSQL version. - - - - - 3cc8ee62 by Bas Couwenberg at 2019-10-29T05:00:44Z Update packaging for postgresql-12. - - - - - c2e42611 by Bas Couwenberg at 2019-10-29T05:00:44Z Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - debian/control - debian/control.in Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,11 @@ -pgsql-ogr-fdw (1.0.8-2) UNRELEASED; urgency=medium +pgsql-ogr-fdw (1.0.8-2~exp1) experimental; urgency=medium + * Team upload. * Bump Standards-Version to 4.4.1, no changes. + * Add Provides for virtual package without PostgreSQL version. + * Update packaging for postgresql-12. - -- Bas Couwenberg <[email protected]> Wed, 10 Jul 2019 18:50:25 +0200 + -- Bas Couwenberg <[email protected]> Tue, 29 Oct 2019 05:57:42 +0100 pgsql-ogr-fdw (1.0.8-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -12,11 +12,12 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw Vcs-Git: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw.git Homepage: https://github.com/pramsey/pgsql-ogr-fdw -Package: postgresql-11-ogr-fdw +Package: postgresql-12-ogr-fdw Architecture: any -Depends: postgresql-11, +Depends: postgresql-12, ${shlibs:Depends}, ${misc:Depends} +Provides: postgresql-ogr-fdw Description: PostgreSQL foreign data wrapper for OGR OGR is the vector half of the GDAL spatial data access library. It allows access to a large number of GIS data formats using a simple C API for data @@ -41,4 +42,3 @@ Description: PostgreSQL foreign data wrapper for OGR only requesting the columns needed to fulfill a query. This would be a minimal efficiency improvement, but can be removed given some development time, since the OGR API supports returning a subset of columns. - ===================================== debian/control.in ===================================== @@ -17,6 +17,7 @@ Architecture: any Depends: postgresql-PGVERSION, ${shlibs:Depends}, ${misc:Depends} +Provides: postgresql-ogr-fdw Description: PostgreSQL foreign data wrapper for OGR OGR is the vector half of the GDAL spatial data access library. It allows access to a large number of GIS data formats using a simple C API for data @@ -41,4 +42,3 @@ Description: PostgreSQL foreign data wrapper for OGR only requesting the columns needed to fulfill a query. This would be a minimal efficiency improvement, but can be removed given some development time, since the OGR API supports returning a subset of columns. - View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/compare/280b1f25de807de90711a245da9e9698558760c3...c2e42611355e193190eacf658b8acf708ff1e8b2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/compare/280b1f25de807de90711a245da9e9698558760c3...c2e42611355e193190eacf658b8acf708ff1e8b2 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
