Control: tags 887781 + pending
Dear maintainer,
I've prepared an NMU for libffado (versioned as 2.3.0-5.1) and uploaded
it to DELAYED/15. Please feel free to tell me if I should cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru libffado-2.3.0/debian/changelog libffado-2.3.0/debian/changelog
--- libffado-2.3.0/debian/changelog 2017-11-12 12:55:33.000000000 +0200
+++ libffado-2.3.0/debian/changelog 2018-02-06 21:14:14.000000000 +0200
@@ -1,3 +1,11 @@
+libffado (2.3.0-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add upstream fix for FTBFS with glibc 2.26,
+ thanks to Juhani Numminen. (Closes: #887781)
+
+ -- Adrian Bunk <[email protected]> Tue, 06 Feb 2018 21:14:14 +0200
+
libffado (2.3.0-5) unstable; urgency=medium
* Team upload.
diff -Nru libffado-2.3.0/debian/patches/glibc-2.26.patch libffado-2.3.0/debian/patches/glibc-2.26.patch
--- libffado-2.3.0/debian/patches/glibc-2.26.patch 1970-01-01 02:00:00.000000000 +0200
+++ libffado-2.3.0/debian/patches/glibc-2.26.patch 2018-02-06 21:14:09.000000000 +0200
@@ -0,0 +1,14 @@
+Description: Backport upstream fix for FTBFS with glibc 2.26
+Bug-Debian: https://bugs.debian.org/887781
+Forwarded: http://subversion.ffado.org/changeset/2710
+
+--- libffado-2.3.0.orig/src/libutil/PosixMessageQueue.h
++++ libffado-2.3.0/src/libutil/PosixMessageQueue.h
+@@ -35,6 +35,7 @@
+ #include <time.h>
+ #include <mqueue.h>
+ #include <string>
++#include <signal.h>
+
+ namespace Util
+ {
diff -Nru libffado-2.3.0/debian/patches/series libffado-2.3.0/debian/patches/series
--- libffado-2.3.0/debian/patches/series 2017-11-11 16:20:31.000000000 +0200
+++ libffado-2.3.0/debian/patches/series 2018-02-06 21:13:11.000000000 +0200
@@ -4,3 +4,4 @@
powerpcspe.patch
gcc7.patch
dbus_with_gcc7.patch
+glibc-2.26.patch