Control: tags 957814 + patch
Control: tags 957814 + pending
--

Dear maintainer,

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

--
Regards
Sudip

diff -Nru sma-1.4/debian/changelog sma-1.4/debian/changelog
--- sma-1.4/debian/changelog    2014-05-26 02:48:38.000000000 +0100
+++ sma-1.4/debian/changelog    2020-10-27 22:25:23.000000000 +0000
@@ -1,3 +1,10 @@
+sma (1.4-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957814)
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Tue, 27 Oct 2020 22:25:23 
+0000
+
 sma (1.4-3) unstable; urgency=low
 
   * debian/control: bumped Standards-Version (no changes)
diff -Nru sma-1.4/debian/patches/fix_gcc-10.patch 
sma-1.4/debian/patches/fix_gcc-10.patch
--- sma-1.4/debian/patches/fix_gcc-10.patch     1970-01-01 01:00:00.000000000 
+0100
+++ sma-1.4/debian/patches/fix_gcc-10.patch     2020-10-27 22:24:49.000000000 
+0000
@@ -0,0 +1,19 @@
+Description: Fix ftbfs with GCC-10
+
+Author: Sudip Mukherjee <sudipm.mukher...@gmail.com>
+Bug-Debian: https://bugs.debian.org/957814
+Forwarded: no
+
+---
+
+--- sma-1.4.orig/Makefile
++++ sma-1.4/Makefile
+@@ -7,7 +7,7 @@ MANDIR = /usr/man/man8
+ 
+ CC    = gcc
+ # XPG3 regular expressions (GNU/BSD/SVR4)
+-CFLAGS        = -Wall -O -DUSE_REGEXP
++CFLAGS        = -Wall -O -DUSE_REGEXP -fcommon
+ # Others
+ #CFLAGS       = -Wall -O
+ 
diff -Nru sma-1.4/debian/patches/series sma-1.4/debian/patches/series
--- sma-1.4/debian/patches/series       2014-05-26 02:36:51.000000000 +0100
+++ sma-1.4/debian/patches/series       2020-10-27 21:25:49.000000000 +0000
@@ -1,3 +1,4 @@
 fhsify
 fix_manpage
 hardening
+fix_gcc-10.patch

Reply via email to