[Git][debian-gis-team/postgis][experimental] 2 commits: Add patch to fix FTBFS on s390x.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Jul 4 05:29:49 BST 2022



Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis


Commits:
1367574c by Bas Couwenberg at 2022-07-04T06:04:06+02:00
Add patch to fix FTBFS on s390x.

- - - - -
8235aadb by Bas Couwenberg at 2022-07-04T06:04:16+02:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/pgsql2shp-core.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+postgis (3.3.0~beta1+dfsg-1~exp2) experimental; urgency=medium
+
+  * Add patch to fix FTBFS on s390x.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 04 Jul 2022 06:04:08 +0200
+
 postgis (3.3.0~beta1+dfsg-1~exp1) experimental; urgency=medium
 
   [ Christoph Berg ]


=====================================
debian/patches/pgsql2shp-core.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Fix FTBFS on s390x.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://trac.osgeo.org/postgis/ticket/5179
+Forwarded: https://trac.osgeo.org/postgis/ticket/5179#comment:1
+
+--- a/loader/pgsql2shp-core.c
++++ b/loader/pgsql2shp-core.c
+@@ -1857,7 +1857,7 @@ ShpDumperOpenTable(SHPDUMPERSTATE *state
+ #ifdef WORDS_BIGENDIAN
+ 		if (state->pgis_major_version > 0) {
+ 			stringbuffer_aprintf(&sb,
+-			    "ST_asEWKB(ST_SetSRID(%s::geometry, 0), 'XDR') AS _geoX"
++			    "ST_asEWKB(ST_SetSRID(%s::geometry, 0), 'XDR') AS _geoX",
+ 			    quote_identifier(state->geo_col_name) );
+ 		}
+ 		else


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 relax-test-timing-constraints.patch
 chaikin
 incorrect-path-for-interpreter.patch
+pgsql2shp-core.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/80f20108015270b6361b28b3814c8c48cf6c0c70...8235aadb5d20791215cadb7838bf0c516858f3a6

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/80f20108015270b6361b28b3814c8c48cf6c0c70...8235aadb5d20791215cadb7838bf0c516858f3a6
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/20220704/b5a21666/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list