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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
