[Git][debian-gis-team/mapcache][master] 2 commits: Disable PCRE support, pcre3 package will be removed. (closes: #1000128)
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Jun 30 05:42:52 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / mapcache
Commits:
3eb74c25 by Bas Couwenberg at 2023-06-30T06:34:38+02:00
Disable PCRE support, pcre3 package will be removed. (closes: #1000128)
- - - - -
9a32d381 by Bas Couwenberg at 2023-06-30T06:34:54+02:00
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-mapcache (1.14.0-2) UNRELEASED; urgency=medium
+mapcache (1.14.0-2) unstable; urgency=medium
* Bump debhelper compat to 13.
+ * Disable PCRE support, pcre3 package will be removed.
+ (closes: #1000128)
- -- Bas Couwenberg <sebastic at debian.org> Mon, 12 Jun 2023 14:14:38 +0200
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 30 Jun 2023 06:34:42 +0200
mapcache (1.14.0-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -24,7 +24,6 @@ Build-Depends: debhelper-compat (= 13),
libjpeg-dev,
liblmdb-dev,
libmemcached-dev,
- libpcre3-dev,
libpixman-1-dev,
libpng-dev,
librsvg2-dev,
=====================================
debian/rules
=====================================
@@ -44,7 +44,7 @@ CMAKE_OPTS:= \
-DWITH_LMDB=1 \
-DWITH_MAPSERVER=0 \
-DWITH_OGR=1 \
- -DWITH_PCRE=1 \
+ -DWITH_PCRE=0 \
-DWITH_PIXMAN=1 \
-DWITH_REDIS=1 \
-DWITH_SQLITE=1 \
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/compare/2249ca7e2c5319ae6ca8122019732ada54c38643...9a32d381bc52f2fe008ed133727ea05a6f991769
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/compare/2249ca7e2c5319ae6ca8122019732ada54c38643...9a32d381bc52f2fe008ed133727ea05a6f991769
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/20230630/2d82ed71/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list