-
Notifications
You must be signed in to change notification settings - Fork 1
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
Initial implementation for gz- alises #1
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../ubuntu/debian/libgz-cmake-dev.install |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,34 @@ | ||
Source: ignition-cmake3 | ||
Source: gz-cmake3 | ||
Maintainer: Jose Luis Rivero <jrivero@osrfoundation.org> | ||
Section: science | ||
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 | ||
Package: libgz-cmake3-dev | ||
Architecture: any | ||
Section: libdevel | ||
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 Robotics 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 gz 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 gz projects and generate cmake targets for consumers of | ||
gz projects to link against. | ||
|
||
Package: libignition-cmake3-dev | ||
Depends: libgz-cmake3-dev, ${misc:Depends} | ||
Architecture: all | ||
Priority: optional | ||
Section: oldlibs | ||
Description: transitional package | ||
This is a transitional package. It can safely be removed. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../ubuntu/debian/libgz-cmake-dev.examples |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../ubuntu/debian/libgz-cmake-dev.install |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,32 @@ | ||
Source: ignition-cmake3 | ||
Source: gz-cmake3 | ||
Maintainer: Jose Luis Rivero <jrivero@osrfoundation.org> | ||
Section: science | ||
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 | ||
Package: libgz-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 Robotics 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 gz 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 gz projects and generate cmake targets for consumers of | ||
gz projects to link against. | ||
|
||
Package: libignition-cmake3-dev | ||
Depends: libgz-cmake3-dev, ${misc:Depends} | ||
Architecture: all | ||
Priority: optional | ||
Section: oldlibs | ||
Description: transitional package | ||
This is a transitional package. It can safely be removed. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
usr/* |
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/ign-cmake/tags \ | ||
(?:.*?/)@PACKAGE@.*_(\d[\d.]*)\.tar\.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL won't work, we need to change the
ign-
as well