Package: ros-ros / 1.13.4-2
Metadata
Package | Version | Patches format |
---|---|---|
ros-ros | 1.13.4-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Add CMakeLists.txt.patch | (download) |
CMakeLists.txt |
5 5 + 0 - 0 ! |
add cmakelists.txt |
0002 Add Debian specific SOVERSION.patch | (download) |
core/roslib/CMakeLists.txt |
1 1 + 0 - 0 ! |
add debian specific soversion |
0003 Fix env roscreatepkg.patch | (download) |
tools/roscreate/src/roscreate/roscreatepkg.py |
1 1 + 0 - 0 ! |
missing env in roscreatepkg The script has a missing #!/usr/bin/env python line. |
0005 Sat ROS_ROOT for rosmake if it s not set.patch | (download) |
core/mk/cmake.mk |
4 4 + 0 - 0 ! |
sat ros_root for rosmake if it's not set |
0005 Fix location of etc ros dir.patch | (download) |
core/roslib/env-hooks/10.ros.sh.em |
2 1 + 1 - 0 ! |
fix location of etc/ros dir |
0006 Add default ROS_ROOT to rosmake.patch | (download) |
tools/rosmake/src/rosmake/engine.py |
2 2 + 0 - 0 ! |
add default ros_root to rosmake |
0007 Always use catkin_find in rosrun.patch | (download) |
tools/rosbash/scripts/rosrun |
12 6 + 6 - 0 ! |
always use catkin_find in rosrun On Debian we are sure to have a catkin workspace, even though CMAKE_PREFIX_PATH is not set. This fixes: rosrun nodelet nodelet |