Control: tags 957224 + patch
Control: tags 957224 + pending

Dear maintainer,

I've prepared an NMU for fped (versioned as 0.1+201210-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.

--
Regards
Sudip

diff -Nru fped-0.1+201210/debian/changelog fped-0.1+201210/debian/changelog
--- fped-0.1+201210/debian/changelog    2017-04-04 17:17:39.000000000 +0100
+++ fped-0.1+201210/debian/changelog    2020-08-29 21:32:55.000000000 +0100
@@ -1,3 +1,10 @@
+fped (0.1+201210-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957224)
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Sat, 29 Aug 2020 21:32:55 
+0100
+
 fped (0.1+201210-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
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 01:00:00.000000000 
+0100
+++ fped-0.1+201210/debian/patches/gcc-10.patch 2020-08-29 21:27:13.000000000 
+0100
@@ -0,0 +1,20 @@
+Description: Fix ftbfs with GCC-10
+
+Author: Sudip Mukherjee <sudipm.mukher...@gmail.com>
+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 01:00:00.000000000 
+0100
+++ fped-0.1+201210/debian/patches/series       2020-08-29 21:26:18.000000000 
+0100
@@ -0,0 +1 @@
+gcc-10.patch

Reply via email to