Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Docs to gz #12

Merged
merged 2 commits into from
Jun 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Build-Depends: cmake,
uuid-dev,
libzmq3-dev (>= 3.0.0),
libsqlite3-dev
Vcs-Browser: https://github.com/ignitionrobotics/ignition-transport
Vcs-Git: https://github.org/ignition-release/ign-transport12-release
Vcs-Browser: https://github.com/gazebosim/gz-transport
Vcs-Git: https://github.org/gazebo-release/gz-transport12-release
Standards-Version: 4.5.1
Homepage: https://github.com/ignition-release/ign-transport
Homepage: https://github.com/gazebo-release/gz-transport

Package: libignition-transport12-core-dev
Architecture: any
Expand All @@ -38,17 +38,17 @@ Depends: libignition-transport12 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics transport Library - Core Dev files
Ignition transport library combines ZeroMQ with Protobufs to create a fast and
Description: Gazebo transport Library - Core Dev files
Gazebo transport library combines ZeroMQ with Protobufs to create a fast and
efficient message passing system. Asynchronous message publication and
subscription is provided along with service calls and discovery.
.
Ignition Robotics is a set of simple libraries that provide useful
Gazebo is a set of simple libraries that provide useful
functionality to bootstrap robot applications. The included libraries
encapsulate all the essentials, such as common math data types, console
logging, 3D mesh management, and asynchronous message passing.
.
The package ships the ignition transport core development files
The package ships the Gazebo transport core development files


Package: libignition-transport12
Expand All @@ -57,17 +57,17 @@ Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics Transport Library - Shared library
Ignition transport library combines ZeroMQ with Protobufs to create a fast and
Description: Gazebo Transport Library - Shared library
Gazebo transport library combines ZeroMQ with Protobufs to create a fast and
efficient message passing system. Asynchronous message publication and
subscription is provided along with service calls and discovery.
.
Ignition Robotics is a set of simple libraries that provide useful
Gazebo is a set of simple libraries that provide useful
functionality to bootstrap robot applications. The included libraries
encapsulate all the essentials, such as common math data types, console
logging, 3D mesh management, and asynchronous message passing.
.
The package ships the ignition transport libraries
The package ships the Gazebo transport libraries

Package: libignition-transport12-log-dev
Architecture: any
Expand All @@ -78,30 +78,30 @@ Depends: libsqlite3-dev,
libignition-transport12-log (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics transport Library - Core Dev
Ignition transport library combines ZeroMQ with Protobufs to create a fast and
Description: Gazebo transport Library - Core Dev
Gazebo transport library combines ZeroMQ with Protobufs to create a fast and
efficient message passing system. Asynchronous message publication and
subscription is provided along with service calls and discovery.
.
Ignition Robotics is a set of simple libraries that provide useful
Gazebo is a set of simple libraries that provide useful
functionality to bootstrap robot applications. The included libraries
encapsulate all the essentials, such as common math data types, console
logging, 3D mesh management, and asynchronous message passing.
.
The package ships the ignition core development libraries
The package ships the Gazebo core development libraries

Package: libignition-transport12-log
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics Transport Library - Log Shared library
Ignition transport library combines ZeroMQ with Protobufs to create a fast and
Description: Gazebo Transport Library - Log Shared library
Gazebo transport library combines ZeroMQ with Protobufs to create a fast and
efficient message passing system. Asynchronous message publication and
subscription is provided along with service calls and discovery.
.
Ignition Robotics is a set of simple libraries that provide useful
Gazebo is a set of simple libraries that provide useful
functionality to bootstrap robot applications. The included libraries
encapsulate all the essentials, such as common math data types, console
logging, 3D mesh management, and asynchronous message passing.
Expand All @@ -115,12 +115,12 @@ Depends: libignition-transport12-core-dev (= ${binary:Version}),
libignition-transport12-log-dev (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics transport Library - Metapackage
Ignition transport library combines ZeroMQ with Protobufs to create a fast and
Description: Gazebo transport Library - Metapackage
Gazebo transport library combines ZeroMQ with Protobufs to create a fast and
efficient message passing system. Asynchronous message publication and
subscription is provided along with service calls and discovery.
.
Ignition Robotics is a set of simple libraries that provide useful
Gazebo is a set of simple libraries that provide useful
functionality to bootstrap robot applications. The included libraries
encapsulate all the essentials, such as common math data types, console
logging, 3D mesh management, and asynchronous message passing.
Expand All @@ -135,12 +135,12 @@ Depends:
libignition-transport12 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics transport Library - Debugging symbols
Ignition transport library combines ZeroMQ with Protobufs to create a fast and
Description: Gazebo transport Library - Debugging symbols
Gazebo transport library combines ZeroMQ with Protobufs to create a fast and
efficient message passing system. Asynchronous message publication and
subscription is provided along with service calls and discovery.
.
Ignition Robotics is a set of simple libraries that provide useful
Gazebo is a set of simple libraries that provide useful
functionality to bootstrap robot applications. The included libraries
encapsulate all the essentials, such as common math data types, console
logging, 3D mesh management, and asynchronous message passing.
Expand Down
4 changes: 2 additions & 2 deletions ubuntu/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: igntransport8
Upstream-Name: gz-transport
Upstream-Contact: [email protected]
Source: https://bitbucket.org/ignitionrobotics/ign-transpor4
Source: https://github.com/gazebosim/gz-transport

Files: *
Copyright: 2014 Open Source Robotics Foundation
Expand Down
6 changes: 3 additions & 3 deletions ubuntu/debian/debian_copyright_2022
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ignition-transport
Upstream-Contact: https://github.com/ignitionrobotics/ign-transport/issues
Source: https://github.com/ignitionrobotics/ign-transport
Upstream-Name: gz-transport
Upstream-Contact: https://github.com/gazebosim/gz-transport/issues
Source: https://github.com/gazebosim/gz-transport

Files: *
Copyright: 2014-2021, Open Source Robotics Foundation
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/debian/watch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=4
opts=filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,repacksuffix=+ds \
https://github.com/ignitionrobotics/ign-transport/tags \
https://github.com/gazebosim/gz-transport/tags \
(?:.*?/)@PACKAGE@.*_(\d[\d.]*)\.tar\.gz