Package: ros-catkin / 0.7.4-4

Metadata

Package Version Patches format
ros-catkin 0.7.4-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove NO_DEFAULT_PATH and NO_CMAKE_FIND_ROOT_PATH f.patch | (download)

cmake/catkinConfig.cmake.in | 12 4 + 8 - 0 !
cmake/toplevel.cmake | 3 1 + 2 - 0 !
2 files changed, 5 insertions(+), 10 deletions(-)

 remove no_default_path and no_cmake_find_root_path from find_package


0002 Add usr as default workspace path.patch | (download)

python/catkin/workspace.py | 3 3 + 0 - 0 !
test/unit_tests/test_workspace.py | 10 5 + 5 - 0 !
2 files changed, 8 insertions(+), 5 deletions(-)

 add /usr as default workspace path


0003 Don t add default paths to pkg config file.patch | (download)

cmake/em/pkg.pc.em | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't add default paths to pkg-config file


0005 Fix location of etc for catkin_find.patch | (download)

python/catkin/find_in_workspaces.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix location of /etc for catkin_find


0005 Use profile.d in usr in _setup_util.py.patch | (download)

cmake/templates/_setup_util.py.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 use profile.d in /usr in _setup_util.py


0006 use GNUInstallDirs when installing into usr.patch | (download)

cmake/all.cmake | 12 12 + 0 - 0 !
cmake/catkin_package.cmake | 6 3 + 3 - 0 !
2 files changed, 15 insertions(+), 3 deletions(-)

 use gnuinstalldirs when installing into /usr

use lib for libexec

0007 Don t export development path to release package.patch | (download)

cmake/catkin_package.cmake | 8 8 + 0 - 0 !
cmake/templates/pkgConfig.cmake.in | 15 4 + 11 - 0 !
2 files changed, 12 insertions(+), 11 deletions(-)

 don't export development path to release package


0008 Add targets for gtest libraries locally.patch | (download)

cmake/test/gtest.cmake | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 add targets for gtest libraries locally

The CMakeLists.txt of gtest adds install targets for the gtest libraries
and includes. Instead of doing add_subdirectory(), this adds the needed
libraries directly.

0009 Don t generate env files.patch | (download)

cmake/all.cmake | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 don't generate env files