[Git][debian-gis-team/postgis][experimental] Add workaround for https://github.com/postgis/postgis/pull/270

Christoph Berg gitlab at salsa.debian.org
Mon Jul 16 10:52:27 BST 2018


Christoph Berg pushed to branch experimental at Debian GIS Project / postgis


Commits:
0f2d8703 by Christoph Berg at 2018-07-16T11:51:55+02:00
Add workaround for https://github.com/postgis/postgis/pull/270

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ postgis (2.5.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium
   [ Christoph Berg ]
   * debian/pgversions: Bump to 9.4+, 9.3 is no longer supported.
   * Bump required GEOS version to 3.5.
+  * Work around failure in building the postgis_tiger_geocoder extension.
   * debian/rules: Use filter instead of findstring to disable tests on
     specific architectures. The old version erroneously disabled the tests on
     "i386" because it is a substring of "kfreebsd-i386".


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -166,6 +166,11 @@ override_dh_auto_configure:
 			--with-pgconfig=/usr/lib/postgresql/$$PGVER/bin/pg_config; \
 	done)
 
+	# remove file erroneously still generated by configure in 2.5.0beta1
+	# https://github.com/postgis/postgis/pull/270
+	rm -v extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
+	rm -v debian/build-*/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
+
 override_dh_auto_build-arch: build-arch-stamp
 build-arch-stamp:
 #	Build against the newest Postgres version



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/0f2d8703b90f52b29a9293fa451a1d47398160c6

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/0f2d8703b90f52b29a9293fa451a1d47398160c6
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/20180716/76c79d25/attachment-0001.html>


More information about the Pkg-grass-devel mailing list