Codebase list ros-genmsg / 472c853
Update upstream source from tag 'upstream/0.5.12' Update to upstream version '0.5.12' with Debian dir 9f1c62423bd5c6f9a0f073778fb18380743a1db8 Jochen Sprickerhof 4 years ago
3 changed file(s) with 10 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package genmsg
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 0.5.12 (2019-03-04)
5 -------------------
6 * add missing run_depend on empy (`#81 <https://github.com/ros/genmsg/issues/81>`_)
7 * use CATKIN_GLOBAL_ETC_DESTINATION for etc (`#79 <https://github.com/ros/genmsg/issues/79>`_)
38
49 0.5.11 (2018-05-01)
510 -------------------
44 endif()
55 set(_GENMSG_EXTRAS_INCLUDED_ TRUE)
66
7 # set destination for langs
8 set(GENMSG_LANGS_DESTINATION "etc/ros/genmsg")
9
107 # We need various macros and variables that are provided by catkin
118 find_package(catkin REQUIRED)
9
10 # set destination for langs
11 set(GENMSG_LANGS_DESTINATION "${CATKIN_GLOBAL_ETC_DESTINATION}/ros/genmsg")
1212
1313 @[if DEVELSPACE]@
1414 # bin dir variables in develspace
00 <?xml version="1.0"?>
11 <package>
22 <name>genmsg</name>
3 <version>0.5.11</version>
3 <version>0.5.12</version>
44 <description>
55 Standalone Python library for generating ROS message and service data structures for various languages.
66 </description>
1717
1818 <buildtool_depend version_gte="0.5.74">catkin</buildtool_depend>
1919 <run_depend>catkin</run_depend>
20 <run_depend>python-empy</run_depend>
2021
2122 <export>
2223 <rosdoc config="rosdoc.yaml"/>