diff --git a/ubuntu/debian/control b/ubuntu/debian/control index 0a0b176..941ee4e 100644 --- a/ubuntu/debian/control +++ b/ubuntu/debian/control @@ -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 @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. diff --git a/ubuntu/debian/copyright b/ubuntu/debian/copyright index c421668..9d78e00 100644 --- a/ubuntu/debian/copyright +++ b/ubuntu/debian/copyright @@ -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: gazebo-list@gazebosim.org -Source: https://bitbucket.org/ignitionrobotics/ign_math +Source: https://github.com/gazebosim/gz-math Files: * Copyright: 2014-2015 Open Source Robotics Foundation diff --git a/ubuntu/debian/debian_copyright_2022 b/ubuntu/debian/debian_copyright_2022 index 35e780c..1ece209 100644 --- a/ubuntu/debian/debian_copyright_2022 +++ b/ubuntu/debian/debian_copyright_2022 @@ -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 diff --git a/ubuntu/debian/watch b/ubuntu/debian/watch index 755d437..6544114 100644 --- a/ubuntu/debian/watch +++ b/ubuntu/debian/watch @@ -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