[ros-ros-comm] 05/10: Remove xmlrpcpp hack

Jochen Sprickerhof jspricke at moszumanska.debian.org
Tue Aug 15 16:23:11 UTC 2017


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

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

commit 350db9eb8f00b52c30452c86cf490d67ac90786f
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Jul 1 11:00:55 2017 +0200

    Remove xmlrpcpp hack
---
 debian/rules | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index b560ed6..4b04066 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,15 +4,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
 %:
-	dh  $@ --parallel --with=python2 --buildsystem=cmake --builddirectory=build
-
-# Due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810990 we moved the
-# xmlrpcpp includes to /usr/include/xmlrpcpp. As this is different to ROS
-# upstream, we add the path to the cmake file, so all includes are found
-# without the xmlrpcpp path as well.
-override_dh_auto_configure:
-	dh_auto_configure
-	sed -i -e 's#set(_include_dirs "include")#set(_include_dirs "include;/usr/include/xmlrpcpp")#' build/utilities/xmlrpcpp/catkin_generated/installspace/xmlrpcppConfig.cmake
+	dh  $@ --parallel --with=python2 --buildsystem=cmake
 
 get-orig-source:
 	uscan --verbose --force-download --repack --compress xz

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



More information about the debian-science-commits mailing list