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 <[email protected]> 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 <[email protected]> Tue, 17 Oct 2017 18:45:43 +0200 + [ Christoph Berg ] + * New upstream release. + + -- Christoph Berg <[email protected]> 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 <[email protected]>, 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 <[email protected]>, 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..0000000 --- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

