Control: tags 957175 + patch Control: tags 957175 + pending Dear maintainer,
I've prepared an NMU for endless-sky (versioned as 0.9.8-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru endless-sky-0.9.8/debian/changelog endless-sky-0.9.8/debian/changelog --- endless-sky-0.9.8/debian/changelog 2017-08-14 23:37:45.000000000 +0100 +++ endless-sky-0.9.8/debian/changelog 2020-08-26 10:49:19.000000000 +0100 @@ -1,3 +1,11 @@ +endless-sky (0.9.8-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957175) + - Used upstream patch. + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Wed, 26 Aug 2020 10:49:19 +0100 + endless-sky (0.9.8-1) unstable; urgency=low * Fixed crashes when reordering or disowning ships in your fleet. diff -Nru endless-sky-0.9.8/debian/patches/0001-fix-Add-missing-string-include.patch endless-sky-0.9.8/debian/patches/0001-fix-Add-missing-string-include.patch --- endless-sky-0.9.8/debian/patches/0001-fix-Add-missing-string-include.patch 1970-01-01 01:00:00.000000000 +0100 +++ endless-sky-0.9.8/debian/patches/0001-fix-Add-missing-string-include.patch 2020-08-26 10:41:36.000000000 +0100 @@ -0,0 +1,28 @@ +From bc3cab5992694547f9c6c067b5579ef06224781b Mon Sep 17 00:00:00 2001 +From: tehhowch <tehho...@users.noreply.github.com> +Date: Sat, 16 May 2020 11:17:25 -0500 +Subject: [PATCH] fix: Add missing string include. + +closes endless-sky#5075 +--- + +upstream link: https://github.com/endless-sky/endless-sky/commit/bc3cab5992694547f9c6c067b5579ef06224781b + + source/Panel.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/source/Panel.h b/source/Panel.h +index 1dc27765..dd0e828d 100644 +--- a/source/Panel.h ++++ b/source/Panel.h +@@ -17,6 +17,7 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details. + + #include <functional> + #include <list> ++#include <string> + + #include <SDL2/SDL.h> + +-- +2.20.1 + diff -Nru endless-sky-0.9.8/debian/patches/series endless-sky-0.9.8/debian/patches/series --- endless-sky-0.9.8/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ endless-sky-0.9.8/debian/patches/series 2020-08-26 10:41:12.000000000 +0100 @@ -0,0 +1 @@ +0001-fix-Add-missing-string-include.patch