Source: gz-msgs10
Maintainer: Jose Luis Rivero <jrivero@osrfoundation.org>
Section: science
Priority: optional
Build-Depends: cmake,
               pkg-config,
               debhelper (>= 11),
               dh-python,
               doxygen,
               libprotoc-dev,
               libprotobuf-dev (>= 2.3.0),
               libtinyxml2-dev,
               libgz-cmake3-dev,
               libgz-math7-dev,
               libgz-tools2-dev,
               protobuf-compiler,
               python3,
               python3-dev,
# distutils is not present on noble onwards
               python3-distutils | python3,
               python3-protobuf
Vcs-Browser: https://github.com/gazebosim/gz-msgs
Vcs-Git: https://github.com/gazebo-release/gz-msgs10-release
Standards-Version: 4.5.1
Homepage: http://gazebosim.org/

Package: libgz-msgs10
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Set of message definitions used by robotics apps - Shared library
 Gazebo msgs is a component in the Gazebo framework, a set of
 librariesdesigned to rapidly develop robot applications. The library
 defines common protobuf messages used by the robotics community.
 .
 This package contains the main message library.

Package: libgz-msgs10-dev
Architecture: any
Section: libdevel
Depends: libprotobuf-dev (>= 2.3.0),
         libprotoc-dev,
         protobuf-compiler,
         libtinyxml2-dev,
         libgz-cmake3-dev,
         libgz-math7-dev,
         libgz-msgs10 (= ${binary:Version}),
         ${misc:Depends}
Multi-Arch: same
Description: Set of message definitions used by robotics apps - Dev files
 Gazebo msgs is a component in the Gazebo framework, a set of
 librariesdesigned to rapidly develop robot applications. The library
 defines common protobuf messages used by the robotics community.
 .
 This package contains the headers and other tools for development.

Package: python3-gz-msgs10
Architecture: any
Depends: libgz-msgs10 (= ${binary:Version}),
         python3-protobuf,
         ${misc:Depends},
         ${python3:Depends}
Enhances: libgz-msgs10
Description: Set of message definitions used by robotics apps - Dev files
 Gazebo msgs is a component in the Gazebo framework, a set of
 librariesdesigned to rapidly develop robot applications. The library
 defines common protobuf messages used by the robotics community.
 .
 This package contains the headers and other tools for development.
 .
 The package contains the Python3 bindings.
