Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Add Provides for virtual package without PostgreSQL version.
· 1bc0003c
Bas Couwenberg
authored
Oct 29, 2019
1bc0003c
Update packaging for postgresql-12.
· 3cc8ee62
Bas Couwenberg
authored
Oct 29, 2019
3cc8ee62
Set distribution to experimental.
· c2e42611
Bas Couwenberg
authored
Oct 29, 2019
c2e42611
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c2e42611
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
+0
2
00
-- Bas Couwenberg <sebastic@debian.org>
Tue, 29 Oct 2019 05:57:42
+0
1
00
pgsql-ogr-fdw (1.0.8-1) unstable; urgency=medium
...
...
debian/control
View file @
c2e42611
...
...
@@ -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-1
1
-ogr-fdw
Package: postgresql-1
2
-ogr-fdw
Architecture: any
Depends: postgresql-1
1
,
Depends: postgresql-1
2
,
${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
View file @
c2e42611
...
...
@@ -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.