[Pkg-privacy-commits] [Git][pkg-privacy-team/libotr][master] 2 commits: add patch to fix FTBFS

Clément Hermann (@nodens) nodens at debian.org
Fri May 13 08:56:56 BST 2022



Clément Hermann pushed to branch master at Privacy Maintainers / libotr


Commits:
32052b7d by Rhonda D'Vine at 2022-05-12T09:06:24+02:00
add patch to fix FTBFS

- - - - -
421e6193 by Clément Hermann at 2022-05-13T07:56:54+00:00
Merge branch 'master' into 'master'

add patch to fix FTBFS

See merge request pkg-privacy-team/libotr!2
- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0006-include-socket.h.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libotr (4.1.1-4.1) unstable; urgency=low
+
+  [ Rhonda D'Vine ]
+  * NMU adding patch to test suite to fix FTBFS (Closes: #1009420)
+
+ -- Rhonda D'Vine <rhonda at debian.org>  Thu, 12 May 2022 09:05:56 +0200
+
 libotr (4.1.1-4) unstable; urgency=medium
 
   * Team upload


=====================================
debian/patches/0006-include-socket.h.patch
=====================================
@@ -0,0 +1,16 @@
+From: Rhonda D'Vine <rhonda at debian.org>
+Date: Thu, 12 May 2022 08:57:07 +0200
+Bug-Debian: https://bugs.debian.org/1009420
+Forwarded: no
+Subject: test suite fails to build without the include
+
+--- a/tests/regression/client/client.c
++++ b/tests/regression/client/client.c
+@@ -29,6 +29,7 @@
+ #include <sys/types.h>
+ #include <sys/un.h>
+ #include <unistd.h>
++#include <sys/socket.h>
+ 
+ #include <context.h>
+ #include <privkey.h>


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 0001-Do-not-error-out-when-an-application-is-run-against-.patch
 0003-Disable-tests-that-fail-because-we-disable-the-API-v.patch
 0004-Suggest-pidgin-otr-to-Debian-and-Ubuntu-users-who-ha.patch
+0006-include-socket.h.patch



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/libotr/-/compare/031194413444a4ab5d877254596764c4a95a313d...421e619386411a964e9cb141ebc307a54775ce55

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/libotr/-/compare/031194413444a4ab5d877254596764c4a95a313d...421e619386411a964e9cb141ebc307a54775ce55
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20220513/92474f66/attachment-0001.htm>


More information about the Pkg-privacy-commits mailing list