Control: tags 954039 + pending

Dear maintainer,

I've prepared an NMU for prayer (versioned as 1.3.5-dfsg1-6.1) and
uploaded it to mentors for sponsoring. Please feel free to tell me if I
should remove it.

--
Regards
Sudip

diff -Nru prayer-1.3.5-dfsg1/debian/changelog 
prayer-1.3.5-dfsg1/debian/changelog
--- prayer-1.3.5-dfsg1/debian/changelog 2018-12-16 21:27:47.000000000 +0000
+++ prayer-1.3.5-dfsg1/debian/changelog 2020-04-09 17:50:55.000000000 +0100
@@ -1,3 +1,11 @@
+prayer (1.3.5-dfsg1-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS. (Closes: #954039)
+    - Thanks to Logan Rosen.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Thu, 09 Apr 2020 17:50:55 
+0100
+
 prayer (1.3.5-dfsg1-6) unstable; urgency=medium
 
   * Merge changes from Ubuntu (Closes: #913848).
diff -Nru prayer-1.3.5-dfsg1/debian/patches/glibc-2.30.patch 
prayer-1.3.5-dfsg1/debian/patches/glibc-2.30.patch
--- prayer-1.3.5-dfsg1/debian/patches/glibc-2.30.patch  1970-01-01 
01:00:00.000000000 +0100
+++ prayer-1.3.5-dfsg1/debian/patches/glibc-2.30.patch  2020-04-09 
17:44:41.000000000 +0100
@@ -0,0 +1,20 @@
+Description: Fix FTBFS
+ glibc removed obsolete, never-implemented XSI STREAMS declarations via:
+ 
https://sourceware.org/git/?p=glibc.git;a=commit;h=a0a0dc83173ce11ff45105fd32e5d14356cdfb9c
+ And so stropts.h file is not available anymore. 
+ 
+---
+
+--- prayer-1.3.5-dfsg1.orig/lib/os_linux.h
++++ prayer-1.3.5-dfsg1/lib/os_linux.h
+@@ -9,7 +9,10 @@
+ #include <signal.h>
+ #include <netdb.h>
+ #include <sys/file.h>
++
++#ifdef HAVE_STROPTS_H
+ #include <stropts.h>
++#endif
+ 
+ #include <sys/prctl.h>
+ 
diff -Nru prayer-1.3.5-dfsg1/debian/patches/series 
prayer-1.3.5-dfsg1/debian/patches/series
--- prayer-1.3.5-dfsg1/debian/patches/series    2018-12-16 21:27:47.000000000 
+0000
+++ prayer-1.3.5-dfsg1/debian/patches/series    2020-04-09 17:42:45.000000000 
+0100
@@ -10,3 +10,4 @@
 openssl1.1.patch
 no-referrer.patch
 glibc-2.28.patch
+glibc-2.30.patch

Reply via email to