Skip to content

Commit

Permalink
Migrate docs (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Jun 25, 2022
1 parent 9ebfd91 commit eec49d0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions jammy/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Priority: optional
Build-Depends: cmake,
pkg-config,
debhelper (>= 11)
Vcs-Browser: https://github.com/ignitionrobotics/ign-cmake
Vcs-Git: https://github.com/ignitionrobotics/ign-cmake.git
Vcs-Browser: https://github.com/gazebosim/gz-cmake
Vcs-Git: https://github.com/gazebosim/gz-cmake.git
Standards-Version: 4.5.1
Homepage: http://ignitionrobotics.org/
Homepage: http://gazebosim.org/

Package: libignition-cmake3-dev
Architecture: any
Expand All @@ -17,10 +17,10 @@ Depends: cmake, ${misc:Depends}
Breaks: libignition-cmake-dev (<= 2.10.0-2)
Replaces: libignition-cmake-dev (<= 2.10.0-2)
Multi-Arch: same
Description: Ignition Robotics CMake Library - Development files
CMake modules to be used by the Ignition projects.
Description: Gazebo CMake Library - Development files
CMake modules to be used by the Gazebo projects.
.
This package is required to build ignition projects, as well as to link your
This package is required to build Gazebo projects, as well as to link your
third party projects against them. It provides modules that are used to find
dependencies of ignition projects and generate cmake targets for consumers of
ignition projects to link against.
dependencies of Gazebo projects and generate cmake targets for consumers of
Gazebo projects to link against.
16 changes: 8 additions & 8 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ Priority: optional
Build-Depends: cmake,
pkg-config,
debhelper (>= 11)
Vcs-Browser: https://github.com/ignitionrobotics/ign-cmake
Vcs-Git: https://github.com/ignitionrobotics/ign-cmake.git
Vcs-Browser: https://github.com/gazebosim/gz-cmake
Vcs-Git: https://github.com/gazebosim/gz-cmake.git
Standards-Version: 4.5.1
Homepage: http://ignitionrobotics.org/
Homepage: http://gazebosim.org/

Package: libignition-cmake3-dev
Architecture: any
Section: libdevel
Depends: cmake, ${misc:Depends}
Multi-Arch: same
Description: Ignition Robotics CMake Library - Development files
CMake modules to be used by the Ignition projects.
Description: Gazebo CMake Library - Development files
CMake modules to be used by the Gazebo projects.
.
This package is required to build ignition projects, as well as to link your
This package is required to build Gazebo projects, as well as to link your
third party projects against them. It provides modules that are used to find
dependencies of ignition projects and generate cmake targets for consumers of
ignition projects to link against.
dependencies of Gazebo projects and generate cmake targets for consumers of
Gazebo projects to link against.
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: ignition_cmake
Upstream-Name: gz-cmake
Upstream-Contact: gazebo-list@gazebosim.org
Source: https://bitbucket.org/osrf/ignition_cmake
Source: https://github.com/gazebosim/gz-cmake

Files: *
Copyright: 2013 Open Source Robotics Foundation
Expand Down
4 changes: 2 additions & 2 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-cmake
Upstream-Name: gz-cmake
Upstream-Contact: gazebo-list@gazebosim.org
Source: https://bitbucket.org/ignitionrobotics/ign_cmake
Source: https://github.com/gazebosim/gz-cmake

Files: *
Copyright: 2017-2020, 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,4 +1,4 @@
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
https://github.com/ignitionrobotics/ign-cmake/tags \
https://github.com/gazebosim/gz-cmake/tags \
(?:.*?/)@PACKAGE@.*_(\d[\d.]*)\.tar\.gz

0 comments on commit eec49d0

Please sign in to comment.