Control: tags 957657 + patch
Control: tags 957657 + pending

Dear maintainer,

I've prepared an NMU for packeth (versioned as 1.6.5-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel or delay it longer.

Regards.

diff -Nru packeth-1.6.5/debian/changelog packeth-1.6.5/debian/changelog
--- packeth-1.6.5/debian/changelog      2011-09-13 10:10:02.000000000 -0300
+++ packeth-1.6.5/debian/changelog      2020-08-20 15:05:18.000000000 -0300
@@ -1,3 +1,11 @@
+packeth (1.6.5-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: added -fcommon to CFLAGS as a workaround
+    to fix a FTBFS with GCC-10. (Closes: #957657)
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Thu, 20 Aug 2020 15:05:18 
-0300
+
 packeth (1.6.5-2) unstable; urgency=low
 
   * Fix FTBFS because of wrong link order, thanks to Colin Watson
diff -Nru packeth-1.6.5/debian/rules packeth-1.6.5/debian/rules
--- packeth-1.6.5/debian/rules  2011-09-13 10:10:02.000000000 -0300
+++ packeth-1.6.5/debian/rules  2020-08-20 15:05:18.000000000 -0300
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export CFLAGS = -Wall -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations
+export CFLAGS = -Wall -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -fcommon
 export LDFLAGS = -Wl,-z,defs -Wl,--as-needed
 
 override_dh_auto_install:

Reply via email to