[ros-geometry] 01/02: Add patch for new xmlrpcpp include path

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Sun Jan 17 11:24:54 UTC 2016


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

jspricke-guest pushed a commit to branch master
in repository ros-geometry.

commit a40326dae1b141732cdac34f4f7c8a21faf924a2
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Jan 16 14:51:26 2016 +0100

    Add patch for new xmlrpcpp include path
---
 debian/control                                      |  2 +-
 ...004-Adopt-to-new-path-of-xmlrpcpp-includes.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 19234cc..d6f58b5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
 		libgeometry-msgs-dev, libactionlib-msgs-dev,
 		libconsole-bridge-dev, python-rospy, libpython-dev,
 		libactionlib-dev, librosconsole-dev,
-		libros-rosgraph-msgs-dev, libxmlrpcpp-dev,
+		libros-rosgraph-msgs-dev, libxmlrpcpp-dev (>= 1.11.16-3),
 		libmessage-filters-dev, ros-cmake-modules, libeigen3-dev,
 		liborocos-kdl-dev, libsensor-msgs-dev, libbullet-dev,
 		libboost-dev, libboost-thread-dev, libboost-signals-dev,
diff --git a/debian/patches/0004-Adopt-to-new-path-of-xmlrpcpp-includes.patch b/debian/patches/0004-Adopt-to-new-path-of-xmlrpcpp-includes.patch
new file mode 100644
index 0000000..8dd983c
--- /dev/null
+++ b/debian/patches/0004-Adopt-to-new-path-of-xmlrpcpp-includes.patch
@@ -0,0 +1,21 @@
+From: Jochen Sprickerhof <git at jochen.sprickerhof.de>
+Date: Sat, 16 Jan 2016 14:50:09 +0100
+Subject: Adopt to new path of xmlrpcpp includes
+
+---
+ tf/src/change_notifier.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tf/src/change_notifier.cpp b/tf/src/change_notifier.cpp
+index 113cdd4..682ee23 100644
+--- a/tf/src/change_notifier.cpp
++++ b/tf/src/change_notifier.cpp
+@@ -31,7 +31,7 @@
+ 
+ #include "ros/ros.h"
+ #include "tf/transform_listener.h"
+-#include "XmlRpcValue.h"
++#include "xmlrpcpp/XmlRpcValue.h"
+ 
+ class FramePair
+ {
diff --git a/debian/patches/series b/debian/patches/series
index cd64645..3539326 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-Added-CMakeLists-to-build-thepackage.patch
 0002-Deleted-unneeded-dependency.patch
 0003-Add-Debian-specific-SONAME.patch
+0004-Adopt-to-new-path-of-xmlrpcpp-includes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-geometry.git



More information about the debian-science-commits mailing list