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 <[email protected]> Mon, 12 Jun 2023 14:14:38 +0200 + -- Bas Couwenberg <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
