Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs to gz #15

Merged
merged 1 commit 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
30 changes: 15 additions & 15 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Build-Depends: cmake,
python3-pybind11,
ruby-dev,
swig
Vcs-Browser: https://github.com/ignitionrobotics/ignition-math
Vcs-Git: https://github.com/ignition-release/ign_math-release
Vcs-Browser: https://github.com/gazebosim/gz-math
Vcs-Git: https://github.com/gazebo-release/gz-math-release
Standards-Version: 4.5.1
Homepage: https://github.com/ignition-release/ign_math
Homepage: https://github.com/gazebo-release/gz-math
XS-Ruby-Versions: all
X-Python3-Version: >= 3.2

Expand All @@ -28,11 +28,11 @@ Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics Math Library - Shared library
Description: Gazebo Math Library - Shared library
A small, fast, and high performance math library. This library is a
self-contained set of classes and functions suitable for robot applications.
.
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 @@ -45,11 +45,11 @@ Depends: libignition-math7 (= ${binary:Version}),
libignition-utils2-dev,
${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics Math Library - Development files
Description: Gazebo Math Library - Development files
A small, fast, and high performance math library. This library is a
self-contained set of classes and functions suitable for robot applications.
.
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 @@ -61,11 +61,11 @@ Depends: libignition-math7-dev (= ${binary:Version}),
libeigen3-dev,
${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics Math Library - Eigen3 Development files
Description: Gazebo Math Library - Eigen3 Development files
A small, fast, and high performance math library. This library is a
self-contained set of classes and functions suitable for robot applications.
.
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 @@ -80,11 +80,11 @@ Depends: libignition-math7 (= ${binary:Version}),
${misc:Depends},
${python3:Depends}
Enhances: libignition-math7
Description: Ignition Robotics Math Library - Python3 bindings
Description: Gazebo Math Library - Python3 bindings
A small, fast, and high performance math library. This library is a
self-contained set of classes and functions suitable for robot applications.
.
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 @@ -99,11 +99,11 @@ Depends: libignition-math7 (= ${binary:Version}),
${ruby:Depends},
${shlibs:Depends}
Enhances: libignition-math7
Description: Ignition Robotics Math Library - Ruby bindings
Description: Gazebo Math Library - Ruby bindings
A small, fast, and high performance math library. This library is a
self-contained set of classes and functions suitable for robot applications.
.
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 @@ -118,11 +118,11 @@ Depends:
libignition-math7 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics Math Library - Debugging symbols
Description: Gazebo Math Library - Debugging symbols
A small, fast, and high performance math library. This library is a
self-contained set of classes and functions suitable for robot applications.
.
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.
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: ignmath
Upstream-Name: gz-math
Upstream-Contact: [email protected]
Source: https://bitbucket.org/ignitionrobotics/ign_math
Source: https://github.com/gazebosim/gz-math

Files: *
Copyright: 2014-2015 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-math
Upstream-Contact: https://github.com/ignitionrobotics/ign-math/issues
Source: https://github.com/ignitionrobotics/ign-math
Upstream-Name: gz-math
Upstream-Contact: https://github.com/gazebosim/gz-math/issues
Source: https://github.com/gazebosim/gz-math
Files-Excluded: .github
appveyor.yml
configure.bat
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-math/tags \
https://github.com/gazebosim/gz-math/tags \
(?:.*?/)@PACKAGE@.*_(\d[\d.]*)\.tar\.gz