Package: ros-ros / 1.15.10-1

Metadata

Package Version Patches format
ros-ros 1.15.10-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Add Debian specific SOVERSION.patch | (download)

core/roslib/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add debian specific soversion


0005 Sat ROS_ROOT for rosmake if it s not set.patch | (download)

core/mk/cmake.mk | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 sat ros_root for rosmake if it's not set


0006 Add default ROS_ROOT to rosmake.patch | (download)

tools/rosmake/src/rosmake/engine.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add default ros_root to rosmake


0007 Always use catkin_find in rosrun.patch | (download)

tools/rosbash/scripts/rosrun | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 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

0006 Switch to Python 3.patch | (download)

core/rosbuild/core/rosbuild/bin/check_same_directories.py | 2 1 + 1 - 0 !
core/rosbuild/core/rosbuild/bin/download_checkmd5.py | 2 1 + 1 - 0 !
core/rosbuild/tests/count_cores.py | 2 1 + 1 - 0 !
core/roslib/scripts/gendeps | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 switch to python 3


0007 Fix Python interpreter hashbang.patch | (download)

core/mk/make_pydev_project.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix python interpreter hashbang


0008 Use CMAKE_INSTALL_PREFIX for gendeps path.patch | (download)

core/roslib/cmake/roslib-extras.cmake.em | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use cmake_install_prefix for gendeps path


0009 Replace distutils by shutil.patch | (download)

tools/rosclean/src/rosclean/__init__.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 replace distutils by shutil