[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 21:06:18 BST 2018


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


Commits:
a33d61c0 by Christoph Berg at 2018-07-15T22:05:50+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 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/a33d61c0e4cad8cc289e0f534e08a26027e3203d

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/a33d61c0e4cad8cc289e0f534e08a26027e3203d
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/39fc35f0/attachment-0001.html>


More information about the Pkg-grass-devel mailing list