Control: tags 957176 + patch Control: tags 957176 + pending Dear maintainer,
I've prepared an NMU for epic4 (versioned as 1:2.10.6-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru epic4-2.10.6/debian/changelog epic4-2.10.6/debian/changelog --- epic4-2.10.6/debian/changelog 2016-07-24 15:06:23.000000000 +0100 +++ epic4-2.10.6/debian/changelog 2020-08-24 15:48:18.000000000 +0100 @@ -1,3 +1,10 @@ +epic4 (1:2.10.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957176) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Mon, 24 Aug 2020 15:48:18 +0100 + epic4 (1:2.10.6-1) unstable; urgency=medium * New upstream release diff -Nru epic4-2.10.6/debian/patches/gcc-10.patch epic4-2.10.6/debian/patches/gcc-10.patch --- epic4-2.10.6/debian/patches/gcc-10.patch 1970-01-01 01:00:00.000000000 +0100 +++ epic4-2.10.6/debian/patches/gcc-10.patch 2020-08-24 15:46:45.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/957176 +Forwarded: no + +--- + +--- epic4-2.10.6.orig/include/irc.h ++++ epic4-2.10.6/include/irc.h +@@ -166,6 +166,6 @@ const char * current_loader (void); /* + char * current_package (void); /* XXX command.c */ + + /* keep track of signals for scripted events */ +-volatile int signals_caught[NSIG]; ++extern volatile int signals_caught[NSIG]; + + #endif /* __irc_h */ diff -Nru epic4-2.10.6/debian/patches/series epic4-2.10.6/debian/patches/series --- epic4-2.10.6/debian/patches/series 2016-07-24 15:18:53.000000000 +0100 +++ epic4-2.10.6/debian/patches/series 2020-08-24 14:25:09.000000000 +0100 @@ -4,3 +4,4 @@ install_dir.patch man.patch reproducible_build.patch +gcc-10.patch