Chasing arbitrary variable name changes, grrr
This commit is contained in:
parent
3c4baab587
commit
bfd1f8b859
10
catkin.cmake
10
catkin.cmake
|
@ -11,3 +11,13 @@ foreach(subdir
|
|||
endforeach()
|
||||
|
||||
catkin_package(ros)
|
||||
|
||||
install(PROGRAMS
|
||||
bin/roscore
|
||||
bin/rosrun
|
||||
bin/roslaunch
|
||||
bin/rostopic
|
||||
bin/rxconsole
|
||||
bin/rosbag
|
||||
DESTINATION bin
|
||||
)
|
||||
|
|
|
@ -9,8 +9,8 @@ Version: 3.4.5
|
|||
Section: misc
|
||||
Priority: extra
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends} python-empy, cmake, make, @(CATKIN_PACKAGE_PREFIX)catkin
|
||||
Build-Depends: debhelper (>= 7), cmake, gcc, make, python, python-empy, python-setuptools, @(CATKIN_PACKAGE_PREFIX)catkin
|
||||
Depends: ${misc:Depends} python-empy, cmake, make, @(PackagePrefix)catkin
|
||||
Build-Depends: debhelper (>= 7), cmake, gcc, make, python, python-empy, python-setuptools, @(PackagePrefix)catkin
|
||||
Description: ROS Core
|
||||
Author: Ken Conley et al
|
||||
Maintainer: Ken Conley <kwc@willowgarage.com>
|
||||
|
|
Loading…
Reference in New Issue