Skip to content
Commits on Source (3)
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 <sebastic@debian.org> Wed, 10 Jul 2019 18:50:25 +0200
-- Bas Couwenberg <sebastic@debian.org> Tue, 29 Oct 2019 05:57:42 +0100
pgsql-ogr-fdw (1.0.8-1) unstable; urgency=medium
......
......@@ -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.
......@@ -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.