Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 749 Bytes

DISTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 749 Bytes

Distributing extend_msgs

Packaging

.deb

  1. Prerequisities
# Ubuntu 18.04
sudo apt-get install python-bloom fakeroot
# Ubuntu 20.04
# sudo apt-get install python3-bloom fakeroot debhelper
  1. Bump version in package.xml

  2. Create .deb package

cd extend_msgs
# 18.04 (bionic + melodic)
bloom-generate rosdebian --os-name ubuntu --os-version bionic --ros-distro melodic
# 20.04 (focal + noetic)
# bloom-generate rosdebian --os-name ubuntu --os-version focal --ros-distro noetic

fakeroot debian/rules binary
  1. Install/remove .deb package
# install (here 5.3.0 Melodic version)
sudo apt install ./ros-melodic-extend-msgs_5.3.0-0bionic_amd64.deb
# remove
# sudo apt remove ros-melodic-extend-msgs