Bas Couwenberg pushed to branch master at Debian GIS Project / mapcache
Commits: 163c1dfd by Bas Couwenberg at 2025-04-02T16:51:00+02:00 Revert "Disable FCGI support. Has problematic license, see: #466117. (closes: #1101883)" This reverts commit 27eee775644f993558ca9c3891540e836e6fe72c. - - - - - 875e6467 by Bas Couwenberg at 2025-04-02T16:51:38+02:00 Re-enable FCGI support. - - - - - 7fada360 by Bas Couwenberg at 2025-04-02T16:52:05+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mapcache (1.14.1-3) unstable; urgency=medium + + * Re-enable FCGI support. + + -- Bas Couwenberg <[email protected]> Wed, 02 Apr 2025 16:51:39 +0200 + mapcache (1.14.1-2) unstable; urgency=medium * Bump Standards-Version to 4.7.2, no changes. ===================================== debian/control ===================================== @@ -15,6 +15,7 @@ Build-Depends: debhelper-compat (= 13), cmake, libcairo2-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, + libfcgi-dev, libfreetype-dev, libfribidi-dev, libgd-dev, ===================================== debian/rules ===================================== @@ -37,7 +37,7 @@ CMAKE_OPTS:= \ -DWITH_APACHE=1 \ -DWITH_BERKELEY_DB=0 \ -DWITH_CGI=1 \ - -DWITH_FCGI=0 \ + -DWITH_FCGI=1 \ -DWITH_GEOS=1 \ -DWITH_GEOTIFF=0 \ -DWITH_LMDB=1 \ View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/compare/7edec79e8bf9c9150d7dba55daad68cafce74361...7fada360e23052cc2664e385d0635d984f2bbeae -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/compare/7edec79e8bf9c9150d7dba55daad68cafce74361...7fada360e23052cc2664e385d0635d984f2bbeae 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
