Control: tags 957200 + patch
Control: tags 957200 + pending
--

Dear maintainer,

I've prepared an NMU for fdutils (versioned as 5.5-20060227-8.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.

--
Regards
Sudip

diff -Nru fdutils-5.5-20060227/debian/changelog 
fdutils-5.5-20060227/debian/changelog
--- fdutils-5.5-20060227/debian/changelog       2019-01-19 14:45:30.000000000 
+0000
+++ fdutils-5.5-20060227/debian/changelog       2020-10-22 22:24:54.000000000 
+0100
@@ -1,3 +1,10 @@
+fdutils (5.5-20060227-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957200)
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Thu, 22 Oct 2020 22:24:54 
+0100
+
 fdutils (5.5-20060227-8) unstable; urgency=medium
 
   [ Ondřej Nový <on...@debian.org> ]
diff -Nru fdutils-5.5-20060227/debian/patches/fix-gcc10.patch 
fdutils-5.5-20060227/debian/patches/fix-gcc10.patch
--- fdutils-5.5-20060227/debian/patches/fix-gcc10.patch 1970-01-01 
01:00:00.000000000 +0100
+++ fdutils-5.5-20060227/debian/patches/fix-gcc10.patch 2020-10-22 
22:24:32.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/957200
+Forwarded: no
+
+---
+
+--- fdutils-5.5-20060227.orig/src/superformat.h
++++ fdutils-5.5-20060227/src/superformat.h
+@@ -97,7 +97,7 @@ int compute_all_sequences(struct params
+ void compute_track0_sequence(struct params *fd);
+ int calc_skews(struct params *fd0, struct params *fd, int n);
+ extern int verbosity;
+-int header_size;
+-int index_size;
++extern int header_size;
++extern int index_size;
+ 
+ #endif
diff -Nru fdutils-5.5-20060227/debian/patches/series 
fdutils-5.5-20060227/debian/patches/series
--- fdutils-5.5-20060227/debian/patches/series  2019-01-19 14:45:30.000000000 
+0000
+++ fdutils-5.5-20060227/debian/patches/series  2020-10-22 22:23:33.000000000 
+0100
@@ -22,3 +22,4 @@
 floppymeter-makefile_typo.patch
 documentation-faq_cleanup.patch
 config-ftbfs.patch
+fix-gcc10.patch

Reply via email to