[Git][debian-gis-team/postgis][experimental] Add build-dependency on libpcre3-dev which was implicit with GTK-2.
Bas Couwenberg
gitlab at salsa.debian.org
Mon Aug 17 13:46:29 BST 2020
Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits:
eed3d508 by Christoph Berg at 2020-08-17T14:46:14+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.1.0~alpha2+dfsg-1~exp3) 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.1.0~alpha2+dfsg-1~exp2) experimental; urgency=medium
* Drop postgis-gui package, requires GTK-2 which is deprecated.
=====================================
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/eed3d5088bb7787e123800c76f8278a6dc205261
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/eed3d5088bb7787e123800c76f8278a6dc205261
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/dacbccc4/attachment.html>
More information about the Pkg-grass-devel
mailing list