Bas Couwenberg pushed to branch master at Debian GIS Project / pgsql-ogr-fdw
Commits: 0d0246c7 by Bas Couwenberg at 2018-10-12T07:09:56Z Update packaging for postgresql-11. - - - - - bf4199c3 by Bas Couwenberg at 2018-10-12T07:10:09Z Restructure control file with cme. - - - - - 0ef33914 by Bas Couwenberg at 2018-10-12T07:10:10Z Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - debian/control - debian/control.in Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +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 <[email protected]> Fri, 12 Oct 2018 09:06:15 +0200 + pgsql-ogr-fdw (1.0.7-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,9 +1,9 @@ Source: pgsql-ogr-fdw -Section: database -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Michael Fladischer <[email protected]>, Christoph Berg <[email protected]> +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-10-ogr-fdw +Package: postgresql-11-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 ===================================== @@ -1,9 +1,9 @@ Source: pgsql-ogr-fdw -Section: database -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Michael Fladischer <[email protected]>, Christoph Berg <[email protected]> +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. + View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/compare/eb40524621efc817673b32e9d916e99641e30075...0ef339143103068e481d29061a430d20c61006b9 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/compare/eb40524621efc817673b32e9d916e99641e30075...0ef339143103068e481d29061a430d20c61006b9 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
