Control: tags 957928 + patch Control: tags 957928 + pending Dear maintainer,
I've prepared an NMU for welcome2l (versioned as 3.04-27.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru welcome2l-3.04/debian/changelog welcome2l-3.04/debian/changelog --- welcome2l-3.04/debian/changelog 2018-08-05 09:22:28.000000000 +0100 +++ welcome2l-3.04/debian/changelog 2020-08-07 18:02:07.000000000 +0100 @@ -1,3 +1,10 @@ +welcome2l (3.04-27.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957928) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Fri, 07 Aug 2020 18:02:07 +0100 + welcome2l (3.04-27) unstable; urgency=medium * Switch to debhelper v11. diff -Nru welcome2l-3.04/debian/patches/10_fix_ftbfs.patch welcome2l-3.04/debian/patches/10_fix_ftbfs.patch --- welcome2l-3.04/debian/patches/10_fix_ftbfs.patch 1970-01-01 01:00:00.000000000 +0100 +++ welcome2l-3.04/debian/patches/10_fix_ftbfs.patch 2020-08-07 18:00:25.000000000 +0100 @@ -0,0 +1,18 @@ +Description: Fix ftbfs with GCC-10 + +Author: Sudip Mukherjee <sudipm.mukher...@gmail.com> +Bug-Debian: https://bugs.debian.org/957928 +Forwarded: no + +--- + +--- welcome2l-3.04.orig/main.c ++++ welcome2l-3.04/main.c +@@ -79,7 +79,6 @@ static char XMAS_AUTO = FALSE; + static char IS_WELCOME = TRUE; + static char NO_TIME = FALSE; + char NO_BLINK = FALSE; +-char WSCREEN[10000]; + char XMAS_SCREEN = 3; + #define MAX_RAND_SCREEN 4.0 + diff -Nru welcome2l-3.04/debian/patches/series welcome2l-3.04/debian/patches/series --- welcome2l-3.04/debian/patches/series 2018-08-05 09:22:28.000000000 +0100 +++ welcome2l-3.04/debian/patches/series 2020-08-07 18:00:47.000000000 +0100 @@ -8,3 +8,4 @@ 07_sprintf_ub.patch 08_reproducible_builds.patch 09_login_notty.patch +10_fix_ftbfs.patch