[Pkg-voip-commits] [ring] 15/15: Added jsoncpp patch

Alexandre Viau aviau at moszumanska.debian.org
Fri Apr 22 23:21:42 UTC 2016


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

aviau pushed a commit to branch master
in repository ring.

commit c609d0a6437a2ad28c78765a971cf3c3c152afb2
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Apr 22 18:57:52 2016 -0400

    Added jsoncpp patch
---
 debian/patches/jsoncpp-rename.patch | 22 ++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/jsoncpp-rename.patch b/debian/patches/jsoncpp-rename.patch
new file mode 100644
index 0000000..51b5eac
--- /dev/null
+++ b/debian/patches/jsoncpp-rename.patch
@@ -0,0 +1,22 @@
+--- a/daemon/src/archiver.cpp
++++ b/daemon/src/archiver.cpp
+@@ -20,7 +20,7 @@
+ 
+ #include "archiver.h"
+ 
+-#include <json/json.h>
++#include <jsoncpp/json/json.h>
+ 
+ #include "client/ring_signal.h"
+ #include "account_const.h"
+--- a/daemon/src/im/message_engine.cpp
++++ b/daemon/src/im/message_engine.cpp
+@@ -24,7 +24,7 @@
+ #include "client/ring_signal.h"
+ #include "dring/account_const.h"
+ 
+-#include <json/json.h>
++#include <jsoncpp/json/json.h>
+ 
+ #include <fstream>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2251a5f..42f61dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+jsoncpp-rename.patch
 check-for-gsm.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git



More information about the Pkg-voip-commits mailing list