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

Christoph Berg gitlab at salsa.debian.org
Sun Jul 15 20:58:54 BST 2018


Christoph Berg pushed to branch fix-270 at Debian GIS Project / postgis


Commits:
625f8454 by Christoph Berg at 2018-07-15T21:58:41+02:00
Add workaround for https://github.com/postgis/postgis/pull/270

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -168,6 +168,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 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/625f84543cc079adc1ef7ae394b6a55ee1b392b3

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/625f84543cc079adc1ef7ae394b6a55ee1b392b3
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/20180715/16ad378e/attachment.html>


More information about the Pkg-grass-devel mailing list