Christoph Berg pushed to branch master at Debian GIS Project / postgis
Commits: d2b3742b by Christoph Berg at 2020-08-17T13:57:57+02:00 Add build-dependency on libpcre3-dev which was implicit with GTK-2. If pcre is missing, the address_standardizer extension is silently dropped. Problem exhibited on xenial. - - - - - 3 changed files: - debian/changelog - debian/control - debian/control.in Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.0.2+dfsg-2) UNRELEASED; urgency=medium + + * Add build-dependency on libpcre3-dev which was implicit with GTK-2. + + -- Christoph Berg <[email protected]> Mon, 17 Aug 2020 13:50:43 +0200 + postgis (3.0.2+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -21,6 +21,7 @@ Build-Depends: autoconf2.13, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), libgeos-dev (>= 3.6), libjson-c-dev | libjson0-dev (>= 0.9~), + libpcre3-dev, libproj-dev (>= 4.6.0), libprotobuf-c-dev, libsfcgal-dev (>= 1.3.1) [!armel !armhf], ===================================== debian/control.in ===================================== @@ -21,6 +21,7 @@ Build-Depends: autoconf2.13, libgdal-dev (>= 1.11.2+dfsg-3~) | libgdal1-dev (>= 1.9.0~), libgeos-dev (>= 3.6), libjson-c-dev | libjson0-dev (>= 0.9~), + libpcre3-dev, libproj-dev (>= 4.6.0), libprotobuf-c-dev, libsfcgal-dev (>= 1.3.1) [!armel !armhf], View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/d2b3742b19a47fb5b6f43074d90b63eec61f2d12 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/d2b3742b19a47fb5b6f43074d90b63eec61f2d12 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
