Control: tags 957298 + patch Control: tags 957298 + pending Dear maintainer,
I've prepared an NMU for gom (versioned as 0.30.2-9.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. -- Regards Sudip diff -Nru gom-0.30.2/debian/changelog gom-0.30.2/debian/changelog --- gom-0.30.2/debian/changelog 2018-04-29 11:41:56.000000000 +0100 +++ gom-0.30.2/debian/changelog 2020-08-12 19:31:48.000000000 +0100 @@ -1,3 +1,10 @@ +gom (0.30.2-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957298) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Wed, 12 Aug 2020 19:31:48 +0100 + gom (0.30.2-9) unstable; urgency=medium * [aa941a0] debian/control: Update VCS URLs after salsa move. diff -Nru gom-0.30.2/debian/patches/fix_ftbfs.patch gom-0.30.2/debian/patches/fix_ftbfs.patch --- gom-0.30.2/debian/patches/fix_ftbfs.patch 1970-01-01 01:00:00.000000000 +0100 +++ gom-0.30.2/debian/patches/fix_ftbfs.patch 2020-08-12 19:24:47.000000000 +0100 @@ -0,0 +1,19 @@ +Description: Fix ftbfs with GCC-10 + +Author: Sudip Mukherjee <sudipm.mukher...@gmail.com> +Bug-Debian: https://bugs.debian.org/957298 +Forwarded: no + +--- + +--- gom-0.30.2.orig/src/gom_info.h ++++ gom-0.30.2/src/gom_info.h +@@ -48,7 +48,7 @@ + enum gom_info_types {GOM_INFO_ERROR=-1, GOM_INFO_QUIET, GOM_INFO_NORMAL, GOM_INFO_VERBOSE, GOM_INFO_DEBUG}; + + /* shown errors count */ +-int gom_info_errors; ++extern int gom_info_errors; + + /* + * FUNCTION PROTOTYPES diff -Nru gom-0.30.2/debian/patches/series gom-0.30.2/debian/patches/series --- gom-0.30.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ gom-0.30.2/debian/patches/series 2020-08-12 19:23:54.000000000 +0100 @@ -0,0 +1 @@ +fix_ftbfs.patch