diff -Nru fped-0.1+201210/debian/changelog fped-0.1+201210/debian/changelog --- fped-0.1+201210/debian/changelog 2018-02-20 07:01:40.000000000 +0000 +++ fped-0.1+201210/debian/changelog 2020-08-29 20:32:55.000000000 +0000 @@ -1,8 +1,9 @@ -fped (0.1+201210-1.1build1) bionic; urgency=medium +fped (0.1+201210-1.2) unstable; urgency=medium - * No-change rebuild to pick up the shared flex library. + * Non-maintainer upload. + * Fix ftbfs with GCC-10. (Closes: #957224) - -- Matthias Klose Tue, 20 Feb 2018 07:01:40 +0000 + -- Sudip Mukherjee Sat, 29 Aug 2020 21:32:55 +0100 fped (0.1+201210-1.1) unstable; urgency=medium diff -Nru fped-0.1+201210/debian/patches/gcc-10.patch fped-0.1+201210/debian/patches/gcc-10.patch --- fped-0.1+201210/debian/patches/gcc-10.patch 1970-01-01 00:00:00.000000000 +0000 +++ fped-0.1+201210/debian/patches/gcc-10.patch 2020-08-29 20:27:13.000000000 +0000 @@ -0,0 +1,20 @@ +Description: Fix ftbfs with GCC-10 + +Author: Sudip Mukherjee +Bug-Debian: https://bugs.debian.org/957224 +Forwarded: no + +--- + +--- fped-0.1+201210.orig/postscript.h ++++ fped-0.1+201210/postscript.h +@@ -26,7 +26,8 @@ struct postscript_params { + int label_vecs; + int show_meas; + int show_key; +-} postscript_params; ++}; ++extern struct postscript_params postscript_params; + + + int postscript(FILE *file, const char *one); diff -Nru fped-0.1+201210/debian/patches/series fped-0.1+201210/debian/patches/series --- fped-0.1+201210/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ fped-0.1+201210/debian/patches/series 2020-08-29 20:26:18.000000000 +0000 @@ -0,0 +1 @@ +gcc-10.patch