Control: tags 976513 + pending Dear maintainer,
I've prepared an NMU for tuxmath (versioned as 2.0.3-6.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru tuxmath-2.0.3/debian/changelog tuxmath-2.0.3/debian/changelog --- tuxmath-2.0.3/debian/changelog 2020-05-17 10:47:55.000000000 +0300 +++ tuxmath-2.0.3/debian/changelog 2021-01-18 13:55:10.000000000 +0200 @@ -1,3 +1,10 @@ +tuxmath (2.0.3-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gcc 10. (Closes: #976513) + + -- Adrian Bunk <b...@debian.org> Mon, 18 Jan 2021 13:55:10 +0200 + tuxmath (2.0.3-6) unstable; urgency=medium * d/rules: diff -Nru tuxmath-2.0.3/debian/patches/0001-src-menu_lan.c-Remove-unused-duplicate-lan_player_in.patch tuxmath-2.0.3/debian/patches/0001-src-menu_lan.c-Remove-unused-duplicate-lan_player_in.patch --- tuxmath-2.0.3/debian/patches/0001-src-menu_lan.c-Remove-unused-duplicate-lan_player_in.patch 1970-01-01 02:00:00.000000000 +0200 +++ tuxmath-2.0.3/debian/patches/0001-src-menu_lan.c-Remove-unused-duplicate-lan_player_in.patch 2021-01-18 13:53:26.000000000 +0200 @@ -0,0 +1,26 @@ +From c471e2a94798787afbad4e547a1e2485ef9835db Mon Sep 17 00:00:00 2001 +From: Adrian Bunk <b...@debian.org> +Date: Sun, 3 Jan 2021 14:22:29 +0200 +Subject: src/menu_lan.c: Remove unused duplicate lan_player_info definition + +This broke the build with gcc 10: +https://bugs.debian.org/976513 +--- + src/menu_lan.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/menu_lan.c b/src/menu_lan.c +index 4512eb1..d85f2c6 100644 +--- a/src/menu_lan.c ++++ b/src/menu_lan.c +@@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ + + + /* lan_player_type now defined in network.h */ +-lan_player_type lan_player_info[MAX_CLIENTS]; + + /* Local function prototypes: ------------------- */ + void draw_player_table(void); +-- +2.20.1 + diff -Nru tuxmath-2.0.3/debian/patches/series tuxmath-2.0.3/debian/patches/series --- tuxmath-2.0.3/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ tuxmath-2.0.3/debian/patches/series 2021-01-18 13:54:19.000000000 +0200 @@ -0,0 +1 @@ +0001-src-menu_lan.c-Remove-unused-duplicate-lan_player_in.patch