[Git][debian-gis-team/gmt][master] Exclude PCRE to prefer PCRE2 (pcre2 pulled in via dependencies).

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Dec 8 20:14:00 GMT 2021



Bas Couwenberg pushed to branch master at Debian GIS Project / gmt


Commits:
1dfe1e93 by Bas Couwenberg at 2021-12-08T20:52:24+01:00
Exclude PCRE to prefer PCRE2 (pcre2 pulled in via dependencies).

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gmt (6.3.0+dfsg-3) UNRELEASED; urgency=medium
+
+  * Exclude PCRE to prefer PCRE2 (pcre2 pulled in via dependencies).
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 08 Dec 2021 20:51:38 +0100
+
 gmt (6.3.0+dfsg-2) unstable; urgency=medium
 
   * Add patch to fix FTBFS on s390x.


=====================================
debian/rules
=====================================
@@ -24,7 +24,8 @@ CMAKE_OPTS = -DCMAKE_BUILD_TYPE=RelWithDebInfo \
              -DNETCDF_ROOT=/usr \
              -DFFTW3_ROOT=/usr \
              -DGDAL_ROOT=/usr \
-             -DPCRE_ROOT=/usr \
+             -DPCRE2_ROOT=/usr \
+             -DGMT_EXCLUDE_PCRE=on \
              -DGMT_INSTALL_MODULE_LINKS=off \
              -DGMT_INSTALL_TRADITIONAL_FOLDERNAMES=off \
              -DLICENSE_RESTRICTED=LGPL



View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/-/commit/1dfe1e93df54bb874e87429f065ffafda813ec2a

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/-/commit/1dfe1e93df54bb874e87429f065ffafda813ec2a
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/20211208/b2a0f0a1/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list