Control: tags 957378 + patch
Control: tags 957378 + pending
--

Dear maintainer,

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

--
Regards
Sudip

diff -Nru isoqlog-2.2.1/debian/changelog isoqlog-2.2.1/debian/changelog
--- isoqlog-2.2.1/debian/changelog      2013-12-30 07:10:08.000000000 +0000
+++ isoqlog-2.2.1/debian/changelog      2020-12-14 21:55:29.000000000 +0000
@@ -1,3 +1,11 @@
+isoqlog (2.2.1-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957378)
+    - Add -fcommon to CFLAGS.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Mon, 14 Dec 2020 21:55:29 
+0000
+
 isoqlog (2.2.1-9) unstable; urgency=low
 
   * Fixes wrong langfile after non-interactive install (Closes: #670225)
diff -Nru isoqlog-2.2.1/debian/rules isoqlog-2.2.1/debian/rules
--- isoqlog-2.2.1/debian/rules  2012-04-24 00:45:27.000000000 +0100
+++ isoqlog-2.2.1/debian/rules  2020-12-14 21:53:44.000000000 +0000
@@ -20,6 +20,8 @@
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -g
 endif
+CFLAGS += -fcommon
+
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
        INSTALL_PROGRAM += -s
 endif

Reply via email to