Skip to content

Commit

Permalink
Updated the relationship between openrtm2 and openrtm2-naming packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kawauchi committed Apr 4, 2024
1 parent 6bf9f31 commit 77b09a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/deb/debian/control.focal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package: openrtm2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, omniorb-nameserver, openrtm2-naming
Depends: ${misc:Depends}, omniorb-nameserver, openrtm2-naming (>= 2.0.2-0)
Description: OpenRTM-aist, RT-Middleware distributed by AIST
OpenRTM-aist is a reference implementation of RTC (Robotic Technology
Component Version 1.1, formal/12-09-01) specification which is OMG
Expand All @@ -25,6 +25,8 @@ Description: OpenRTM-aist, RT-Middleware distributed by AIST
Package: openrtm2-naming
Architecture: any
Multi-Arch: same
Replaces: openrtm2 (<< 2.0.2-0)
Breaks: openrtm2 (<< 2.0.2-0)
Description: OpenRTM-aist name server launcher

Package: openrtm2-ros-tp
Expand Down
4 changes: 3 additions & 1 deletion packages/deb/debian/control.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package: openrtm2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, omniorb-nameserver, openrtm2-naming
Depends: ${misc:Depends}, omniorb-nameserver, openrtm2-naming (>= 2.0.2-0)
Description: OpenRTM-aist, RT-Middleware distributed by AIST
OpenRTM-aist is a reference implementation of RTC (Robotic Technology
Component Version 1.1, formal/12-09-01) specification which is OMG
Expand All @@ -25,6 +25,8 @@ Description: OpenRTM-aist, RT-Middleware distributed by AIST
Package: openrtm2-naming
Architecture: any
Multi-Arch: same
Replaces: openrtm2 (<< 2.0.2-0)
Breaks: openrtm2 (<< 2.0.2-0)
Description: OpenRTM-aist name server launcher

Package: openrtm2-ros2-tp
Expand Down
4 changes: 3 additions & 1 deletion packages/deb/debian/control.not-ros-support
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package: openrtm2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, omniorb-nameserver, openrtm2-naming
Depends: ${misc:Depends}, omniorb-nameserver, openrtm2-naming (>= 2.0.2-0)
Description: OpenRTM-aist, RT-Middleware distributed by AIST
OpenRTM-aist is a reference implementation of RTC (Robotic Technology
Component Version 1.1, formal/12-09-01) specification which is OMG
Expand All @@ -25,6 +25,8 @@ Description: OpenRTM-aist, RT-Middleware distributed by AIST
Package: openrtm2-naming
Architecture: any
Multi-Arch: same
Replaces: openrtm2 (<< 2.0.2-0)
Breaks: openrtm2 (<< 2.0.2-0)
Description: OpenRTM-aist name server launcher

Package: openrtm2-dev
Expand Down

0 comments on commit 77b09a0

Please sign in to comment.