Dear maintainer, I've prepared an NMU for jamin (versioned as 0.98.9~git20170111~199091~repack1-1.1). The diff is attached to this message.
cu Adrian
diff -Nru jamin-0.98.9~git20170111~199091~repack1/debian/changelog jamin-0.98.9~git20170111~199091~repack1/debian/changelog --- jamin-0.98.9~git20170111~199091~repack1/debian/changelog 2017-01-11 22:31:55.000000000 +0200 +++ jamin-0.98.9~git20170111~199091~repack1/debian/changelog 2021-02-07 11:12:13.000000000 +0200 @@ -1,3 +1,10 @@ +jamin (0.98.9~git20170111~199091~repack1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch from Logan Rosen for FTBFS with gcc 10. (Closes: #957383) + + -- Adrian Bunk <b...@debian.org> Sun, 07 Feb 2021 11:12:13 +0200 + jamin (0.98.9~git20170111~199091~repack1-1) unstable; urgency=medium * Team upload. diff -Nru jamin-0.98.9~git20170111~199091~repack1/debian/patches/gcc_10.patch jamin-0.98.9~git20170111~199091~repack1/debian/patches/gcc_10.patch --- jamin-0.98.9~git20170111~199091~repack1/debian/patches/gcc_10.patch 1970-01-01 02:00:00.000000000 +0200 +++ jamin-0.98.9~git20170111~199091~repack1/debian/patches/gcc_10.patch 2021-02-07 11:12:11.000000000 +0200 @@ -0,0 +1,21 @@ +--- a/src/hdeq.h ++++ b/src/hdeq.h +@@ -65,7 +65,7 @@ + int get_current_notebook1_page (); + + +-GtkNotebook *l_notebook1; ++extern GtkNotebook *l_notebook1; + + + #endif +--- a/src/callbacks.c ++++ b/src/callbacks.c +@@ -71,6 +71,7 @@ + static GtkWidget *scene_name_dialog, *about_dialog; + static GtkEntry *l_scene_name_entry; + static GdkColor l_main_color, l_eq_color, l_comp_color[XO_NBANDS], l_limiter_color; ++GtkNotebook *l_notebook1; + + + void diff -Nru jamin-0.98.9~git20170111~199091~repack1/debian/patches/series jamin-0.98.9~git20170111~199091~repack1/debian/patches/series --- jamin-0.98.9~git20170111~199091~repack1/debian/patches/series 2017-01-11 22:31:55.000000000 +0200 +++ jamin-0.98.9~git20170111~199091~repack1/debian/patches/series 2021-02-07 11:12:11.000000000 +0200 @@ -5,3 +5,4 @@ 1005_desktop_file.patch NEWS.patch fix_typos.patch +gcc_10.patch