[postgis] branch experimental updated (3dda03a -> ffd12de)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch experimental in repository postgis. from 3dda03a Set distribution to experimental. new ffd12de debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 ++ debian/pgversions | 7 ++- 2 files changed, 8 insertions(+), 5 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 01/01: debian/pgversions: Bump to 9.3+, 9.2 is no longer supported.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch experimental in repository postgis. commit ffd12de065d5dc740cfec10878bd033b9c07c8cc Author: Christoph Berg Date: Mon Sep 11 20:55:39 2017 +0200 debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. --- debian/changelog | 6 ++ debian/pgversions | 7 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ffe8db..ff444cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgis (2.4.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium + + * debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. + + -- Christoph Berg Mon, 11 Sep 2017 20:54:16 +0200 + postgis (2.4.0~beta1+dfsg-1~exp1) experimental; urgency=medium * New upstream beta release. diff --git a/debian/pgversions b/debian/pgversions index 7fd5aed..3b18cdc 100644 --- a/debian/pgversions +++ b/debian/pgversions @@ -1,5 +1,2 @@ -# Note: Listing each version individually triggers an issue on -# distributions where the default version of Postgres isn't the newest -# one. '9.2+' circumvents that issue with current pg_buildext. -# -9.2+ +# PostGIS requires PostgreSQL >= 9.3 +9.3+ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] branch experimental updated (ffd12de -> 1c4dc65)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch experimental in repository postgis. from ffd12de debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. new 1c4dc65 debian/control(.in): Bump GEOS build-dependency to 3.4. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/control| 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 01/01: debian/control(.in): Bump GEOS build-dependency to 3.4.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch experimental in repository postgis. commit 1c4dc6543cb31fcd69358cc0f5a7cbf67bd5405b Author: Christoph Berg Date: Tue Sep 12 08:58:17 2017 +0200 debian/control(.in): Bump GEOS build-dependency to 3.4. --- debian/changelog | 1 + debian/control| 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff444cd..ca539c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ postgis (2.4.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium * debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. + * debian/control(.in): Bump GEOS build-dependency to 3.4. -- Christoph Berg Mon, 11 Sep 2017 20:54:16 +0200 diff --git a/debian/control b/debian/control index e38cc4e..01bbb10 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends: autoconf2.13, imagemagick, libcunit1-dev, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), - libgeos-dev (>= 3.3), + libgeos-dev (>= 3.4), libgtk2.0-dev, libjson-c-dev | libjson0-dev (>= 0.9~), libproj-dev (>= 4.6.0), diff --git a/debian/control.in b/debian/control.in index 0ebc49d..ecbb147 100644 --- a/debian/control.in +++ b/debian/control.in @@ -19,7 +19,7 @@ Build-Depends: autoconf2.13, imagemagick, libcunit1-dev, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), - libgeos-dev (>= 3.3), + libgeos-dev (>= 3.4), libgtk2.0-dev, libjson-c-dev | libjson0-dev (>= 0.9~), libproj-dev (>= 4.6.0), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 01/02: Clarify -scripts package description; the SQL files are also necessary for the initial installation.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch experimental in repository postgis. commit 61c1d25ac4fdb8af84d9f6f2d5657ff1921c6304 Author: Christoph Berg Date: Wed Sep 13 20:30:55 2017 +0200 Clarify -scripts package description; the SQL files are also necessary for the initial installation. --- debian/changelog | 2 ++ debian/control| 8 +--- debian/control.in | 8 +--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index ca539c0..977736f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ postgis (2.4.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium * debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. * debian/control(.in): Bump GEOS build-dependency to 3.4. + * Clarify -scripts package description; the SQL files are also necessary for +the initial installation. -- Christoph Berg Mon, 11 Sep 2017 20:54:16 +0200 diff --git a/debian/control b/debian/control index 01bbb10..0c24669 100644 --- a/debian/control +++ b/debian/control @@ -152,7 +152,7 @@ Recommends: postgresql-9.6-postgis-2.4 Breaks: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~) Conflicts: postgresql-9.6-postgis-2.2-scripts Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~) -Description: Geographic objects support for PostgreSQL 9.6 -- scripts +Description: Geographic objects support for PostgreSQL 9.6 -- SQL scripts PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial @@ -160,8 +160,10 @@ Description: Geographic objects support for PostgreSQL 9.6 -- scripts SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package contains SQL scripts to upgrade from earlier PostGIS - versions for PostgreSQL 9.6 as well as Perl utility scripts. + This package contains the SQL scripts for installing PostGIS and for + upgrading from earlier PostGIS versions. + . + This package supports PostgreSQL 9.6. Package: postgresql-9.6-postgis-scripts Architecture: all diff --git a/debian/control.in b/debian/control.in index ecbb147..7e8d8f3 100644 --- a/debian/control.in +++ b/debian/control.in @@ -152,7 +152,7 @@ Recommends: postgresql-PGVERSION-postgis-2.4 Breaks: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~) Conflicts: postgresql-PGVERSION-postgis-2.2-scripts Replaces: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~) -Description: Geographic objects support for PostgreSQL PGVERSION -- scripts +Description: Geographic objects support for PostgreSQL PGVERSION -- SQL scripts PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial @@ -160,8 +160,10 @@ Description: Geographic objects support for PostgreSQL PGVERSION -- scripts SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package contains SQL scripts to upgrade from earlier PostGIS - versions for PostgreSQL PGVERSION as well as Perl utility scripts. + This package contains the SQL scripts for installing PostGIS and for + upgrading from earlier PostGIS versions. + . + This package supports PostgreSQL PGVERSION. Package: postgresql-PGVERSION-postgis-scripts Architecture: all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 02/02: debian/rules: Fix rdfind invocation to find SQL file duplicates properly.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch experimental in repository postgis. commit a5a44a1db1f94dbac86a93ad1a55ace73ca670c0 Author: Christoph Berg Date: Wed Sep 13 22:07:46 2017 +0200 debian/rules: Fix rdfind invocation to find SQL file duplicates properly. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 977736f..edd77de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ postgis (2.4.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium * debian/control(.in): Bump GEOS build-dependency to 3.4. * Clarify -scripts package description; the SQL files are also necessary for the initial installation. + * debian/rules: Fix rdfind invocation to find SQL file duplicates properly. -- Christoph Berg Mon, 11 Sep 2017 20:54:16 +0200 diff --git a/debian/rules b/debian/rules index 41ff3ff..3edcf6e 100755 --- a/debian/rules +++ b/debian/rules @@ -257,7 +257,7 @@ override_dh_install-indep: (set -e; \ for PGVER in $(OTHER_POSTGRES_VERSIONS) $(NEWEST_POSTGRES_VERSION); do \ rdfind -makeresultsfile false -makehardlinks true \ - $(CURDIR)/debian/postgresql-$$PGVER-postgis-2.2-scripts/usr/share/postgresql/$$PGVER/extension; \ + $(CURDIR)/debian/postgresql-$$PGVER-postgis-*-scripts/usr/share/postgresql/$$PGVER/extension; \ done) # Don't include desktop file & application icons in scripts package -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] branch experimental updated (1c4dc65 -> a5a44a1)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch experimental in repository postgis. from 1c4dc65 debian/control(.in): Bump GEOS build-dependency to 3.4. new 61c1d25 Clarify -scripts package description; the SQL files are also necessary for the initial installation. new a5a44a1 debian/rules: Fix rdfind invocation to find SQL file duplicates properly. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ debian/control| 8 +--- debian/control.in | 8 +--- debian/rules | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgrouting] 02/02: Hardlink identical extension upgrade scripts to cut down installation size.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgrouting. commit 2a454de0a569b9d24e88e326025da2cee6ce1267 Author: Christoph Berg Date: Wed Sep 13 21:10:56 2017 +0200 Hardlink identical extension upgrade scripts to cut down installation size. The installation size of the -scripts package goes down from 2.8MB to 1.4MB. (The size of the .deb itself moves only from 46.6kB to 46.3kB, though.) --- debian/changelog| 2 ++ debian/control | 3 ++- debian/control.in | 3 ++- debian/patches/extension-no-version | 13 + debian/patches/series | 1 + debian/rules| 2 ++ 6 files changed, 22 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e716743..bb8cc6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ pgrouting (2.4.2-2) UNRELEASED; urgency=medium * Clarify -scripts package description; the SQL files are also necessary for the initial installation. + * Hardlink identical extension upgrade scripts to cut down installation +size. -- Christoph Berg Wed, 13 Sep 2017 20:18:47 +0200 diff --git a/debian/control b/debian/control index 90e7af4..c0e019f 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends: cmake, libjs-mathjax, postgis, postgresql-server-dev-all, - python-sphinx (>= 1.0.7+dfsg) + python-sphinx (>= 1.0.7+dfsg), + rdfind, Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pgrouting.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pgrouting.git diff --git a/debian/control.in b/debian/control.in index 0e32864..097743f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,7 +10,8 @@ Build-Depends: cmake, libjs-mathjax, postgis, postgresql-server-dev-all, - python-sphinx (>= 1.0.7+dfsg) + python-sphinx (>= 1.0.7+dfsg), + rdfind, Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pgrouting.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pgrouting.git diff --git a/debian/patches/extension-no-version b/debian/patches/extension-no-version new file mode 100644 index 000..9fc4adc --- /dev/null +++ b/debian/patches/extension-no-version @@ -0,0 +1,13 @@ +# Remove "from xxx" from the files so we can better de-duplicate them + +--- a/tools/build-extension-update-files.pl b/tools/build-extension-update-files.pl +@@ -226,7 +226,7 @@ sub write_script { + # write out the header and the commands to clean up the old extension + print OUT < debian/postgresql-$$v-pgrouting-doc/usr/share/doc-base/postgresql-$$v-pgrouting-doc; \ mkdir -p debian/postgresql-$$v-pgrouting-scripts/usr; \ mv debian/postgresql-$$v-pgrouting/usr/share debian/postgresql-$$v-pgrouting-scripts/usr; \ + rdfind -makeresultsfile false -makehardlinks true \ + debian/postgresql-$$v-pgrouting-scripts/usr/share/postgresql/*/extension; \ done override_dh_auto_clean: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgrouting] branch master updated (416ece3 -> 2a454de)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgrouting. from 416ece3 Set distribution to unstable. new 46fae8e Clarify -scripts package description; the SQL files are also necessary for the initial installation. new 2a454de Hardlink identical extension upgrade scripts to cut down installation size. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog| 9 + debian/control | 11 +++ debian/control.in | 11 +++ debian/patches/extension-no-version | 13 + debian/patches/series | 1 + debian/rules| 2 ++ 6 files changed, 39 insertions(+), 8 deletions(-) create mode 100644 debian/patches/extension-no-version -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgrouting] 01/02: Clarify -scripts package description; the SQL files are also necessary for the initial installation.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgrouting. commit 46fae8ee345dacab90eea3e563ad74404d8f49b6 Author: Christoph Berg Date: Wed Sep 13 20:19:40 2017 +0200 Clarify -scripts package description; the SQL files are also necessary for the initial installation. --- debian/changelog | 7 +++ debian/control| 8 +--- debian/control.in | 8 +--- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2942548..e716743 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pgrouting (2.4.2-2) UNRELEASED; urgency=medium + + * Clarify -scripts package description; the SQL files are also necessary +for the initial installation. + + -- Christoph Berg Wed, 13 Sep 2017 20:18:47 +0200 + pgrouting (2.4.2-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index f6f15c4..90e7af4 100644 --- a/debian/control +++ b/debian/control @@ -35,12 +35,14 @@ Architecture: all Depends: ${misc:Depends} Breaks: postgresql-9.6-pgrouting (<< 2.3.2) Replaces: postgresql-9.6-pgrouting (<< 2.3.2) -Description: Routing functionality support for PostgreSQL/PostGIS - scripts +Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . - This package contains SQL scripts to upgrade from earlier pgRouting - versions for PostgreSQL 9.6. + This package contains the SQL scripts for installing pgRouting, and for + upgrading from earlier pgRouting versions. + . + This package supports PostgreSQL 9.6. Package: postgresql-9.6-pgrouting-doc Architecture: all diff --git a/debian/control.in b/debian/control.in index ec547e0..0e32864 100644 --- a/debian/control.in +++ b/debian/control.in @@ -35,12 +35,14 @@ Architecture: all Depends: ${misc:Depends} Breaks: postgresql-PGVERSION-pgrouting (<< 2.3.2) Replaces: postgresql-PGVERSION-pgrouting (<< 2.3.2) -Description: Routing functionality support for PostgreSQL/PostGIS - scripts +Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. . - This package contains SQL scripts to upgrade from earlier pgRouting - versions for PostgreSQL PGVERSION. + This package contains the SQL scripts for installing pgRouting, and for + upgrading from earlier pgRouting versions. + . + This package supports PostgreSQL PGVERSION. Package: postgresql-PGVERSION-pgrouting-doc Architecture: all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] branch experimental updated (a5a44a1 -> 9c1f487)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch experimental in repository postgis. from a5a44a1 debian/rules: Fix rdfind invocation to find SQL file duplicates properly. new 700b6bd Include program names in postgis and postgis-gui descriptions. new 78535b2 Declare Conflicts: -2.3-scripts in -2.4-scripts. new 9c1f487 Further clarify the relation between the postgresql-* packages The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ debian/control| 18 ++ debian/control.in | 18 ++ 3 files changed, 22 insertions(+), 16 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 01/03: Include program names in postgis and postgis-gui descriptions.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch experimental in repository postgis. commit 700b6bda2c77314702206d5708be099dda55d84b Author: Christoph Berg Date: Wed Sep 13 22:26:35 2017 +0200 Include program names in postgis and postgis-gui descriptions. --- debian/changelog | 1 + debian/control| 6 -- debian/control.in | 6 -- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index edd77de..03e126b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ postgis (2.4.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium * debian/pgversions: Bump to 9.3+, 9.2 is no longer supported. * debian/control(.in): Bump GEOS build-dependency to 3.4. + * Include program names in postgis and postgis-gui descriptions. * Clarify -scripts package description; the SQL files are also necessary for the initial installation. * debian/rules: Fix rdfind invocation to find SQL file duplicates properly. diff --git a/debian/control b/debian/control index 0c24669..e0489a2 100644 --- a/debian/control +++ b/debian/control @@ -53,7 +53,8 @@ Description: Geographic objects support for PostgreSQL SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package contains the PostGIS userland binaries, common files. + This package contains the PostGIS userland binaries for importing and + exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql. Package: postgis-gui Architecture: any @@ -72,7 +73,8 @@ Description: Geographic objects support for PostgreSQL -- GUI programs SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package contains the PostGIS graphical userland binaries. + This package contains the PostGIS graphical shape file loader, + shp2pgsql-gui. Package: postgis-doc Architecture: all diff --git a/debian/control.in b/debian/control.in index 7e8d8f3..db01a85 100644 --- a/debian/control.in +++ b/debian/control.in @@ -53,7 +53,8 @@ Description: Geographic objects support for PostgreSQL SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package contains the PostGIS userland binaries, common files. + This package contains the PostGIS userland binaries for importing and + exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql. Package: postgis-gui Architecture: any @@ -72,7 +73,8 @@ Description: Geographic objects support for PostgreSQL -- GUI programs SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package contains the PostGIS graphical userland binaries. + This package contains the PostGIS graphical shape file loader, + shp2pgsql-gui. Package: postgis-doc Architecture: all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 02/03: Declare Conflicts: -2.3-scripts in -2.4-scripts.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch experimental in repository postgis. commit 78535b29b2624b03505371adecb2dddc72410538 Author: Christoph Berg Date: Wed Sep 13 22:39:48 2017 +0200 Declare Conflicts: -2.3-scripts in -2.4-scripts. --- debian/changelog | 1 + debian/control| 3 ++- debian/control.in | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 03e126b..4c4ddbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ postgis (2.4.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium * Clarify -scripts package description; the SQL files are also necessary for the initial installation. * debian/rules: Fix rdfind invocation to find SQL file duplicates properly. + * Declare Conflicts: -2.3-scripts in -2.4-scripts. -- Christoph Berg Mon, 11 Sep 2017 20:54:16 +0200 diff --git a/debian/control b/debian/control index e0489a2..15ed17b 100644 --- a/debian/control +++ b/debian/control @@ -152,7 +152,8 @@ Depends: ${perl:Depends}, ${misc:Depends} Recommends: postgresql-9.6-postgis-2.4 Breaks: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~) -Conflicts: postgresql-9.6-postgis-2.2-scripts +Conflicts: postgresql-9.6-postgis-2.2-scripts, + postgresql-9.6-postgis-2.3-scripts Replaces: postgresql-9.6-postgis-scripts (<< 2.2.2+dfsg-3~) Description: Geographic objects support for PostgreSQL 9.6 -- SQL scripts PostGIS adds support for geographic objects to the PostgreSQL diff --git a/debian/control.in b/debian/control.in index db01a85..18b1b3e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -152,7 +152,8 @@ Depends: ${perl:Depends}, ${misc:Depends} Recommends: postgresql-PGVERSION-postgis-2.4 Breaks: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~) -Conflicts: postgresql-PGVERSION-postgis-2.2-scripts +Conflicts: postgresql-PGVERSION-postgis-2.2-scripts, + postgresql-PGVERSION-postgis-2.3-scripts Replaces: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~) Description: Geographic objects support for PostgreSQL PGVERSION -- SQL scripts PostGIS adds support for geographic objects to the PostgreSQL -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 03/03: Further clarify the relation between the postgresql-* packages
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch experimental in repository postgis. commit 9c1f487e4f0c7beac89d8ac59cdb6db0a45adc57 Author: Christoph Berg Date: Wed Sep 13 22:49:15 2017 +0200 Further clarify the relation between the postgresql-* packages --- debian/control| 9 - debian/control.in | 9 - 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 15ed17b..173608a 100644 --- a/debian/control +++ b/debian/control @@ -144,7 +144,8 @@ Description: Geographic objects support for PostgreSQL 9.6 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package supports PostgreSQL 9.6. + To create the PostGIS extensions in a PostgreSQL 9.6 database, the + postgresql-9.6-postgis-2.4-scripts package must be installed as well. Package: postgresql-9.6-postgis-2.4-scripts Architecture: all @@ -163,10 +164,8 @@ Description: Geographic objects support for PostgreSQL 9.6 -- SQL scripts SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package contains the SQL scripts for installing PostGIS and for - upgrading from earlier PostGIS versions. - . - This package supports PostgreSQL 9.6. + This package contains the SQL scripts for installing PostGIS in a PostgreSQL + 9.6 database, and for upgrading from earlier PostGIS versions. Package: postgresql-9.6-postgis-scripts Architecture: all diff --git a/debian/control.in b/debian/control.in index 18b1b3e..e2e00c9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -144,7 +144,8 @@ Description: Geographic objects support for PostgreSQL PGVERSION SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package supports PostgreSQL PGVERSION. + To create the PostGIS extensions in a PostgreSQL PGVERSION database, the + postgresql-PGVERSION-postgis-2.4-scripts package must be installed as well. Package: postgresql-PGVERSION-postgis-2.4-scripts Architecture: all @@ -163,10 +164,8 @@ Description: Geographic objects support for PostgreSQL PGVERSION -- SQL scripts SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL". . - This package contains the SQL scripts for installing PostGIS and for - upgrading from earlier PostGIS versions. - . - This package supports PostgreSQL PGVERSION. + This package contains the SQL scripts for installing PostGIS in a PostgreSQL + PGVERSION database, and for upgrading from earlier PostGIS versions. Package: postgresql-PGVERSION-postgis-scripts Architecture: all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgrouting] branch master updated (2a454de -> bb27058)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgrouting. from 2a454de Hardlink identical extension upgrade scripts to cut down installation size. new bb27058 Add dependency alternative on postgresql-PGVERSION-postgis-2.4. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/control| 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgrouting] 01/01: Add dependency alternative on postgresql-PGVERSION-postgis-2.4.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgrouting. commit bb27058929f68c5dd18fc1dbf101d1a4e7e01d13 Author: Christoph Berg Date: Wed Sep 13 22:54:03 2017 +0200 Add dependency alternative on postgresql-PGVERSION-postgis-2.4. --- debian/changelog | 1 + debian/control| 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb8cc6f..fa0cc07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pgrouting (2.4.2-2) UNRELEASED; urgency=medium + * Add dependency alternative on postgresql-PGVERSION-postgis-2.4. * Clarify -scripts package description; the SQL files are also necessary for the initial installation. * Hardlink identical extension upgrade scripts to cut down installation diff --git a/debian/control b/debian/control index c0e019f..289c1da 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Package: postgresql-9.6-pgrouting Architecture: any Depends: postgresql-9.6-pgrouting-scripts (>= ${source:Version}), postgresql-9.6, - postgresql-9.6-postgis-2.3, + postgresql-9.6-postgis-2.4 | postgresql-9.6-postgis-2.3, ${misc:Depends}, ${shlibs:Depends} Suggests: postgresql-9.6-pgrouting-doc diff --git a/debian/control.in b/debian/control.in index 097743f..8029787 100644 --- a/debian/control.in +++ b/debian/control.in @@ -21,7 +21,7 @@ Package: postgresql-PGVERSION-pgrouting Architecture: any Depends: postgresql-PGVERSION-pgrouting-scripts (>= ${source:Version}), postgresql-PGVERSION, - postgresql-PGVERSION-postgis-2.3, + postgresql-PGVERSION-postgis-2.4 | postgresql-PGVERSION-postgis-2.3, ${misc:Depends}, ${shlibs:Depends} Suggests: postgresql-PGVERSION-pgrouting-doc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgrouting] branch master updated (65aedba -> c4ff9dc)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgrouting. from 65aedba Set distribution to unstable. new c4ff9dc Bump cmake build-dependency to 3.2, needed to support continue() The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 ++ debian/control| 2 +- debian/control.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgrouting] 01/01: Bump cmake build-dependency to 3.2, needed to support continue()
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgrouting. commit c4ff9dcf1a640219c14113de9d98f6fa769a9525 Author: Christoph Berg Date: Thu Sep 21 10:24:19 2017 +0200 Bump cmake build-dependency to 3.2, needed to support continue() --- debian/changelog | 6 ++ debian/control| 2 +- debian/control.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a2edee..c561e24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgrouting (2.5.0-2) UNRELEASED; urgency=medium + + * Bump cmake build-dependency to 3.2, needed to support continue(). + + -- Christoph Berg Thu, 21 Sep 2017 10:23:23 +0200 + pgrouting (2.5.0-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index b74ad8d..2d2a3d7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian GIS Project Uploaders: Michael Fladischer Section: misc Priority: optional -Build-Depends: cmake, +Build-Depends: cmake (>= 3.2), debhelper (>= 9), libboost-graph-dev, libcgal-dev, diff --git a/debian/control.in b/debian/control.in index ba78fb2..877f911 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,7 +3,7 @@ Maintainer: Debian GIS Project Uploaders: Michael Fladischer Section: misc Priority: optional -Build-Depends: cmake, +Build-Depends: cmake (>= 3.2), debhelper (>= 9), libboost-graph-dev, libcgal-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch master updated (e7aab5f -> d0a64cf)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgsql-ogr-fdw. from e7aab5f Upload to unstable. new ed46e2b New upstream version 1.0.3 new 5dbeb6b Updated version 1.0.3 from 'upstream/1.0.3' new 8a77bf6 New upstream version. new bdb9b93 Add myself to Uploaders. new 16300b7 Bump S-V; no changes. new a7dcf91 New version has PostgreSQL 10 support. new 30d3b8a Remove typos.patch. new d0a64cf debian/tests: Run testsuite. The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .editorconfig | 16 +++ .gitignore | 2 + .travis.yml | 8 +- data/{no_geom.csv => no_geom_apost.csv} | 2 +- debian/changelog| 10 ++ debian/control | 9 +- debian/control.in | 5 +- debian/patches/series | 1 - debian/patches/typos.patch | 23 --- debian/tests/control| 2 + debian/tests/installcheck | 6 + input/import.source | 44 +- input/pgsql.source | 32 +++-- ogr_fdw.c | 244 +--- ogr_fdw_common.c| 10 +- ogr_fdw_info.c | 88 ++-- output/import.source| 88 +--- output/pgsql.source | 69 + stringbuffer.c | 2 +- 19 files changed, 391 insertions(+), 270 deletions(-) create mode 100644 .editorconfig copy data/{no_geom.csv => no_geom_apost.csv} (67%) delete mode 100644 debian/patches/typos.patch create mode 100644 debian/tests/control create mode 100755 debian/tests/installcheck -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] annotated tag upstream/1.0.3 created (now c0e4b56)
This is an automated email from the git hooks/post-receive script. myon pushed a change to annotated tag upstream/1.0.3 in repository pgsql-ogr-fdw. at c0e4b56 (tag) tagging ed46e2b1cb33db9d0c3fa68d83809d03b769f804 (commit) replaces upstream/1.0.2 tagged by Christoph Berg on Tue Oct 3 11:37:50 2017 +0200 - Log - Upstream version 1.0.3 Christoph Berg (1): New upstream version 1.0.3 --- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch upstream updated (82b2008 -> ed46e2b)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch upstream in repository pgsql-ogr-fdw. from 82b2008 New upstream version 1.0.2 new ed46e2b New upstream version 1.0.3 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .editorconfig | 16 +++ .gitignore | 2 + .travis.yml | 8 +- data/{no_geom.csv => no_geom_apost.csv} | 2 +- input/import.source | 44 +- input/pgsql.source | 32 +++-- ogr_fdw.c | 244 +--- ogr_fdw_common.c| 10 +- ogr_fdw_info.c | 88 ++-- output/import.source| 88 +--- output/pgsql.source | 69 + stringbuffer.c | 2 +- 12 files changed, 365 insertions(+), 240 deletions(-) create mode 100644 .editorconfig copy data/{no_geom.csv => no_geom_apost.csv} (67%) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/01: pristine-tar data for pgsql-ogr-fdw_1.0.3.orig.tar.gz
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch pristine-tar in repository pgsql-ogr-fdw. commit 65caeb6d015bd7c8cc24784a7155bae4dbb4d1a1 Author: Christoph Berg Date: Tue Oct 3 11:37:50 2017 +0200 pristine-tar data for pgsql-ogr-fdw_1.0.3.orig.tar.gz --- pgsql-ogr-fdw_1.0.3.orig.tar.gz.delta | Bin 0 -> 2172 bytes pgsql-ogr-fdw_1.0.3.orig.tar.gz.id| 1 + 2 files changed, 1 insertion(+) diff --git a/pgsql-ogr-fdw_1.0.3.orig.tar.gz.delta b/pgsql-ogr-fdw_1.0.3.orig.tar.gz.delta new file mode 100644 index 000..3475671 Binary files /dev/null and b/pgsql-ogr-fdw_1.0.3.orig.tar.gz.delta differ diff --git a/pgsql-ogr-fdw_1.0.3.orig.tar.gz.id b/pgsql-ogr-fdw_1.0.3.orig.tar.gz.id new file mode 100644 index 000..5f0a48e --- /dev/null +++ b/pgsql-ogr-fdw_1.0.3.orig.tar.gz.id @@ -0,0 +1 @@ +640f94547b5154325d73375cb15b8d42931f82d3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/08: New upstream version 1.0.3
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit ed46e2b1cb33db9d0c3fa68d83809d03b769f804 Author: Christoph Berg Date: Tue Oct 3 11:37:49 2017 +0200 New upstream version 1.0.3 --- .editorconfig | 16 .gitignore | 2 + .travis.yml| 8 +- data/no_geom_apost.csv | 5 + input/import.source| 44 - input/pgsql.source | 32 --- ogr_fdw.c | 244 + ogr_fdw_common.c | 10 +- ogr_fdw_info.c | 88 +- output/import.source | 88 +- output/pgsql.source| 69 +++--- stringbuffer.c | 2 +- 12 files changed, 369 insertions(+), 239 deletions(-) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000..cea060b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# http://editorconfig.org + +# top-most EditorConfig file +root = true + +# these are the defaults +[*] +charset = utf-8 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + +# C files want tab indentation +[*.{c,h}] +indent_style = tab + diff --git a/.gitignore b/.gitignore index f45101a..27e2aa0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,9 @@ *.a *.so *.dll +*.dylib *.pc +ogr_fdw_info.dSYM/ ogr_fdw_info* sql/ogr_fdw.sql expected/ogr_fdw.out diff --git a/.travis.yml b/.travis.yml index 66ed0c0..8129835 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,13 +38,15 @@ before_script: # Run the Postgres instance under Valgrind and collect Valgrind log # - sudo -u postgres valgrind --trace-children=yes --leak-check=full /usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c config_file=/etc/postgresql/9.5/main/postgresql.conf 2>/tmp/postgres.log & - psql --version - - if test "$GDAL_VERSION" = "11"; then sudo apt-get install libgdal-dev; fi - - if test "$GDAL_VERSION" = "20"; then wget http://download.osgeo.org/gdal/2.0.2/gdal-2.0.2.tar.xz; tar xJf gdal-2.0.2.tar.xz; cd gdal-2.0.2; ./configure --prefix=/usr --enable-debug --without-libtool; make -j4 >/dev/null; sudo make install >/dev/null; cd ..; gdalinfo --version; fi - - if test "$GDAL_VERSION" = "21"; then wget http://download.osgeo.org/gdal/2.1.0/gdal-2.1.0.tar.xz; tar xJf gdal-2.1.0.tar.xz; cd gdal-2.1.0; ./configure --prefix=/usr --enable-debug --without-libtool; make -j4 >/dev/null; sudo make install >/dev/null; cd ..; gdalinfo --version; fi + - if test "$GDAL_VERSION" = "11"; then sudo apt-get install libgdal1h libgdal-dev; fi + - if test "$GDAL_VERSION" = "20"; then wget http://download.osgeo.org/gdal/2.0.3/gdal-2.0.3.tar.xz; tar xJf gdal-2.0.3.tar.xz; cd gdal-2.0.3; ./configure --prefix=/usr --enable-debug --without-libtool; make -j4 >/dev/null; sudo make install >/dev/null; cd ..; gdalinfo --version; fi + - if test "$GDAL_VERSION" = "21"; then wget http://download.osgeo.org/gdal/2.1.4/gdal-2.1.4.tar.xz; tar xJf gdal-2.1.4.tar.xz; cd gdal-2.1.4; ./configure --prefix=/usr --enable-debug --without-libtool; make -j4 >/dev/null; sudo make install >/dev/null; cd ..; gdalinfo --version; fi script: - make - sudo make install + - sudo chmod 755 $HOME + - env - PGUSER=postgres make installcheck || (cat regression.diffs && /bin/false) # Small delay so that things get flushed # - sleep 5 diff --git a/data/no_geom_apost.csv b/data/no_geom_apost.csv new file mode 100644 index 000..abbe412 --- /dev/null +++ b/data/no_geom_apost.csv @@ -0,0 +1,5 @@ +name,age,"person's value" +Peter,34,10.2 +John,77,3.4 +Paul,45,19.2 +Matthew,35,18.2 diff --git a/input/import.source b/input/import.source index 5181bbf..df3bb20 100644 --- a/input/import.source +++ b/input/import.source @@ -1,3 +1,4 @@ +set client_min_messages=NOTICE; CREATE SCHEMA imp1; @@ -7,8 +8,15 @@ IMPORT FOREIGN SCHEMA ogr_all FROM SERVER myserver INTO imp1; -\d imp1.n2launder - +SELECT c.column_name, c.data_type, attfdwoptions +FROM information_schema._pg_foreign_table_columns AS fc +INNER JOIN information_schema.columns AS c ON +fc.nspname = c.table_schema AND fc.relname = c.table_name +AND fc.attname = c.column_name +WHERE fc.nspname = 'imp1' and fc.relname = 'n2launder' +ORDER BY c.ordinal_position; + + SELECT * FROM imp1.n2launder WHERE fid = 0; @@ -20,8 +28,38 @@ IMPORT FOREIGN SCHEMA ogr_all FROM SERVER myserver INTO imp2; -\d imp2."natural" +SELECT c.column_name, c.data_type, attfdwoptions +FROM information_schema._pg_foreign_table_columns AS fc +INNER JOIN inf
[pgsql-ogr-fdw] 06/08: New version has PostgreSQL 10 support.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit a7dcf917ef2137b7b7153dbad98e6ee390fdb092 Author: Christoph Berg Date: Tue Oct 3 11:46:20 2017 +0200 New version has PostgreSQL 10 support. --- debian/changelog | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 943fca7..fc9d2fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium - * New upstream version. + * New upstream version with PostgreSQL 10 support. * Add myself to Uploaders. * Bump S-V; no changes. diff --git a/debian/control b/debian/control index a968dde..30e99b5 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pgsql-ogr-fdw.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pgsql-ogr-fdw.git Homepage: https://github.com/pramsey/pgsql-ogr-fdw -Package: postgresql-9.6-ogr-fdw +Package: postgresql-10-ogr-fdw Architecture: any -Depends: postgresql-9.6, ${misc:Depends}, ${shlibs:Depends} +Depends: postgresql-10, ${misc:Depends}, ${shlibs: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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 07/08: Remove typos.patch.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 30d3b8a8faab9f5f247bdd71786fb16c7ffa4a25 Author: Christoph Berg Date: Tue Oct 3 11:47:25 2017 +0200 Remove typos.patch. --- debian/changelog | 1 + debian/patches/series | 1 - debian/patches/typos.patch | 23 --- 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc9d2fa..c36fe87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium * New upstream version with PostgreSQL 10 support. + * Remove typos.patch. * Add myself to Uploaders. * Bump S-V; no changes. diff --git a/debian/patches/series b/debian/patches/series index 10637e4..e1652b3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -typos.patch install.patch diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch deleted file mode 100644 index fdc5dfa..000 --- a/debian/patches/typos.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 5becc49208462f65258cb57d4fb28c0ed0536d7b Mon Sep 17 00:00:00 2001 -From: Michael Fladischer -Date: Mon, 13 Feb 2017 09:40:54 +0100 -Subject: [PATCH] Fix typo conect -> connect. - -This was spotted by lintian during a Debian package build. - ogr_fdw_info.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ogr_fdw_info.c b/ogr_fdw_info.c -index 4a59041..5bf2b1b 100644 a/ogr_fdw_info.c -+++ b/ogr_fdw_info.c -@@ -154,7 +154,7 @@ ogrListLayers(const char *source) - - if ( ! ogr_ds ) - { -- CPLError(CE_Failure, CPLE_AppDefined, "Could not conect to source '%s'", source); -+ CPLError(CE_Failure, CPLE_AppDefined, "Could not connect to source '%s'", source); - return OGRERR_FAILURE; - } - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 05/08: Bump S-V; no changes.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 16300b70b3f094a3a8363373d200dd327384222b Author: Christoph Berg Date: Tue Oct 3 11:44:31 2017 +0200 Bump S-V; no changes. --- debian/changelog | 1 + debian/control| 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 36c6910..943fca7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium * New upstream version. * Add myself to Uploaders. + * Bump S-V; no changes. -- Christoph Berg Tue, 03 Oct 2017 11:37:56 +0200 diff --git a/debian/control b/debian/control index bce7d5f..a968dde 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Michael Fladischer , Build-Depends: debhelper (>= 10), libgdal-dev, postgresql-server-dev-all -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pgsql-ogr-fdw.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pgsql-ogr-fdw.git Homepage: https://github.com/pramsey/pgsql-ogr-fdw diff --git a/debian/control.in b/debian/control.in index f0f0dcc..6e85d46 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,7 +7,7 @@ Uploaders: Michael Fladischer , Build-Depends: debhelper (>= 10), libgdal-dev, postgresql-server-dev-all -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pgsql-ogr-fdw.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pgsql-ogr-fdw.git Homepage: https://github.com/pramsey/pgsql-ogr-fdw -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 04/08: Add myself to Uploaders.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit bdb9b9390e4edf98aa382e3e48c0181c0f995f7e Author: Christoph Berg Date: Tue Oct 3 11:43:58 2017 +0200 Add myself to Uploaders. --- debian/changelog | 1 + debian/control| 3 ++- debian/control.in | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index def147c..36c6910 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium * New upstream version. + * Add myself to Uploaders. -- Christoph Berg Tue, 03 Oct 2017 11:37:56 +0200 diff --git a/debian/control b/debian/control index 109b4a1..bce7d5f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: pgsql-ogr-fdw Section: database Priority: extra Maintainer: Debian GIS Project -Uploaders: Michael Fladischer +Uploaders: Michael Fladischer , + Christoph Berg Build-Depends: debhelper (>= 10), libgdal-dev, postgresql-server-dev-all diff --git a/debian/control.in b/debian/control.in index d747501..f0f0dcc 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,8 @@ Source: pgsql-ogr-fdw Section: database Priority: extra Maintainer: Debian GIS Project -Uploaders: Michael Fladischer +Uploaders: Michael Fladischer , + Christoph Berg Build-Depends: debhelper (>= 10), libgdal-dev, postgresql-server-dev-all -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 08/08: debian/tests: Run testsuite.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit d0a64cf006f8b07f0f20f11cae596f5ee64f127a Author: Christoph Berg Date: Tue Oct 3 12:01:50 2017 +0200 debian/tests: Run testsuite. --- debian/changelog | 1 + debian/tests/control | 2 ++ debian/tests/installcheck | 6 ++ 3 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index c36fe87..abc9585 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium * New upstream version with PostgreSQL 10 support. * Remove typos.patch. + * debian/tests: Run testsuite. * Add myself to Uploaders. * Bump S-V; no changes. diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 000..556e64c --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,2 @@ +Depends: @, newpid +Tests: installcheck diff --git a/debian/tests/installcheck b/debian/tests/installcheck new file mode 100755 index 000..4964d03 --- /dev/null +++ b/debian/tests/installcheck @@ -0,0 +1,6 @@ +#!/bin/sh + +# Force port 5432 and trust because we connect back to ourselves; +# use newnet to mask any other running instance on 5432. + +newnet pg_buildext -c '--port=5432' -i '--auth=trust' installcheck -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 03/08: New upstream version.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 8a77bf601139f36a0865aca35a3bc7efeecd710b Author: Christoph Berg Date: Tue Oct 3 11:43:50 2017 +0200 New upstream version. --- debian/changelog | 6 ++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3c324ed..def147c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Christoph Berg Tue, 03 Oct 2017 11:37:56 +0200 + pgsql-ogr-fdw (1.0.2-2) unstable; urgency=low * Add license attribution for Thamer Alharbash in d/copyright (Closes: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch pristine-tar updated (9d0a61f -> 65caeb6)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch pristine-tar in repository pgsql-ogr-fdw. from 9d0a61f pristine-tar data for pgsql-ogr-fdw_1.0.2.orig.tar.gz new 65caeb6 pristine-tar data for pgsql-ogr-fdw_1.0.3.orig.tar.gz The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: pgsql-ogr-fdw_1.0.3.orig.tar.gz.delta | Bin 0 -> 2172 bytes pgsql-ogr-fdw_1.0.3.orig.tar.gz.id| 1 + 2 files changed, 1 insertion(+) create mode 100644 pgsql-ogr-fdw_1.0.3.orig.tar.gz.delta create mode 100644 pgsql-ogr-fdw_1.0.3.orig.tar.gz.id -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 02/08: Updated version 1.0.3 from 'upstream/1.0.3'
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 5dbeb6b661fee5e668b3bdcb680373594e9e6317 Merge: e7aab5f ed46e2b Author: Christoph Berg Date: Tue Oct 3 11:37:50 2017 +0200 Updated version 1.0.3 from 'upstream/1.0.3' with Debian dir e7e4e888e0dbd547c6b58184dc972cfb3f46293e .editorconfig | 16 .gitignore | 2 + .travis.yml| 8 +- data/no_geom_apost.csv | 5 + input/import.source| 44 - input/pgsql.source | 32 --- ogr_fdw.c | 244 + ogr_fdw_common.c | 10 +- ogr_fdw_info.c | 88 +- output/import.source | 88 +- output/pgsql.source| 69 +++--- stringbuffer.c | 2 +- 12 files changed, 369 insertions(+), 239 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/02: Pull patch from upstream to fix building with gdal-2.2.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 7058c5ee4a0d9d58db33e81a38107648b341fd26 Author: Christoph Berg Date: Tue Oct 3 20:29:40 2017 +0200 Pull patch from upstream to fix building with gdal-2.2. --- debian/changelog| 1 + debian/patches/gdal-2.2 | 61 + debian/patches/series | 1 + 3 files changed, 63 insertions(+) diff --git a/debian/changelog b/debian/changelog index abc9585..c50020d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium * New upstream version with PostgreSQL 10 support. * Remove typos.patch. + * Pull patch from upstream to fix building with gdal-2.2. * debian/tests: Run testsuite. * Add myself to Uploaders. * Bump S-V; no changes. diff --git a/debian/patches/gdal-2.2 b/debian/patches/gdal-2.2 new file mode 100644 index 000..82432b9 --- /dev/null +++ b/debian/patches/gdal-2.2 @@ -0,0 +1,61 @@ +commit df22bcb661d67e52997b40686c38dbcc6a7a8b07 +Author: Paul Ramsey +Date: Tue Oct 3 05:56:15 2017 -0700 + +Properly handle NULL fields using the new GDAL 2.2 API (Closes #133) + +diff --git a/ogr_fdw.c b/ogr_fdw.c +index 78965ac..18e2ab6 100644 +--- a/ogr_fdw.c b/ogr_fdw.c +@@ -1544,11 +1544,17 @@ ogrFeatureToSlot(const OGRFeatureH feat, TupleTableSlot *slot, const OgrFdwExecS + } + else if ( ogrvariant == OGR_FIELD ) + { ++#if GDAL_VERSION_MAJOR >= 2 && GDAL_VERSION_MINOR >= 2 ++ int field_not_null = OGR_F_IsFieldSet(feat, ogrfldnum) && ! OGR_F_IsFieldNull(feat, ogrfldnum); ++#else ++ int field_not_null = OGR_F_IsFieldSet(feat, ogrfldnum); ++#endif ++ + /* Ensure that the OGR data type fits the destination Pg column */ + ogrCanConvertToPg(ogrfldtype, pgtype, pgname, tbl->tblname); + + /* Only convert non-null fields */ +- if ( OGR_F_IsFieldSet(feat, ogrfldnum) ) ++ if ( field_not_null ) + { + switch(ogrfldtype) + { +@@ -1579,18 +1585,11 @@ ogrFeatureToSlot(const OGRFeatureH feat, TupleTableSlot *slot, const OgrFdwExecS +* Handling numbers directly would be faster, but require a lot of extra code. +* For now, we go via text. +*/ +- const char *cstr = OGR_F_GetFieldAsString(feat, ogrfldnum); +- size_t cstr_len = strlen(cstr); +- if ( cstr && cstr_len > 0 ) +- { +- char *cstr_decoded = pg_any_to_server(cstr, cstr_len, PG_UTF8); +- nulls[i] = false; +- values[i] = pgDatumFromCString(cstr_decoded, pgtype, pgtypmod, pginputfunc); +- } +- else +- { +- ogrNullSlot(values, nulls, i); +- } ++ const char *cstr_in = OGR_F_GetFieldAsString(feat, ogrfldnum); ++ size_t cstr_len = cstr_in ? strlen(cstr_in) : 0; ++ char *cstr_decoded = pg_any_to_server(cstr_in, cstr_len, PG_UTF8); ++ nulls[i] = false; ++ values[i] = pgDatumFromCString(cstr_decoded, pgtype, pgtypmod, pginputfunc); + break; + } + case OFTDate: +@@ -1621,7 +1620,6 @@ ogrFeatureToSlot(const OGRFeatureH feat, TupleTableSlot *slot, const OgrFdwExecS + { + snprintf(cstr, 256, "%d-%02d-%02d %02d:%02d:%02d", year, month, day, hour, minute, second); + } +- + nulls[i] = false; + values[i] = pgDatumFromCString(cstr, pgtype, pgtypmod, pginputfunc); + break; diff --git a/debian/patches/series b/debian/patches/series index e1652b3..72
[pgsql-ogr-fdw] 02/02: Patch Makefile to skip the "import foreign schema" tests on 9.3 and 9.4.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 2759d63b43e84a78dd6235a33c9cc6b1fa19fc76 Author: Christoph Berg Date: Tue Oct 3 21:37:25 2017 +0200 Patch Makefile to skip the "import foreign schema" tests on 9.3 and 9.4. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/test-import-schema | 23 +++ 3 files changed, 25 insertions(+) diff --git a/debian/changelog b/debian/changelog index c50020d..f3c51e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium * Remove typos.patch. * Pull patch from upstream to fix building with gdal-2.2. * debian/tests: Run testsuite. + * Patch Makefile to skip the "import foreign schema" tests on 9.3 and 9.4. * Add myself to Uploaders. * Bump S-V; no changes. diff --git a/debian/patches/series b/debian/patches/series index 726c08d..a51d0b5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ install.patch +test-import-schema gdal-2.2 diff --git a/debian/patches/test-import-schema b/debian/patches/test-import-schema new file mode 100644 index 000..7f19b99 --- /dev/null +++ b/debian/patches/test-import-schema @@ -0,0 +1,23 @@ +--- a/Makefile b/Makefile +@@ -20,12 +20,17 @@ PG_CPPFLAGS += $(GDAL_CFLAGS) + LIBS += $(GDAL_LIBS) + SHLIB_LINK := $(LIBS) + +-# order matters, file first, import last +-REGRESS = file pgsql import +- + PGXS := $(shell $(PG_CONFIG) --pgxs) + include $(PGXS) + ++PG_VERSION_NUM = $(shell awk '/PG_VERSION_NUM/ { print $$3 }' $(shell $(PG_CONFIG) --includedir-server)/pg_config.h) ++HAS_IMPORT_SCHEMA = $(shell [ $(PG_VERSION_NUM) -ge 90500 ] && echo yes) ++ ++# order matters, file first, import last ++REGRESS = file pgsql ++ifeq ($(HAS_IMPORT_SCHEMA),yes) ++REGRESS += import ++endif + + ### + # Build the utility program after PGXS to override the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch master updated (d0a64cf -> 2759d63)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgsql-ogr-fdw. from d0a64cf debian/tests: Run testsuite. new 7058c5e Pull patch from upstream to fix building with gdal-2.2. new 2759d63 Patch Makefile to skip the "import foreign schema" tests on 9.3 and 9.4. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ debian/patches/gdal-2.2 | 61 +++ debian/patches/series | 2 ++ debian/patches/test-import-schema | 23 +++ 4 files changed, 88 insertions(+) create mode 100644 debian/patches/gdal-2.2 create mode 100644 debian/patches/test-import-schema -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/01: pg_regress prints some things to stderr, ignore
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 5d2da3691bea6d81f8042ec30dabb29c4c0352e1 Author: Christoph Berg Date: Tue Oct 3 21:42:16 2017 +0200 pg_regress prints some things to stderr, ignore --- debian/tests/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/tests/control b/debian/tests/control index 556e64c..874a0a8 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,3 @@ Depends: @, newpid Tests: installcheck +Restrictions: allow-stderr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch master updated (2759d63 -> 5d2da36)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgsql-ogr-fdw. from 2759d63 Patch Makefile to skip the "import foreign schema" tests on 9.3 and 9.4. new 5d2da36 pg_regress prints some things to stderr, ignore The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/tests/control | 1 + 1 file changed, 1 insertion(+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] annotated tag debian/1.0.3-1 created (now 7b993cd)
This is an automated email from the git hooks/post-receive script. myon pushed a change to annotated tag debian/1.0.3-1 in repository pgsql-ogr-fdw. at 7b993cd (tag) tagging e790c4b99e9e786d44331c0058932452e2800f39 (commit) replaces debian/1.0.2-2 tagged by Christoph Berg on Sun Oct 8 15:20:22 2017 +0200 - Log - tagging package pgsql-ogr-fdw version debian/1.0.3-1 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAlnaJhYACgkQTFprqxLS p66yjA/+OdUcAVwJ0/4jr9t77LE+nl9hb6Z7NHzv18IxGTxCncfkpWyFG6w1McxA pxOR7rjS7dXEgafUNTvmwdgf5Gpxo2OgoOEd5TVfsT4zZHEoRWDfgIpxcNO/sA5X XSiW098LqgYGQwATGh8IGEKcG1fJaj9eygyGLKxrZa13lUV03sixFJvuBglY5kl5 KTUZgJCKihbj5BR7lMKc2/Fg2VMdhLoAlkumWS0Ao5GZl8EmjZX304u9EDqbUTeT km20NIe4WPHZEYbNKDzHhDt9Z1c7Msov4U5wPQh6L0ILQZ3xh94BWF2b/bIy7Jzp 366m7smDS+w468yofCwxRDbEyYsI5paSKdgy14NtEPKIsfAVE+kgf0wqUvivFcJ1 mL1NOZ/4Zh+oHFdZ4EOJNXpLXcnQBYEbhRWj5O4206+O9vJ2h+fGdls8Dnh2xiJY F3BOGbPF3Fc4O0Nwa5+E48zLfTdNguz6S7wvJH1dkVp5oO/GhdupundGybNiO1N2 EhEgzwaPg2uYRq9T700CV1TTzA8zp+qfad2eAo3uAaSluqejPvsXHswx4H+QF+xE oeQ3jVZH++iYVfzpdzvuYA8nZ3ZNl/z5DGDY3HjPuGqGFNBDP8gX1kT1M7KZ1pTz sJ9avjBn5PTm2A+4Ya1jlVnoNlUJKjxIhe/F7mQHs4nILleXeYQ= =54ml -END PGP SIGNATURE- Christoph Berg (12): New upstream version 1.0.3 Updated version 1.0.3 from 'upstream/1.0.3' New upstream version. Add myself to Uploaders. Bump S-V; no changes. New version has PostgreSQL 10 support. Remove typos.patch. debian/tests: Run testsuite. Pull patch from upstream to fix building with gdal-2.2. Patch Makefile to skip the "import foreign schema" tests on 9.3 and 9.4. pg_regress prints some things to stderr, ignore releasing package pgsql-ogr-fdw version 1.0.3-1 --- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch master updated (5d2da36 -> e790c4b)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgsql-ogr-fdw. from 5d2da36 pg_regress prints some things to stderr, ignore new e790c4b releasing package pgsql-ogr-fdw version 1.0.3-1 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/01: releasing package pgsql-ogr-fdw version 1.0.3-1
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit e790c4b99e9e786d44331c0058932452e2800f39 Author: Christoph Berg Date: Sun Oct 8 15:20:22 2017 +0200 releasing package pgsql-ogr-fdw version 1.0.3-1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f3c51e2..d0a0f36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium +pgsql-ogr-fdw (1.0.3-1) unstable; urgency=medium * New upstream version with PostgreSQL 10 support. * Remove typos.patch. @@ -8,7 +8,7 @@ pgsql-ogr-fdw (1.0.3-1) UNRELEASED; urgency=medium * Add myself to Uploaders. * Bump S-V; no changes. - -- Christoph Berg Tue, 03 Oct 2017 11:37:56 +0200 + -- Christoph Berg Sun, 08 Oct 2017 15:17:44 +0200 pgsql-ogr-fdw (1.0.2-2) unstable; urgency=low -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Re: [pgsql-ogr-fdw] 01/01: releasing package pgsql-ogr-fdw version 1.0.3-1
Re: Sebastiaan Couwenberg 2017-10-08 <9045181f-c0af-c860-9834-e5a95eecd...@xs4all.nl> > On 10/08/2017 03:20 PM, Christoph Berg wrote: > > releasing package pgsql-ogr-fdw version 1.0.3-1 > > Why not update to 1.0.4? > > The GDAL 2.2 changes are quite relevant since we just transitioned to 2.2.2. Oh sorry, I missed the fact that 1.0.4 had been released in the meantime. The relevant patch from the .3-to-.4 diff is included in the upload, though. I'll upload 1.0.4 once .3 has passed NEW. Christoph ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[Git][debian-gis-team/postgis][master] Add sfcgal symbols removed in eca91364b04 as comments
Christoph Berg pushed to branch master at Debian GIS Project / postgis Commits: 58d6d514 by Christoph Berg at 2018-03-17T15:43:15+01:00 Add sfcgal symbols removed in eca91364b04 as comments This eases building packages on distributions with a working sfcgal package (just remove the comments in the symbols and control files). - - - - - 1 changed file: - debian/liblwgeom-2.4-0.symbols Changes: = debian/liblwgeom-2.4-0.symbols = --- a/debian/liblwgeom-2.4-0.symbols +++ b/debian/liblwgeom-2.4-0.symbols @@ -2,9 +2,11 @@ liblwgeom-2.4.so.0 #PACKAGE# #MINVER# GBOX2GEOS@Base 2.2.0 GEOS2LWGEOM@Base 2.0.0 LWGEOM2GEOS@Base 2.0.0 +# (arch=!armel)LWGEOM2SFCGAL@Base 2.2.0 LWGEOM_GEOS_buildArea@Base 2.0.0 LWGEOM_GEOS_getPointN@Base 2.0.0 MULTITYPE@Base 2.1.5 +# (arch=!armel)SFCGAL2LWGEOM@Base 2.2.0 UF_create@Base 2.2.0 UF_destroy@Base 2.2.0 UF_find@Base 2.2.0 @@ -435,6 +437,8 @@ liblwgeom-2.4.so.0 #PACKAGE# #MINVER# lwgeom_set_geodetic@Base 2.0.0 lwgeom_set_handlers@Base 2.1.0 lwgeom_set_srid@Base 2.0.0 +# (arch=!armel)lwgeom_sfcgal_noop@Base 2.2.0 +# (arch=!armel)lwgeom_sfcgal_version@Base 2.2.0 lwgeom_sharedpaths@Base 2.0.0 lwgeom_simplify@Base 2.0.0 lwgeom_snap@Base 2.0.0 View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/58d6d514382f5ac32445a7146f9e4413f92907bf --- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/58d6d514382f5ac32445a7146f9e4413f92907bf You're receiving this email because of your account on salsa.debian.org. ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#883608: postgis: please update dependencies for testsuite
Re: Gianfranco Costamagna 2017-12-05 > --- 2.4.2+dfsg-2/debian/tests/control 2017-09-02 17:44:18.0 + > +++ 2.4.2+dfsg-2ubuntu2/debian/tests/control 2017-12-04 19:38:27.0 > + > @@ -1,3 +1,3 @@ > -Depends: @, postgresql-server-dev-all, postgresql-contrib-9.6 > +Depends: @, postgresql-server-dev-all, postgresql-contrib-10 > Tests: test-extension-creation > Restrictions: needs-root allow-stderr > > Maybe you have some better approach (virtual package) to avoid having to > manually update it on each postgresql bump Hi, we have "postgresql-all" for that. Or alternatively, debian/tests/control.in could be used which automatically updates the tests/control file like debian/control.in does. Christoph ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 01/01: Test all extensions, not just postgis.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository postgis. commit 0ffd02f8918a4bf6da6befa335c3eb37e4c40d0f Author: Christoph Berg Date: Tue Dec 5 18:29:26 2017 +0100 Test all extensions, not just postgis. --- debian/changelog | 4 debian/tests/test-extension-creation | 7 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4236da0..96ad24b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ postgis (2.4.2+dfsg-3) UNRELEASED; urgency=medium + [ Bas Couwenberg ] * Use postgresql-all instead of postgresql-contrib-9.6 in tests/control. (closes: #883608) + [ Christoph Berg ] + * Test all extensions, not just postgis. + -- Bas Couwenberg Tue, 05 Dec 2017 18:23:55 +0100 postgis (2.4.2+dfsg-2) unstable; urgency=medium diff --git a/debian/tests/test-extension-creation b/debian/tests/test-extension-creation index 68960e0..e808d9b 100755 --- a/debian/tests/test-extension-creation +++ b/debian/tests/test-extension-creation @@ -3,10 +3,11 @@ set -eu for v in $(pg_buildext supported-versions); do - pg_virtualenv -v $v sh -e <<-EOF + pg_virtualenv -v $v sh -e <<-'EOF' # test extension - psql -c 'CREATE EXTENSION postgis' - psql -c 'DROP EXTENSION postgis' + for ext in postgis postgis_sfcgal postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do + psql -eXc "CREATE EXTENSION $ext CASCADE" + done EOF done -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] branch master updated (7312878 -> 0ffd02f)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository postgis. from 7312878 Use postgresql-all instead of postgresql-contrib-9.6 in tests/control. (closes: #883608) new 0ffd02f Test all extensions, not just postgis. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 debian/tests/test-extension-creation | 7 --- 2 files changed, 8 insertions(+), 3 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 02/04: Update upstream source from tag 'upstream/1.0.5'
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 5e26723c5cfaf9b564cb6f74f4e732f264572996 Merge: 6091e1c faa6013 Author: Christoph Berg Date: Sat Dec 9 20:14:09 2017 +0100 Update upstream source from tag 'upstream/1.0.5' Update to upstream version '1.0.5' with Debian dir e1ff6130d9a639e463235072fba3a89e8c89f5c8 Makefile | 11 -- README.md | 129 -- ogr_fdw.c | 123 --- ogr_fdw.h | 27 ++--- 4 files changed, 174 insertions(+), 116 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 03/04: New upstream release.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 4628b0471542d289b3075c05ac18a800cadba12a Author: Christoph Berg Date: Sat Dec 9 20:19:21 2017 +0100 New upstream release. --- debian/changelog | 9 ++--- debian/control| 2 +- debian/control.in | 2 +- debian/patches/series | 1 - debian/patches/test-import-schema | 23 --- 5 files changed, 8 insertions(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9028bf6..55de820 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -pgsql-ogr-fdw (1.0.4-2) UNRELEASED; urgency=medium +pgsql-ogr-fdw (1.0.5-1) UNRELEASED; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Add gbp.conf to use pristine-tar by default. - -- Bas Couwenberg Tue, 17 Oct 2017 18:45:43 +0200 + [ Christoph Berg ] + * New upstream release. + + -- Christoph Berg Sat, 09 Dec 2017 20:14:56 +0100 pgsql-ogr-fdw (1.0.4-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 2e06f4c..99b322b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Michael Fladischer , Build-Depends: debhelper (>= 10), libgdal-dev, postgresql-server-dev-all -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pgsql-ogr-fdw.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pgsql-ogr-fdw.git Homepage: https://github.com/pramsey/pgsql-ogr-fdw diff --git a/debian/control.in b/debian/control.in index 4d35aa7..a437ffd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,7 +7,7 @@ Uploaders: Michael Fladischer , Build-Depends: debhelper (>= 10), libgdal-dev, postgresql-server-dev-all -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pgsql-ogr-fdw.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pgsql-ogr-fdw.git Homepage: https://github.com/pramsey/pgsql-ogr-fdw diff --git a/debian/patches/series b/debian/patches/series index c01cd3d..e1652b3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ install.patch -test-import-schema diff --git a/debian/patches/test-import-schema b/debian/patches/test-import-schema deleted file mode 100644 index 7f19b99..000 --- a/debian/patches/test-import-schema +++ /dev/null @@ -1,23 +0,0 @@ a/Makefile -+++ b/Makefile -@@ -20,12 +20,17 @@ PG_CPPFLAGS += $(GDAL_CFLAGS) - LIBS += $(GDAL_LIBS) - SHLIB_LINK := $(LIBS) - --# order matters, file first, import last --REGRESS = file pgsql import -- - PGXS := $(shell $(PG_CONFIG) --pgxs) - include $(PGXS) - -+PG_VERSION_NUM = $(shell awk '/PG_VERSION_NUM/ { print $$3 }' $(shell $(PG_CONFIG) --includedir-server)/pg_config.h) -+HAS_IMPORT_SCHEMA = $(shell [ $(PG_VERSION_NUM) -ge 90500 ] && echo yes) -+ -+# order matters, file first, import last -+REGRESS = file pgsql -+ifeq ($(HAS_IMPORT_SCHEMA),yes) -+REGRESS += import -+endif - - ### - # Build the utility program after PGXS to override the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch upstream updated (dd54788 -> faa6013)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch upstream in repository pgsql-ogr-fdw. from dd54788 New upstream version 1.0.4 adds faa6013 New upstream version 1.0.5 No new revisions were added by this update. Summary of changes: Makefile | 11 -- README.md | 129 -- ogr_fdw.c | 123 --- ogr_fdw.h | 27 ++--- 4 files changed, 174 insertions(+), 116 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/04: New upstream version 1.0.5
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit faa601340d9f65260beece2336d9d3850dd9e5ef Author: Christoph Berg Date: Sat Dec 9 20:14:08 2017 +0100 New upstream version 1.0.5 --- Makefile | 11 -- README.md | 129 -- ogr_fdw.c | 123 --- ogr_fdw.h | 27 ++--- 4 files changed, 174 insertions(+), 116 deletions(-) diff --git a/Makefile b/Makefile index 86f89e3..d0bbb46 100644 --- a/Makefile +++ b/Makefile @@ -20,12 +20,17 @@ PG_CPPFLAGS += $(GDAL_CFLAGS) LIBS += $(GDAL_LIBS) SHLIB_LINK := $(LIBS) -# order matters, file first, import last -REGRESS = file pgsql import - PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) +PG_VERSION_NUM = $(shell awk '/PG_VERSION_NUM/ { print $$3 }' $(shell $(PG_CONFIG) --includedir-server)/pg_config.h) +HAS_IMPORT_SCHEMA = $(shell [ $(PG_VERSION_NUM) -ge 90500 ] && echo yes) + +# order matters, file first, import last +REGRESS = file pgsql +ifeq ($(HAS_IMPORT_SCHEMA),yes) +REGRESS += import +endif ### # Build the utility program after PGXS to override the diff --git a/README.md b/README.md index 8be2276..9001893 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Travis: [ ## Motivation -OGR is the vector half of the [GDAL](http://www.gdal.org/) spatial data access library. It allows access to a [large number of GIS data formats](http://www.gdal.org/ogr_formats.html) using a [simple C API](http://www.gdal.org/ogr__api_8h.html) for data reading and writing. Since OGR exposes a simple table structure and PostgreSQL [foreign data wrappers](https://wiki.postgresql.org/wiki/Foreign_data_wrappers) allow access to table structures, the fit seems pretty perfect. +OGR is the vector half of the [GDAL](http://www.gdal.org/) spatial data access library. It allows access to a [large number of GIS data formats](http://www.gdal.org/ogr_formats.html) using a [simple C API](http://www.gdal.org/ogr__api_8h.html) for data reading and writing. Since OGR exposes a simple table structure and PostgreSQL [foreign data wrappers](https://wiki.postgresql.org/wiki/Foreign_data_wrappers) allow access to table structures, the fit seems pretty perfect. ## Limitations @@ -30,7 +30,7 @@ First install the `postgis` and `ogr_fdw` extensions in your database. CREATE EXTENSION postgis; CREATE EXTENSION ogr_fdw; -For a test data set, copy the `pt_two` example shape file from the `data` directory to a location where the PostgreSQL server can read it (like `/tmp/test/` for example). +For a test data set, copy the `pt_two` example shape file from the `data` directory to a location where the PostgreSQL server can read it (like `/tmp/test/` for example). Use the `ogr_fdw_info` tool to read an OGR data source and output a server and table definition for a particular layer. (You can write these manually, but the utility makes it a little more foolproof.) @@ -44,13 +44,13 @@ Use the `ogr_fdw_info` tool to read an OGR data source and output a server and t > ogr_fdw_info -s /tmp/test - + Layers: pt_two - + > ogr_fdw_info -s /tmp/test -l pt_two - + CREATE SERVER myserver FOREIGN DATA WRAPPER ogr_fdw OPTIONS ( @@ -66,18 +66,18 @@ Use the `ogr_fdw_info` tool to read an OGR data source and output a server and t birthdate date ) SERVER myserver OPTIONS (layer 'pt_two'); - + Copy the `CREATE SERVER` and `CREATE FOREIGN SERVER` SQL commands into the database and you'll have your foreign table definition. Foreign table "public.pt_two" - Column | Type| Modifiers | FDW Options + Column | Type| Modifiers | FDW Options --+---+---+- - fid | integer | | - geom | geometry | | - name | character varying | | - age | integer | | - height | real | | - birthday | date | | + fid | integer | | + geom | geometry | | + name | character varying | | + age | integer | | + height | real | | + birthday | date | | Server: tmp_shape FDW Options: (layer 'pt_two') @@ -85,7 +85,7 @@ And you can query the table directly, even though it's really just a shape file. > SELECT * FROM pt_two; - fid |geom
[pgsql-ogr-fdw] branch pristine-tar updated (0f37a54 -> 4d4aa38)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch pristine-tar in repository pgsql-ogr-fdw. from 0f37a54 pristine-tar data for pgsql-ogr-fdw_1.0.4.orig.tar.gz new 4d4aa38 pristine-tar data for pgsql-ogr-fdw_1.0.5.orig.tar.gz The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: pgsql-ogr-fdw_1.0.5.orig.tar.gz.delta | Bin 0 -> 2167 bytes pgsql-ogr-fdw_1.0.5.orig.tar.gz.id| 1 + 2 files changed, 1 insertion(+) create mode 100644 pgsql-ogr-fdw_1.0.5.orig.tar.gz.delta create mode 100644 pgsql-ogr-fdw_1.0.5.orig.tar.gz.id -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch master updated (6091e1c -> 0db6443)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgsql-ogr-fdw. from 6091e1c Add gbp.conf to use pristine-tar by default. new faa6013 New upstream version 1.0.5 new 5e26723 Update upstream source from tag 'upstream/1.0.5' new 4628b04 New upstream release. new 0db6443 releasing package pgsql-ogr-fdw version 1.0.5-1 The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile | 11 +++- README.md | 129 ++ debian/changelog | 9 ++- debian/control| 2 +- debian/control.in | 2 +- debian/patches/series | 1 - debian/patches/test-import-schema | 23 --- ogr_fdw.c | 123 ++-- ogr_fdw.h | 27 9 files changed, 182 insertions(+), 145 deletions(-) delete mode 100644 debian/patches/test-import-schema -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 04/04: releasing package pgsql-ogr-fdw version 1.0.5-1
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 0db6443766fe88c652d640017ca08ddb8eb66cb8 Author: Christoph Berg Date: Sat Dec 9 20:19:34 2017 +0100 releasing package pgsql-ogr-fdw version 1.0.5-1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55de820..c0d2abc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pgsql-ogr-fdw (1.0.5-1) UNRELEASED; urgency=medium +pgsql-ogr-fdw (1.0.5-1) unstable; urgency=medium [ Bas Couwenberg ] * Add gbp.conf to use pristine-tar by default. @@ -6,7 +6,7 @@ pgsql-ogr-fdw (1.0.5-1) UNRELEASED; urgency=medium [ Christoph Berg ] * New upstream release. - -- Christoph Berg Sat, 09 Dec 2017 20:14:56 +0100 + -- Christoph Berg Sat, 09 Dec 2017 20:19:24 +0100 pgsql-ogr-fdw (1.0.4-1) unstable; urgency=low -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/01: pristine-tar data for pgsql-ogr-fdw_1.0.5.orig.tar.gz
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch pristine-tar in repository pgsql-ogr-fdw. commit 4d4aa38eb58112f732710703853d12485476b372 Author: Christoph Berg Date: Sat Dec 9 20:14:09 2017 +0100 pristine-tar data for pgsql-ogr-fdw_1.0.5.orig.tar.gz --- pgsql-ogr-fdw_1.0.5.orig.tar.gz.delta | Bin 0 -> 2167 bytes pgsql-ogr-fdw_1.0.5.orig.tar.gz.id| 1 + 2 files changed, 1 insertion(+) diff --git a/pgsql-ogr-fdw_1.0.5.orig.tar.gz.delta b/pgsql-ogr-fdw_1.0.5.orig.tar.gz.delta new file mode 100644 index 000..545cb06 Binary files /dev/null and b/pgsql-ogr-fdw_1.0.5.orig.tar.gz.delta differ diff --git a/pgsql-ogr-fdw_1.0.5.orig.tar.gz.id b/pgsql-ogr-fdw_1.0.5.orig.tar.gz.id new file mode 100644 index 000..3a136f5 --- /dev/null +++ b/pgsql-ogr-fdw_1.0.5.orig.tar.gz.id @@ -0,0 +1 @@ +b4a9021a2102cf306000b6c70ad647ddeabe4783 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] annotated tag upstream/1.0.5 created (now 2c6cbc5)
This is an automated email from the git hooks/post-receive script. myon pushed a change to annotated tag upstream/1.0.5 in repository pgsql-ogr-fdw. at 2c6cbc5 (tag) tagging faa601340d9f65260beece2336d9d3850dd9e5ef (commit) replaces upstream/1.0.4 tagged by Christoph Berg on Sat Dec 9 20:14:09 2017 +0100 - Log - Upstream version 1.0.5 Christoph Berg (1): New upstream version 1.0.5 --- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] annotated tag debian/1.0.5-1 created (now 205e61d)
This is an automated email from the git hooks/post-receive script. myon pushed a change to annotated tag debian/1.0.5-1 in repository pgsql-ogr-fdw. at 205e61d (tag) tagging 0db6443766fe88c652d640017ca08ddb8eb66cb8 (commit) replaces debian/1.0.4-1 tagged by Christoph Berg on Sat Dec 9 20:19:34 2017 +0100 - Log - tagging package pgsql-ogr-fdw version debian/1.0.5-1 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAlosN0YACgkQTFprqxLS p64XSQ//UiOr7phZt5kCDLFTJJHkBCwnGjzegnYR1azsgGsxrkF6QUubiKTvGaXE rgzhpKnyjfsip9p6HZZFqHVycq6McTIwzQUY/ht/MMsewgkZsAsX+QmhGR2KHCQb /oGvgVWJ+FHG1DcWz3i/gse/H51Ies3M2j72dx98G+0jobEDq6hPP5AVtKeNATqr ohu+Dhx7lNz6VWLfPE8GeaI1dVEqczCVEAnZU6KiN5iYaK16eXQVV8z6k1PSQzYY uBhqla7iMYAZ8t5AuU4GHzBbDJSuBZGPZPyUzi0pMdT2aHNI10AgvqQF/Z7KFpTz cM5Zqzz7zyHMqz0NLrSX+y0jNRfttpAKDjlo/xw+zUOLdVtgW3jTjsfq0N2I4uDz RLWQrbEiDCoorpLJQYNYpaNWhJoQf5j1HhkW03jUF0C7BWNMcZ8FWQN9ArvORIZs 062N1ckS0EJBPQ1wBexFvyf0jDZW758E1GSuP2g8jvTcQX69+TWZODQ9pfJFaREx v5nGLNhq6RH68ddqeqASq37wTDltVagwUyUOzZaSuof+VDnfH47xgturkh6GuIgS T9yD3u8/lqVPyyuzTQg/nXEANNtFoTfdQk5IKoIDRb8w2b+0CqmAFxi4vZJyNj0G SAnBElrLwa5KrYA5C5f+aZYE9pwPBdv/lwC6c0rKbD7A9BYYurs= =Rpso -END PGP SIGNATURE- Bas Couwenberg (1): Add gbp.conf to use pristine-tar by default. Christoph Berg (4): New upstream version 1.0.5 Update upstream source from tag 'upstream/1.0.5' New upstream release. releasing package pgsql-ogr-fdw version 1.0.5-1 --- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch master updated (0db6443 -> ec38a03)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgsql-ogr-fdw. from 0db6443 releasing package pgsql-ogr-fdw version 1.0.5-1 new ec38a03 Add missing postgresql-server-dev-all test dependency. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 ++ debian/tests/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/01: Add missing postgresql-server-dev-all test dependency.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit ec38a031cf4a39247ef583730fa3bcdab24b1ca0 Author: Christoph Berg Date: Sun Dec 10 08:35:23 2017 +0100 Add missing postgresql-server-dev-all test dependency. --- debian/changelog | 6 ++ debian/tests/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c0d2abc..2140a77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgsql-ogr-fdw (1.0.5-2) UNRELEASED; urgency=medium + + * Add missing postgresql-server-dev-all test dependency. + + -- Christoph Berg Sun, 10 Dec 2017 08:34:41 +0100 + pgsql-ogr-fdw (1.0.5-1) unstable; urgency=medium [ Bas Couwenberg ] diff --git a/debian/tests/control b/debian/tests/control index 874a0a8..abad2fd 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ -Depends: @, newpid +Depends: @, newpid, postgresql-server-dev-all Tests: installcheck Restrictions: allow-stderr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch master updated (ec38a03 -> f45a09f)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgsql-ogr-fdw. from ec38a03 Add missing postgresql-server-dev-all test dependency. new f45a09f Clean up better after testsuite. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/01: Clean up better after testsuite.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit f45a09ffec79bab33249d13ea1629f59f3db66a1 Author: Christoph Berg Date: Sun Dec 10 08:42:32 2017 +0100 Clean up better after testsuite. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2140a77..a7b23b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pgsql-ogr-fdw (1.0.5-2) UNRELEASED; urgency=medium * Add missing postgresql-server-dev-all test dependency. + * Clean up better after testsuite. -- Christoph Berg Sun, 10 Dec 2017 08:34:41 +0100 diff --git a/debian/rules b/debian/rules index 4ba6340..733626f 100755 --- a/debian/rules +++ b/debian/rules @@ -14,4 +14,4 @@ override_dh_auto_install: override_dh_auto_clean: +pg_buildext clean build-%v - rm -rf results + $(MAKE) clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] annotated tag debian/1.0.5-2 created (now f8bdd7d)
This is an automated email from the git hooks/post-receive script. myon pushed a change to annotated tag debian/1.0.5-2 in repository pgsql-ogr-fdw. at f8bdd7d (tag) tagging 17f15bc9a147715891af8b820ac6a52e132c019b (commit) replaces debian/1.0.5-1 tagged by Christoph Berg on Sun Dec 10 08:44:09 2017 +0100 - Log - tagging package pgsql-ogr-fdw version debian/1.0.5-2 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAlos5ckACgkQTFprqxLS p67wZhAAgEmfEhM1NL8N/wjqZxwLIFaMdkB5yhA4eKCTx2uKdEmu2TTV9s0GM5F4 wgQ+ap5+5xv/uYeyyTAcTdeSS0EuAZfIk8k1fdiVDWcYTt835MEOukXjCpBjRXar GkznqmkU7OCfYj9dS8Xq0J7U+zg6NOAxWMrt/Fs2mdbWH2pVLJPP6fLvfhn3tHls 0N5O2adPUvsqaIZvmsiseSrff/b2dTMkMi1qE7ZvAnua+M2XbpCR4zZpSjwPb+YO o4pgS1gWPKWfcGdXKU3il+3EJwLV/iHOwYRZxXeOdhDItU95Az8rC7OYHI09iS4m IbrYVmRGubi4+fIJRNMgu0Xj7U4XLkTUxhR2yfkrf02heQB5sDSnLJOBDAFavOR8 60BduJa+M7DnHuQ5YYmdTZbJ6XOl7Gr/wByJ29b7rcvFMdKXgSNH3OZRyGQDN26p nm6FK2+umiTRIfRE5X/h3pBQTTOWJ3WK/YFT9ih+4VU7Hq0bxdOB9J0jvDKoFcV8 4lTGuSmM3Ux2Z4+hCVplSh9R3CFmgmzbLaCI/6AQS08ueByNXzONKlPliTPctaAk lMVwh2OQzbad7kMs4BJAV8XjbNqqsQCg9k2ky5SM42/Bo8mPOC1BwP228ZiV+YIn UDZFdy3cbq5sXHmeHnFRw9HDKd6QE5QS4nqTYQNi2+k16/40dM0= =1SIu -END PGP SIGNATURE- Christoph Berg (3): Add missing postgresql-server-dev-all test dependency. Clean up better after testsuite. releasing package pgsql-ogr-fdw version 1.0.5-2 --- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] branch master updated (f45a09f -> 17f15bc)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository pgsql-ogr-fdw. from f45a09f Clean up better after testsuite. new 17f15bc releasing package pgsql-ogr-fdw version 1.0.5-2 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[pgsql-ogr-fdw] 01/01: releasing package pgsql-ogr-fdw version 1.0.5-2
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository pgsql-ogr-fdw. commit 17f15bc9a147715891af8b820ac6a52e132c019b Author: Christoph Berg Date: Sun Dec 10 08:44:09 2017 +0100 releasing package pgsql-ogr-fdw version 1.0.5-2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a7b23b5..a63486e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -pgsql-ogr-fdw (1.0.5-2) UNRELEASED; urgency=medium +pgsql-ogr-fdw (1.0.5-2) unstable; urgency=medium * Add missing postgresql-server-dev-all test dependency. * Clean up better after testsuite. - -- Christoph Berg Sun, 10 Dec 2017 08:34:41 +0100 + -- Christoph Berg Sun, 10 Dec 2017 08:43:26 +0100 pgsql-ogr-fdw (1.0.5-1) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgsql-ogr-fdw.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 01/01: Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL versions feature CREATE EXTENSION CASCADE yet.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository postgis. commit 1eaf5536254f2464852c33949e0155c4461a96ec Author: Christoph Berg Date: Fri Dec 22 10:28:21 2017 +0100 Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL versions feature CREATE EXTENSION CASCADE yet. --- debian/changelog | 7 +++ debian/tests/test-extension-creation | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f9f522d..735d60c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +postgis (2.4.2+dfsg-4) UNRELEASED; urgency=medium + + * Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL +versions feature CREATE EXTENSION CASCADE yet. + + -- Christoph Berg Fri, 22 Dec 2017 10:16:40 +0100 + postgis (2.4.2+dfsg-3) unstable; urgency=medium [ Bas Couwenberg ] diff --git a/debian/tests/test-extension-creation b/debian/tests/test-extension-creation index ec750b0..d17d40a 100755 --- a/debian/tests/test-extension-creation +++ b/debian/tests/test-extension-creation @@ -5,8 +5,8 @@ set -eu for v in $(pg_buildext supported-versions); do pg_virtualenv -v $v sh -e <<-'EOF' # test extension - for ext in postgis postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do - psql -eXc "CREATE EXTENSION $ext CASCADE" + for ext in postgis fuzzystrmatch postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do + psql -eXc "CREATE EXTENSION $ext" done EOF done -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] branch master updated (ddea404 -> 1eaf553)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository postgis. from ddea404 Set distribution to unstable. new 1eaf553 Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL versions feature CREATE EXTENSION CASCADE yet. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 7 +++ debian/tests/test-extension-creation | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] branch master updated (1eaf553 -> 70720eb)
This is an automated email from the git hooks/post-receive script. myon pushed a change to branch master in repository postgis. from 1eaf553 Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL versions feature CREATE EXTENSION CASCADE yet. new 70720eb Build-Depend on postgresql-all, we need server packages for testing. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[postgis] 01/01: Build-Depend on postgresql-all, we need server packages for testing.
This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository postgis. commit 70720ebeb3a599705980dcc6fd25c3a3d521546a Author: Christoph Berg Date: Fri Dec 22 12:00:26 2017 +0100 Build-Depend on postgresql-all, we need server packages for testing. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 735d60c..c9b26eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ postgis (2.4.2+dfsg-4) UNRELEASED; urgency=medium + * Build-Depend on postgresql-all, we need server packages for testing. * Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL versions feature CREATE EXTENSION CASCADE yet. diff --git a/debian/control b/debian/control index 627413e..88354b4 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: autoconf2.13, # libsfcgal-dev [!armel], libxml2-dev (>= 2.5.0~), po-debconf, - postgresql, + postgresql-all, postgresql-common (>= 148~), postgresql-server-dev-all, protobuf-c-compiler, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#886742: postgresql-9.4-postgis-2.1 missing in stretch
Control: tags -1 moreinfo Re: Juergen Fuchsberger 2018-01-09 <20180109130149.17725.10545.report...@wegc203058.uni-graz.at> > Due to missing postgresql-9.4-postgis-2.1 in stretch, a postgis enabled > database becomes corrupt when upgrading from jessie to stretch since > the required postgis libraries are missing. This can cause serious data > loss, because once upgraded to stretch, the postgis data can't be > accesed nor dumped (Database gives error "could not access file > "$libdir/postgis-2.1": no such file or directory"). Could you append the apt output to this bug? Namely, which packages got removed? (/var/log/apt/term.log) > Also upgrading the database to postgresql-9.6 does not work. What did you try, and what didn't work? Christoph ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#886742: postgresql-9.4-postgis-2.1 missing in stretch
Re: Bas Couwenberg 2018-01-10 <393ec00aaa425fd76e604a85221c2...@xs4all.nl> > > OK, this is all clear - *but*: is this behavior really ok? Isn't it > > affecting every single Debian user when upgrading from Jessie to Stretch > > if he is running postgresql + postgis? > > Upgrades of postgis databases have never been supported on Debian, this > affects all users and they are generally aware of this issue and reimport > their databases into the new cluster after distribution upgrades. Fwiw, if you are looking for packages for other PG major versions, try https://apt.postgresql.org. Christoph ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Re: postgis_2.1.2-1_amd64.changes is NEW
Sorry for the noise, please kill this upload. The cowbuilder chroot here wasn't as clean as it should have been. Re: Debian FTP Masters 2014-03-31 > binary:postgresql-9.2-postgis-2.0-scripts is NEW. > binary:postgresql-9.2-postgis-scripts is NEW. > binary:postgresql-9.1-postgis-2.1-scripts is NEW. > binary:postgresql-9.0-postgis-scripts is NEW. > binary:postgresql-9.0-postgis-2.0-scripts is NEW. > binary:postgresql-9.2-postgis-2.1-scripts is NEW. > binary:postgresql-9.1-postgis-scripts is NEW. > binary:postgresql-9.1-postgis-2.0-scripts is NEW. > binary:postgresql-9.2-postgis-2.1 is NEW. > binary:postgresql-9.0-postgis-2.1 is NEW. > binary:postgresql-9.0-postgis-2.1-scripts is NEW. > binary:liblwgeom-2.1.2 is NEW. > binary:postgresql-9.1-postgis-2.1 is NEW. > > Your package contains new components which requires manual editing of > the override file. It is ok otherwise, so please be patient. New > packages are usually added to the override file about once a week. > Christoph -- c...@df7cb.de | http://www.df7cb.de/ signature.asc Description: Digital signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[no subject]
Bcc: Subject: Re: [pgsql-pkg-debian] pgrouting updated to version 2.2.0-1.pgdg+1 Reply-To: In-Reply-To: Re: Vicky Vergara 2016-04-19 > Hello packagers: > > Thanks very much. > > There are 2 questions: > First one, and most urgent would be, someone got a server crash, so I had > to make a version 2.2.1: > https://github.com/pgRouting/pgrouting/releases/tag/pgrouting-2.2.1 > I think some spelling errors were fixed. (see bellow) > My guess is that: that one has to be packaged. > I really apologize for the double work. Hi Vicky, the real Debian packaging is done by Bas and others in https://anonscm.debian.org/cgit/pkg-grass/pgrouting.git/ (2.2.1 is already in there, btw :) You'll really talk to them directly. (Cc'ed) I myself am also packaging a bunch of PostgreSQL packages for Debian, but in the case of pgrouting, I'm merely re-building what's in the git quoted above for apt.postgresql.org. I'm happy that it Just Works :) > The second is I am wondering about this: > * Team upload. > * New upstream release. > * Update copyright file, changes: > - Update copyright years for various copyright holders > - Add license & copyright for sources by Razequl Islam > - Add new files by Alexander Neundorf > - Add license & copyright for CMake files by Kitware, Inc > * Bump Standards-Version to 3.9.8, no changes. > * Simplify file glob patterns in doc-base. > * Enable verbose make output. > * Add patch to fix spelling errors. > * Enable all hardening buildflags. > > My main concern are: > The copyrights: What is wrong?, so I can fix it in the repository. > The hardening build flags: What is that? & How do I do the testing with the > those flags when making the release?, These should be answered by the git link above, I believe. Christoph ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Re: [pgsql-pkg-debian] pgrouting updated to version 2.2.0-1.pgdg+1
Re: Sebastiaan Couwenberg 2016-04-19 <571694f9.6040...@xs4all.nl> > > So I need to name the tag 2.2.1 to be 2.2.2 > > and recover the hash from 2.2.1 and tag it again, is that correct? > > Yes, ideally the old 2.2.1 tag is restored to reference the old commit, > and the new 2.2.1 tag needs to be replaced with 2.2.2, but you'll likely > need to change a couple of source files to use 2.2.2 first too. Hmm, doesn't that create the same problem the other way round for the other half of the world that has downloaded the newer tarball? >From what I understood, the difference was just changelog/news, so wouldn't just waiting for the next release to happen eventually be good enough? Christoph ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#732413: Please update Recommends: for postgresql-9.3-postgis
Control: retitle -1 Please update Recommends: for postgresql-9.4-postgis Re: Sebastiaan Couwenberg 2013-12-17 <52b0b4c9.7080...@xs4all.nl> > > Can you please update the Recommends: from postgresql-9.1-postgis > > to postgresql-9.3-postgis? > > I've updated dependency in the tasks file in git, it will be part of > debian-gis/0.0.3. Hi, in the meantime, the PostgreSQL version in jessie has been upgraded to 9.4, so please switch to postgresql-9.4-postgis. (Which isn't there yet but should be soon.) Christoph -- c...@df7cb.de | http://www.df7cb.de/ ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#732413: Please update Recommends: for postgresql-9.3-postgis
Re: Sebastiaan Couwenberg 2014-08-08 <53e51fd7.6040...@xs4all.nl> > On 08/08/2014 05:19 PM, Christoph Berg wrote: > > in the meantime, the PostgreSQL version in jessie has been upgraded to > > 9.4, so please switch to postgresql-9.4-postgis. (Which isn't there > > yet but should be soon.) > > Have you been in contact with Markus Wanner about postgresql-9.4-postgis? > > The postgis package hasn't been updated for postgresql-9.4 yet, but this > can easily be done. Hi Sebastiaan, it's been some weeks since I talked to Markus about postgis, but iirc the package was ready. Markus, do you need sponsoring for the new binary? > I see that postgresql-9.4~beta2-1 is currently in testing and unstable, > as is 9.3.4-2. > > When do you expect to switch to postgresql-9.4 by default? 9.4 is already the default. Sorry for not informing you earlier. Christoph -- c...@df7cb.de | http://www.df7cb.de/ signature.asc Description: Digital signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#732413: Please update Recommends: for postgresql-9.3-postgis
Re: Markus Wanner 2014-08-10 <2xke5idgnnixj75uhj7ahjo4.1407656600...@email.android.com> > I'm on vacation and AFK until next Wednesday. IIRC postgis worked just fine > after minor mods (which I'm not sure I committed or not). Please feel free to > do whatever is beneficial for Debian. Alternatively, I can take care on > Thursday. Regards. Markus Happy vacation! :) No hurry, this isn't urgent. Christoph -- c...@df7cb.de | http://www.df7cb.de/ ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#757786: pgrouting needs update to postgresql-9.4
Source: pgrouting Version: 2.0.0-2 Severity: serious User: pkg-postgresql-pub...@lists.alioth.debian.org Usertag: migration-94 Hi, the default PostgreSQL version in Jessie will be 9.4. Please update pgrouting to support it. Postgis will likely be updated later this week. I tried a simple recompile which worked, so hopefully all that's needed is updating debian/control. If you need sponsoring for this upload, please let me know. Ideally the package would also be updated to support multiple postgresql versions in parallel. See pg_buildext(1) for how to do that, or ping me on IRC. Thanks, Christoph -- c...@df7cb.de | http://www.df7cb.de/ signature.asc Description: Digital signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#757960: pg-comparator: Transition to postgresql-9.4
Source: pg-comparator Version: 2.2.5-1 Severity: serious User: pkg-postgresql-pub...@lists.alioth.debian.org Usertags: migration-94 Jessie will be shipping with postgresql-9.4; postgresql-9.3 will eventually be removed. pg-comparator build-depends on postgresql-server-dev-9.3, please upgrade this dependency. If the package doesn't depend on a specific PostgreSQL server version, you can Build-Depend on postgresql-server-dev-all. This will always depend on the supported server version(s). Christoph -- c...@df7cb.de | http://www.df7cb.de/ signature.asc Description: Digital signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#757972: osm2pgsql: Transition to postgresql-9.4
Package: osm2pgsql Version: 0.84.0-2 Severity: important User: pkg-postgresql-pub...@lists.alioth.debian.org Usertags: migration-94 (This bug is #732415 reloaded.) Jessie will be shipping with postgresql-9.4; postgresql-9.3 will eventually be removed. osm2pgsql recommends postgresql-9.3-postgis-2.1, please upgrade this dependency. (postgis will likely be updated later this week.) As postgis is also in the Recommends, the extra Recommends: postgresql-9.4-postgis-2.1 should be redundant and could as well be removed so osm2pgsql doesn't need to track the PostgreSQL version. This would be the nicer solution imho. Christoph -- c...@df7cb.de | http://www.df7cb.de/ signature.asc Description: Digital signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#757974: gpsdrive: Transition to postgresql-9.4
Package: gpsdrive Version: 2.10~pre4-6.dfsg-5.2 Severity: normal User: pkg-postgresql-pub...@lists.alioth.debian.org Usertags: migration-94 Jessie will be shipping with postgresql-9.4; postgresql-9.3 will eventually be removed. gpsdrive suggests postgresql-8.4-postgis, please upgrade this dependency. (postgis will likely be updated later this week.) The smart fix would be to just suggest "postgis" so this package doesn't need to track the current PostgreSQL version. Christoph -- c...@df7cb.de | http://www.df7cb.de/ signature.asc Description: Digital signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#757786: pg_buildext for cmake?
Re: Michael Fladischer 2014-08-14 <53ec816f.9030...@fladi.at> > Does pg_buildext already support cmake? > > Following the example in pg_buildext(1) it breaks at `pg_buildext build > build-%v` because there is no Makefile. No, it is only meant to be used with PGXS-style PostgreSQL extension Makefiles. What you can do is something like this: for v in $(pg_buildext supported-versions); do PG_CONFIG=/usr/lib/postgresql/$v/bin/pg_config cmake done ... or using native cmake methods to switch the PostgreSQL version, if there's any. If it's too hard/messy, don't bother with it. The net effect would have been to be able to put the package on apt.postgresql.org, but I'm unsure how much users would actually benefit from being able to choose the PostgreSQL version for pgrouting instead of just using the Debian default. Christoph -- Senior Berater, Tel.: +49 (0)21 61 / 46 43-187 credativ GmbH, HRB Mönchengladbach 12080, USt-ID-Nummer: DE204566209 Hohenzollernstr. 133, 41061 Mönchengladbach Geschäftsführung: Dr. Michael Meskes, Jörg Folz, Sascha Heuer pgp fingerprint: 5C48 FE61 57F4 9179 5970 87C6 4C5A 6BAB 12D2 A7AE ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#758503: tinyows: Transition to postgresql-9.4
Package: tinyows Version: 1.1.0-4 Severity: important User: pkg-postgresql-pub...@lists.alioth.debian.org Usertags: migration-94 Jessie will be shipping with postgresql-9.4; postgresql-9.3 will eventually be removed. tinyows recommends postgresql-9.3-postgis-2.1, please upgrade this dependency. The best fix would probably be to just "Recommends: postgis". postgis itself recommends the server module. That would avoid tracking the PostgreSQL version in tinyows. Christoph -- c...@df7cb.de | http://www.df7cb.de/ signature.asc Description: Digital signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#757786: pg_buildext for cmake?
Re: Michael Fladischer 2014-08-19 <53f32db8.4010...@fladi.at> > On 2014-08-19 12:56, Emilio Pozuelo Monfort wrote: > > What's the status of this? This is blocking the perl transition so unless > > it is > > fixed ASAP I will remove it from testing. > > I just uploaded a package to mentors.d.n: > > http://mentors.debian.net/package/pgrouting > > Anyone willing to upload it for me is welcome. I'll have a look. Mit freundlichen Grüßen, Christoph Berg -- Senior Berater, Tel.: +49 (0)21 61 / 46 43-187 credativ GmbH, HRB Mönchengladbach 12080, USt-ID-Nummer: DE204566209 Hohenzollernstr. 133, 41061 Mönchengladbach Geschäftsführung: Dr. Michael Meskes, Jörg Folz, Sascha Heuer pgp fingerprint: 5C48 FE61 57F4 9179 5970 87C6 4C5A 6BAB 12D2 A7AE ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#839127: Supported PostgreSQL versions and testsuite
Source: pgrouting Version: 2.3.0-1 Severity: wishlist Hi, two pgrouting wishlist items from the apt.postgresql.org department: 1) Could you bump debian/pgversions to "9.2+" to match the supported versions in postgis? 2) Would you consider adding some debian/tests/ autopkgtest testsuite? Even a minimalistic tests/control file Tests: installability Depends: @ Test-Command: /bin/true would help us to check installability of the built pgrouting packages before they enter our archive. Thanks! Christoph signature.asc Description: PGP signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#839127: Supported PostgreSQL versions and testsuite
Re: To Debian Bug Tracking System 2016-09-29 <20160929085609.7qhlg5mckm2n3...@msg.df7cb.de> > two pgrouting wishlist items from the apt.postgresql.org department: Btw, we don't need a new upload just for this, it would just be nice to have in the next release. Christoph signature.asc Description: PGP signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel