Bas Couwenberg pushed to branch master at Debian GIS Project / tinyows
Commits: 865d07de by Bas Couwenberg at 2024-06-11T13:03:12+02:00 Add patch to fix FTBFS with -Werror=implicit-function-declaration. (Closes: #1072981) - - - - - 3bbee6ed by Bas Couwenberg at 2024-06-11T13:03:12+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/implicit-function-declaration.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +tinyows (1.2.1-2) unstable; urgency=medium + + * Add patch to fix FTBFS with -Werror=implicit-function-declaration. + (Closes: #1072981) + + -- Bas Couwenberg <[email protected]> Tue, 11 Jun 2024 12:59:42 +0200 + tinyows (1.2.1-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/implicit-function-declaration.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix FTBFS with -Werror=implicit-function-declaration. +Author: Bas Couwenberg <[email protected]> +Bug-Debian: https://bugs.debian.org/1072981 +Forwarded: https://github.com/MapServer/tinyows/pull/105 + +--- a/src/ows/ows_config.c ++++ b/src/ows/ows_config.c +@@ -22,6 +22,7 @@ + + + #include <stdio.h> ++#include <stdlib.h> + #include <string.h> + #include <assert.h> + #include <libxml/xmlreader.h> ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +implicit-function-declaration.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/compare/bf975cc256984ee6cad14ea0967c5a977755d66c...3bbee6ed190b1896f05d6fc02e2f588058ee9e38 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/compare/bf975cc256984ee6cad14ea0967c5a977755d66c...3bbee6ed190b1896f05d6fc02e2f588058ee9e38 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
