[Git][debian-gis-team/pgsql-ogr-fdw][master] 5 commits: New upstream version 1.1.3

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Oct 18 04:33:17 BST 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / pgsql-ogr-fdw


Commits:
5545a780 by Bas Couwenberg at 2022-10-18T05:20:31+02:00
New upstream version 1.1.3
- - - - -
099867a1 by Bas Couwenberg at 2022-10-18T05:20:34+02:00
Update upstream source from tag 'upstream/1.1.3'

Update to upstream version '1.1.3'
with Debian dir 89b9e65f0f76a8b817615559f00d2c503d9e9d30
- - - - -
54f1a3a1 by Bas Couwenberg at 2022-10-18T05:20:46+02:00
New upstream release.

- - - - -
a0be4dfc by Bas Couwenberg at 2022-10-18T05:21:53+02:00
Refresh patches.

- - - - -
0812834b by Bas Couwenberg at 2022-10-18T05:22:08+02:00
Set distribution to unstable.

- - - - -


4 changed files:

- Makefile
- debian/changelog
- debian/patches/hardingflags.patch
- debian/patches/install.patch


Changes:

=====================================
Makefile
=====================================
@@ -41,6 +41,26 @@ ifeq ($(HAS_IMPORT_SCHEMA),yes)
 REGRESS += import
 endif
 
+# work around pg15 change to regression file variable
+# substitution for @abs_srcdir@ until we can drop older
+# version support
+# https://github.com/postgres/postgres/commit/d1029bb5a26cb84b116b0dee4dde312291359f2a
+PG15 := $(shell [ $(PG_VERSION_NUM) -ge 90500 ] && echo yes)
+ifeq ($(PG15),yes)
+
+sql/%.sql: input/%.source
+	perl -pe 's#\@abs_srcdir\@#$(PWD)#g' < $< > $@
+
+expected/%.out: output/%.source
+	perl -pe 's#\@abs_srcdir\@#$(PWD)#g' < $< > $@
+
+SQLFILES := sql/file.sql sql/import.sql sql/pgsql.sql sql/postgis.sql
+OUTFILES := expected/file.out expected/import.out expected/pgsql.out expected/postgis.out
+
+installcheck: $(SQLFILES) $(OUTFILES)
+
+endif
+
 ###############################################################
 # Build the utility program after PGXS to override the
 # PGXS environment


=====================================
debian/changelog
=====================================
@@ -1,9 +1,11 @@
-pgsql-ogr-fdw (1.1.2-3) UNRELEASED; urgency=medium
+pgsql-ogr-fdw (1.1.3-1) unstable; urgency=medium
 
   * Team upload.
+  * New upstream release.
   * Enable Salsa CI.
+  * Refresh patches.
 
- -- Bas Couwenberg <sebastic at debian.org>  Mon, 17 Oct 2022 06:52:20 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 18 Oct 2022 05:21:58 +0200
 
 pgsql-ogr-fdw (1.1.2-2) unstable; urgency=medium
 


=====================================
debian/patches/hardingflags.patch
=====================================
@@ -3,7 +3,7 @@ Author: Bas Couwenberg <sebastic at debian.org>
 
 --- a/Makefile
 +++ b/Makefile
-@@ -49,7 +49,7 @@ CFLAGS = $(GDAL_CFLAGS)
+@@ -69,7 +69,7 @@ CFLAGS = $(GDAL_CFLAGS)
  LIBS = $(GDAL_LIBS)
  
  ogr_fdw_info$(X): ogr_fdw_info.o ogr_fdw_common.o stringbuffer.o


=====================================
debian/patches/install.patch
=====================================
@@ -7,7 +7,7 @@ Forwarded: no
 
 --- a/Makefile
 +++ b/Makefile
-@@ -55,7 +55,7 @@ clean-exe:
+@@ -75,7 +75,7 @@ clean-exe:
  	rm -f ogr_fdw_info$(X) ogr_fdw_info.o stringbuffer.o
  
  install-exe: all



View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/compare/60a223432f171ea78057fffdad49cc763d159cdd...0812834b9cb27c82a94adf68fd8fdba466c9d9be

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/-/compare/60a223432f171ea78057fffdad49cc763d159cdd...0812834b9cb27c82a94adf68fd8fdba466c9d9be
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221018/b5cf35b8/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list