[Pkg-telepathy-commits] [farstream-0.2] 01/02: debian/patches/fix_doc_ftbfs.patch: Fix FTBFS when generating the documentation, this should also fix with bindnow and PIE enabled (Closes: #837448)

Laurent Bigonville bigon at moszumanska.debian.org
Sun Dec 18 00:22:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

bigon pushed a commit to branch debian
in repository farstream-0.2.

commit 0144bcebf30034a620cc8a751e2f506e41ce53c9
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sun Dec 18 01:12:01 2016 +0100

    debian/patches/fix_doc_ftbfs.patch: Fix FTBFS when generating the documentation, this should also fix with bindnow and PIE enabled (Closes: #837448)
---
 debian/changelog                   |  5 ++++-
 debian/patches/fix_doc_ftbfs.patch | 24 ++++++++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bff18da..cd28fdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ farstream-0.2 (0.2.8-2) UNRELEASED; urgency=medium
 
   * debian/watch, debian/upstream/signing-key.asc: Verify the upstream
     signature and bump the compatibily version to 4
+  * debian/patches/fix_doc_ftbfs.patch: Fix FTBFS when generating the
+    documentation, this should also fix with bindnow and PIE enabled (Closes:
+    #837448)
 
- -- Laurent Bigonville <bigon at debian.org>  Mon, 15 Aug 2016 21:04:46 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 18 Dec 2016 01:10:52 +0100
 
 farstream-0.2 (0.2.8-1) unstable; urgency=medium
 
diff --git a/debian/patches/fix_doc_ftbfs.patch b/debian/patches/fix_doc_ftbfs.patch
new file mode 100644
index 0000000..c8626a2
--- /dev/null
+++ b/debian/patches/fix_doc_ftbfs.patch
@@ -0,0 +1,24 @@
+From 1dcbbb07cbc8c3f05e3c86d21713d1a059eb2486 Mon Sep 17 00:00:00 2001
+From: Jeremy Bicha <jbicha at ubuntu.com>
+Date: Wed, 17 Aug 2016 02:51:38 -0400
+Subject: Add missing includes to fix docs build
+
+https://bugs.freedesktop.org/97376
+
+diff --git a/docs/plugins/farstream-plugins.types b/docs/plugins/farstream-plugins.types
+index 79a6b2a..ddacd28 100644
+--- a/docs/plugins/farstream-plugins.types
++++ b/docs/plugins/farstream-plugins.types
+@@ -1,4 +1,9 @@
+ #include <gst/gst.h>
++#include "../../gst/fsrtpconference/fs-rtp-participant.h"
++#include "../../gst/fsrtpconference/fs-rtp-session.h"
++#include "../../gst/fsrtpconference/fs-rtp-stream.h"
++#include "../../gst/fsmsnconference/fs-msn-conference.h"
++#include "../../gst/fsmsnconference/fs-msn-participant.h"
+ fs_rtp_participant_get_type
+ fs_rtp_session_get_type
+ fs_rtp_stream_get_type
+-- 
+cgit v0.10.2
+
diff --git a/debian/patches/series b/debian/patches/series
index e8b3eea..2207694 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 doc-update-common.patch
+fix_doc_ftbfs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/farstream-0.2.git



More information about the Pkg-telepathy-commits mailing list