Package: mapcache-cgi Severity: normal Tags: patch
libfcgi-dev is scheduled for autoremove. Please consider building mapcache-cgi without FCGI support to get rid of that Build-Depends. Please find a tested debdiff attached.
diff -Nru mapcache-1.14.1/debian/changelog mapcache-1.14.1/debian/changelog --- mapcache-1.14.1/debian/changelog 2024-08-02 16:00:38.000000000 +0200 +++ mapcache-1.14.1/debian/changelog 2025-04-01 20:44:29.000000000 +0200 @@ -1,3 +1,10 @@ +mapcache (1.14.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build mapcache-cgi without FCGI support. + + -- Bastian Germann <[email protected]> Tue, 01 Apr 2025 20:44:29 +0200 + mapcache (1.14.1-1) unstable; urgency=medium * New upstream release. diff -Nru mapcache-1.14.1/debian/control mapcache-1.14.1/debian/control --- mapcache-1.14.1/debian/control 2024-08-02 16:00:38.000000000 +0200 +++ mapcache-1.14.1/debian/control 2025-04-01 20:44:20.000000000 +0200 @@ -15,7 +15,6 @@ cmake, libcairo2-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, - libfcgi-dev, libfreetype-dev, libfribidi-dev, libgd-dev, diff -Nru mapcache-1.14.1/debian/rules mapcache-1.14.1/debian/rules --- mapcache-1.14.1/debian/rules 2024-02-05 13:41:12.000000000 +0100 +++ mapcache-1.14.1/debian/rules 2025-04-01 20:43:51.000000000 +0200 @@ -37,7 +37,7 @@ -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 \

