Control: tags 957903 + patch Control: tags 957903 + pending
Dear maintainer, I've prepared an NMU for utalk (versioned as 1.0.1.beta-8.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. -- Regards Sudip diff -u utalk-1.0.1.beta/debian/changelog utalk-1.0.1.beta/debian/changelog --- utalk-1.0.1.beta/debian/changelog +++ utalk-1.0.1.beta/debian/changelog @@ -1,3 +1,10 @@ +utalk (1.0.1.beta-8.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957903) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Wed, 22 Jul 2020 22:39:21 +0100 + utalk (1.0.1.beta-8) unstable; urgency=low * update URL in debian/copyright only in patch2: unchanged: --- utalk-1.0.1.beta.orig/utalk.c +++ utalk-1.0.1.beta/utalk.c @@ -42,15 +42,10 @@ #endif #ifdef USE_SGTTY -struct sgttyb term, term0; struct tchars tch, tch0; struct ltchars lch, lch0; -#else -struct termios term, term0; #endif -int cols, lines; - static void use(char *m) { if (m) fprintf(stderr, "utalk: %s; try utalk --help for help\n", m);