Control: tags 957684 + patch
Control: tags 957684 + pending

Dear maintainer,

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

--
Regards
Sudip

diff -Nru pick-2.0.2/debian/changelog pick-2.0.2/debian/changelog
--- pick-2.0.2/debian/changelog 2018-04-18 10:30:02.000000000 +0100
+++ pick-2.0.2/debian/changelog 2020-08-07 18:21:05.000000000 +0100
@@ -1,3 +1,10 @@
+pick (2.0.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957684)
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Fri, 07 Aug 2020 18:21:05 
+0100
+
 pick (2.0.2-1) unstable; urgency=medium
 
   * New upstream version 2.0.2
diff -Nru pick-2.0.2/debian/patches/fix_ftbfs.patch 
pick-2.0.2/debian/patches/fix_ftbfs.patch
--- pick-2.0.2/debian/patches/fix_ftbfs.patch   1970-01-01 01:00:00.000000000 
+0100
+++ pick-2.0.2/debian/patches/fix_ftbfs.patch   2020-08-07 18:18:00.000000000 
+0100
@@ -0,0 +1,20 @@
+Description: Fix ftbfs with GCC-10
+ Rename the unused variable.
+
+Author: Sudip Mukherjee <sudipm.mukher...@gmail.com>
+Bug-Debian: https://bugs.debian.org/957684
+Forwarded: no
+
+---
+
+--- pick-2.0.2.orig/compat-reallocarray.c
++++ pick-2.0.2/compat-reallocarray.c
+@@ -7,7 +7,7 @@
+  * compile. Since the point of this file is to not exist, declare an unused
+  * variable here.
+  */
+-int unused;
++int another_unused;
+ 
+ #ifndef HAVE_REALLOCARRAY
+ 
diff -Nru pick-2.0.2/debian/patches/series pick-2.0.2/debian/patches/series
--- pick-2.0.2/debian/patches/series    1970-01-01 01:00:00.000000000 +0100
+++ pick-2.0.2/debian/patches/series    2020-08-07 18:16:49.000000000 +0100
@@ -0,0 +1 @@
+fix_ftbfs.patch

Reply via email to