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

Revert "Merge pull request #1 from gazebo-release/gz_alias" #2

Merged
merged 1 commit into from
May 26, 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
6 changes: 6 additions & 0 deletions debian/buster/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ignition-cmake3 (2.999.999-1~buster) buster; urgency=medium

* Stub to be removed after first entry

-- Louise Poubel <louise@openrobotics.org> Wed, 06 Apr 2022 17:27:45 -0700

1 change: 1 addition & 0 deletions debian/buster/debian/compat
1 change: 1 addition & 0 deletions debian/buster/debian/control
1 change: 1 addition & 0 deletions debian/buster/debian/copyright
1 change: 1 addition & 0 deletions debian/buster/debian/rules
1 change: 1 addition & 0 deletions debian/buster/debian/source
6 changes: 6 additions & 0 deletions debian/sid/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ignition-cmake3 (2.999.999-1~sid) sid; urgency=medium

* Stub to be removed after first entry

-- Louise Poubel <louise@openrobotics.org> Wed, 06 Apr 2022 17:27:45 -0700

1 change: 1 addition & 0 deletions debian/sid/debian/compat
1 change: 1 addition & 0 deletions debian/sid/debian/control
1 change: 1 addition & 0 deletions debian/sid/debian/copyright
1 change: 1 addition & 0 deletions debian/sid/debian/rules
1 change: 1 addition & 0 deletions debian/sid/debian/source
6 changes: 0 additions & 6 deletions focal/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
gz-cmake3 (2.999.999-2~focal) focal; urgency=medium

* Change package source name

-- Jose Luis Rivero <jrivero@osrfoundation.org> Mon, 16 May 2022 16:58:02 +0200

ignition-cmake3 (2.999.999-1~focal) focal; urgency=medium

* Stub to be removed after first entry
Expand Down
1 change: 0 additions & 1 deletion focal/debian/libgz-cmake3-dev.install

This file was deleted.

6 changes: 0 additions & 6 deletions jammy/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
gz-cmake3 (2.999.999-2~bionic) bionic; urgency=medium

* Change package source name

-- Jose Luis Rivero <jrivero@osrfoundation.org> Mon, 16 May 2022 16:58:01 +0200

ignition-cmake3 (2.999.999-1~jammy) bionic; urgency=medium

* Stub to be removed after first entry
Expand Down
28 changes: 10 additions & 18 deletions jammy/debian/control
Original file line number Diff line number Diff line change
@@ -1,34 +1,26 @@
Source: gz-cmake3
Source: ignition-cmake3
Maintainer: Jose Luis Rivero <jrivero@osrfoundation.org>
Section: science
Priority: optional
Build-Depends: cmake,
pkg-config,
debhelper (>= 11)
Vcs-Browser: https://github.com/gazebosim/gz-cmake
Vcs-Git: https://github.com/gazebosim/gz-cmake.git
Vcs-Browser: https://github.com/ignitionrobotics/ign-cmake
Vcs-Git: https://github.com/ignitionrobotics/ign-cmake.git
Standards-Version: 4.5.1
Homepage: http://gazebosim.org/
Homepage: http://ignitionrobotics.org/

Package: libgz-cmake3-dev
Package: libignition-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: Gazebo Robotics CMake Library - Development files
CMake modules to be used by the Gazebo projects.
Description: Ignition Robotics CMake Library - Development files
CMake modules to be used by the Ignition projects.
.
This package is required to build gz projects, as well as to link your
This package is required to build ignition projects, as well as to link your
third party projects against them. It provides modules that are used to find
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.
dependencies of ignition projects and generate cmake targets for consumers of
ignition projects to link against.
1 change: 0 additions & 1 deletion jammy/debian/libgz-cmake3-dev.examples

This file was deleted.

1 change: 0 additions & 1 deletion jammy/debian/libgz-cmake3-dev.install

This file was deleted.

1 change: 1 addition & 0 deletions jammy/debian/libignition-cmake3-dev.examples
28 changes: 10 additions & 18 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
Source: gz-cmake3
Source: ignition-cmake3
Maintainer: Jose Luis Rivero <jrivero@osrfoundation.org>
Section: science
Priority: optional
Build-Depends: cmake,
pkg-config,
debhelper (>= 11)
Vcs-Browser: https://github.com/gazebosim/gz-cmake
Vcs-Git: https://github.com/gazebosim/gz-cmake.git
Vcs-Browser: https://github.com/ignitionrobotics/ign-cmake
Vcs-Git: https://github.com/ignitionrobotics/ign-cmake.git
Standards-Version: 4.5.1
Homepage: http://gazebosim.org/
Homepage: http://ignitionrobotics.org/

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

Files: *
Copyright: 2017-2020, Open Source Robotics Foundation
Expand Down
1 change: 0 additions & 1 deletion ubuntu/debian/libgz-cmake-dev.install

This file was deleted.

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/gazebosim/ign-cmake/tags \
https://github.com/ignitionrobotics/ign-cmake/tags \
(?:.*?/)@PACKAGE@.*_(\d[\d.]*)\.tar\.gz