Control: tags 957969 + patch

Dear maintainer,

I've prepared an NMU for xbindkeys-config (versioned as 0.1.3-2.2). The 
diff is attached to this message.

cu
Adrian
diff -u xbindkeys-config-0.1.3/debian/changelog xbindkeys-config-0.1.3/debian/changelog
--- xbindkeys-config-0.1.3/debian/changelog
+++ xbindkeys-config-0.1.3/debian/changelog
@@ -1,3 +1,11 @@
+xbindkeys-config (0.1.3-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -fcommon to workaround FTBFS with gcc 10.
+    (Closes: #957969)
+
+ -- Adrian Bunk <b...@debian.org>  Sun, 07 Feb 2021 09:23:46 +0200
+
 xbindkeys-config (0.1.3-2.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u xbindkeys-config-0.1.3/debian/rules xbindkeys-config-0.1.3/debian/rules
--- xbindkeys-config-0.1.3/debian/rules
+++ xbindkeys-config-0.1.3/debian/rules
@@ -8,7 +8,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -fcommon
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -O0

Reply via email to