Bas Couwenberg pushed to branch master at Debian GIS Project / mapcache
Commits: 27eee775 by Bas Couwenberg at 2025-04-01T21:13:27+02:00 Disable FCGI support. Has problematic license, see: #466117. (closes: #1101883) - - - - - 7edec79e by Bas Couwenberg at 2025-04-01T21:21:51+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.1-2) UNRELEASED; urgency=medium +mapcache (1.14.1-2) unstable; urgency=medium * Bump Standards-Version to 4.7.2, no changes. + * Disable FCGI support. Has problematic license, see: #466117. + (closes: #1101883) - -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:10:21 +0100 + -- Bas Couwenberg <[email protected]> Tue, 01 Apr 2025 21:21:23 +0200 mapcache (1.14.1-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -15,7 +15,6 @@ 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=1 \ + -DWITH_FCGI=0 \ -DWITH_GEOS=1 \ -DWITH_GEOTIFF=0 \ -DWITH_LMDB=1 \ View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/compare/ddbcb81ce61ad06677d8f71b98f9f0790ca97e53...7edec79e8bf9c9150d7dba55daad68cafce74361 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/compare/ddbcb81ce61ad06677d8f71b98f9f0790ca97e53...7edec79e8bf9c9150d7dba55daad68cafce74361 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
