Control: tags 925816 + pending

Dear maintainer,

I've prepared an NMU for qxw (versioned as 20140331-1.1) and
uploaded it to mentors for sponsoring. Please feel free to tell me if I
should remove it.

--
Regards
Sudip

diff -Nru qxw-20140331/debian/changelog qxw-20140331/debian/changelog
--- qxw-20140331/debian/changelog       2014-04-01 15:12:15.000000000 +0100
+++ qxw-20140331/debian/changelog       2020-03-16 20:10:51.000000000 +0000
@@ -1,3 +1,11 @@
+qxw (20140331-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC. (Closes: #925816)
+    - Thanks Reiner Herrmann.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Mon, 16 Mar 2020 20:10:51 
+0000
+
 qxw (20140331-1) unstable; urgency=low
 
   * New upstream release
diff -Nru qxw-20140331/debian/patches/gcc9.patch 
qxw-20140331/debian/patches/gcc9.patch
--- qxw-20140331/debian/patches/gcc9.patch      1970-01-01 01:00:00.000000000 
+0100
+++ qxw-20140331/debian/patches/gcc9.patch      2020-03-16 20:06:04.000000000 
+0000
@@ -0,0 +1,15 @@
+Author: Reiner Herrmann <rei...@reiner-h.de>
+Description: Fix FTBFS with gcc9 by moving libraries to the end of command line
+Bug-Debian: https://bugs.debian.org/925816
+
+--- a/Makefile
++++ b/Makefile
+@@ -34,7 +34,7 @@
+ endif
+ 
+ qxw: qxw.o filler.o dicts.o gui.o draw.o Makefile
+-      gcc -rdynamic -Wall -ldl qxw.o filler.o dicts.o gui.o draw.o $(LFLAGS) 
-o qxw
++      gcc -rdynamic -Wall qxw.o filler.o dicts.o gui.o draw.o -o qxw -ldl 
$(LFLAGS)
+ 
+ qxw.o: qxw.c qxw.h filler.h dicts.h draw.h gui.h common.h Makefile
+       gcc $(CFLAGS) -c qxw.c -o qxw.o
diff -Nru qxw-20140331/debian/patches/series qxw-20140331/debian/patches/series
--- qxw-20140331/debian/patches/series  1970-01-01 01:00:00.000000000 +0100
+++ qxw-20140331/debian/patches/series  2020-03-16 20:06:04.000000000 +0000
@@ -0,0 +1 @@
+gcc9.patch

Reply via email to