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

Reply via email to