[Git][debian-gis-team/postgis][master] Add build-dependency on libpcre3-dev which was implicit with GTK-2.
Christoph Berg
gitlab at salsa.debian.org
Mon Aug 17 13:03:34 BST 2020
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 <myon at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200817/502aafd8/attachment.html>
More information about the Pkg-grass-devel
mailing list