Chasing arbitrary variable name changes, grrr

This commit is contained in:
Troy Straszheim 2011-12-17 22:34:17 +00:00
parent 3c4baab587
commit bfd1f8b859
2 changed files with 12 additions and 2 deletions

View File

@ -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
)

View File

@ -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>