[ros-dynamic-reconfigure] 01/03: New upstream version 1.5.45

Jochen Sprickerhof jspricke at moszumanska.debian.org
Fri Nov 4 08:42:27 UTC 2016


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

jspricke pushed a commit to annotated tag debian/1.5.45-1
in repository ros-dynamic-reconfigure.

commit 2cef21a50f0ef6ff7d32626ea0713cd041587273
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Fri Nov 4 09:39:21 2016 +0100

    New upstream version 1.5.45
---
 CHANGELOG.rst  | 15 +++++++++++++++
 CMakeLists.txt |  3 +--
 package.xml    |  2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 265ae2d..b5b4dd5 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,21 @@
 Changelog for package dynamic_reconfigure
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+1.5.45 (2016-10-24)
+-------------------
+* Merge pull request `#65 <https://github.com/ros/dynamic_reconfigure/issues/65>`_ from bulwahn/master
+  address gcc6 build error
+* address gcc6 build error
+  With gcc6, compiling fails with `stdlib.h: No such file or directory`,
+  as including '-isystem /usr/include' breaks with gcc6, cf.,
+  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129.
+  This commit addresses this issue for this package in the same way
+  it was addressed in various other ROS packages. A list of related
+  commits and pull requests is at:
+  https://github.com/ros/rosdistro/issues/12783
+  Signed-off-by: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
+* Contributors: Lukas Bulwahn, Mikael Arguedas
+
 1.5.44 (2016-06-22)
 -------------------
 * Add server namespaces (`#56 <https://github.com/ros/dynamic_reconfigure/issues/56>`_)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce896b9..60c6333 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,8 +4,7 @@ project(dynamic_reconfigure)
 find_package(catkin REQUIRED COMPONENTS message_generation roscpp std_msgs)
 find_package(Boost REQUIRED COMPONENTS system thread)
 
-include_directories(include ${catkin_INCLUDE_DIRS})
-include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
+include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS})
 
 catkin_python_setup()
 
diff --git a/package.xml b/package.xml
index 4527747..7f8bb4f 100644
--- a/package.xml
+++ b/package.xml
@@ -1,6 +1,6 @@
 <package>
   <name>dynamic_reconfigure</name>
-  <version>1.5.44</version>
+  <version>1.5.45</version>
   <description>
     This unary stack contains the dynamic_reconfigure package which provides a means to change
     node parameters at any time without having to restart the node.

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



More information about the debian-science-commits mailing list