[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#916151: Fix, NMU



user debian-release@lists.debian.org                                            
usertag 916151 + bsp-2019-02-de-berlin
usertag 920358 + bsp-2019-02-de-berlin
thank you

Dear maintainers,

Greetings from the BSP at the DCSO office in Berlin.

I have fixed this bug and NMU'd kopete/17.08.3-2.1 to DELAYED/2. Please
feel free to reschedule or cancel my upload as you see fit. I have
attached the diff.

Cheers,
-Hilko
>From 0f24a751b7acc0952152739a5398c8140f02c098 Mon Sep 17 00:00:00 2001
From: Hilko Bengen <bengen@debian.org>
Date: Sat, 9 Feb 2019 14:43:38 +0100
Subject: [PATCH] Add missing include, fixing FTBFS with glibc 2.28 (Closes:
 #916151, #920358)

---
 debian/changelog                         |  8 ++++++++
 debian/patches/fix-glibc2.28-ftbfs.patch | 12 ++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 21 insertions(+)
 create mode 100644 debian/patches/fix-glibc2.28-ftbfs.patch

diff --git a/debian/changelog b/debian/changelog
index 8419975..af578c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kopete (4:17.08.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing include, fixing FTBFS with glibc 2.28 (Closes: #916151,
+    #920358)
+
+ -- Hilko Bengen <bengen@debian.org>  Sat, 09 Feb 2019 12:53:00 +0100
+
 kopete (4:17.08.3-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/fix-glibc2.28-ftbfs.patch b/debian/patches/fix-glibc2.28-ftbfs.patch
new file mode 100644
index 0000000..9287177
--- /dev/null
+++ b/debian/patches/fix-glibc2.28-ftbfs.patch
@@ -0,0 +1,12 @@
+Index: kopete/protocols/jabber/libjingle/talk/session/phone/v4llookup.cc
+===================================================================
+--- kopete.orig/protocols/jabber/libjingle/talk/session/phone/v4llookup.cc
++++ kopete/protocols/jabber/libjingle/talk/session/phone/v4llookup.cc
+@@ -15,6 +15,7 @@
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <sys/sysmacros.h>
+ #include <unistd.h>
+ 
+ #include <cstring>
diff --git a/debian/patches/series b/debian/patches/series
index 03598d1..41cc671 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 kopete-17.08.3-openssl-1.1.patch
 fix-mediastreamer-ftbfs.patch
 kopete-srtp2.patch
+fix-glibc2.28-ftbfs.patch
-- 
2.19.1


Reply to: