[Git][debian-gis-team/postgis][master] 2 commits: Add patch to fix parallel build of postgis_tiger_geocoder extension.

Bas Couwenberg gitlab at salsa.debian.org
Sat Jun 9 21:01:48 BST 2018


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


Commits:
ccb38e46 by Bas Couwenberg at 2018-06-09T21:38:51+02:00
Add patch to fix parallel build of postgis_tiger_geocoder extension.

- - - - -
0f67a59b by Bas Couwenberg at 2018-06-09T21:39:30+02:00
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/parallel-postgis_tiger_geocoder.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.4.4+dfsg-3) unstable; urgency=medium
+
+  * Add patch to fix parallel build of postgis_tiger_geocoder extension.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 09 Jun 2018 21:39:17 +0200
+
 postgis (2.4.4+dfsg-2) unstable; urgency=medium
 
   * Drop unnecessary get-orig-source target from rules file.


=====================================
debian/patches/parallel-postgis_tiger_geocoder.patch
=====================================
--- /dev/null
+++ b/debian/patches/parallel-postgis_tiger_geocoder.patch
@@ -0,0 +1,24 @@
+Description: Fix parallel build of postgis_tiger_geocoder extension.
+ FTBFS on armhf: https://buildd.debian.org/status/fetch.php?pkg=postgis&arch=armhf&ver=2.4.4%2Bdfsg-2&stamp=1528568683&raw=0
+ .
+  cannot create expected/test-pagc_normalize_address.out: Directory nonexistent
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/extensions/postgis_tiger_geocoder/Makefile.in
++++ b/extensions/postgis_tiger_geocoder/Makefile.in
+@@ -52,6 +52,7 @@ expected/test-normalize_address.out: sql
+ 	cat $^ > $@
+ 
+ expected/test-pagc_normalize_address.out: sql_bits/test_tuples_only_unaligned.sql.in ../../extras/tiger_geocoder/regress/pagc_normalize_address_regress
++	mkdir -p expected
+ 	cat $^ > $@
+ 
+ ## adding \t .. to force output to be the same as what get in regular regress in tiger folder
+@@ -64,6 +65,7 @@ sql/test-upgrade.sql:
+ 	echo 'ALTER EXTENSION ${EXTENSION} UPDATE TO "$(EXTVERSION)next"' > $@
+ 
+ expected/test-upgrade.out: sql/test-upgrade.sql
++	mkdir -p expected
+ 	cp $< $@
+ 
+ sql/test-pagc_normalize_address.sql: sql_bits/test_tuples_only_unaligned.sql.in ../../extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 link-liblwgeom
 relax-test-timing-constraints.patch
 rt_gdalwarp.patch
+parallel-postgis_tiger_geocoder.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/compare/1b81f91d155f701b83ffae1b92ca98cca02a0df4...0f67a59b5d583639ecb8894c9d3c38356fab73c3

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/compare/1b81f91d155f701b83ffae1b92ca98cca02a0df4...0f67a59b5d583639ecb8894c9d3c38356fab73c3
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/20180609/e14063c8/attachment-0001.html>


More information about the Pkg-grass-devel mailing list