Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Update packaging for postgresql-11.
· 0d0246c7
Bas Couwenberg
authored
Oct 11, 2018
0d0246c7
Restructure control file with cme.
· bf4199c3
Bas Couwenberg
authored
Oct 11, 2018
bf4199c3
Set distribution to experimental.
· 0ef33914
Bas Couwenberg
authored
Oct 12, 2018
0ef33914
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0ef33914
pgsql-ogr-fdw (1.0.7-2~exp1) experimental; urgency=medium
* Team upload.
* Update packaging for postgresql-11.
* Restructure control file with cme.
-- Bas Couwenberg <sebastic@debian.org> Fri, 12 Oct 2018 09:06:15 +0200
pgsql-ogr-fdw (1.0.7-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
0ef33914
Source: pgsql-ogr-fdw
Section: database
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>,
Christoph Berg <myon@debian.org>
Section: database
Priority: optional
Build-Depends: debhelper (>= 10),
libgdal-dev,
postgresql-server-dev-all
...
...
@@ -12,9 +12,11 @@ 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
0
-ogr-fdw
Package: postgresql-1
1
-ogr-fdw
Architecture: any
Depends: postgresql-10, ${misc:Depends}, ${shlibs:Depends}
Depends: postgresql-11,
${shlibs:Depends},
${misc:Depends}
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
...
...
debian/control.in
View file @
0ef33914
Source: pgsql-ogr-fdw
Section: database
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>,
Christoph Berg <myon@debian.org>
Section: database
Priority: optional
Build-Depends: debhelper (>= 10),
libgdal-dev,
postgresql-server-dev-all
...
...
@@ -14,7 +14,9 @@ Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Package: postgresql-PGVERSION-ogr-fdw
Architecture: any
Depends: postgresql-PGVERSION, ${misc:Depends}, ${shlibs:Depends}
Depends: postgresql-PGVERSION,
${shlibs:Depends},
${misc:Depends}
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
...
...
@@ -39,3 +41,4 @@ 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.