ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You really shouldn't try to edit existing debs. You'll confuse anyone who's expecting to have the upstream version, and your changes may be overwritten by an update if the package maintainer releases a new version.
There are a few things that you can try:
2 | No.2 Revision |
You really shouldn't try to edit existing debs. You'll confuse anyone who's expecting to have the upstream version, and your changes may be overwritten by an update if the package maintainer releases a new version.
There are a few things that you can try:
EDIT
Once you have your own ROS package that you would like to release (build debs), you can create a release repository with bloom and either release that package to the ROS build farm through bloom, or build debs locally: http://answers.ros.org/question/173804/generate-deb-from-ros-package/