Source: mavproxy
Section: python
Maintainer: Steffen Moeller <moeller@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/ArduPilot/MAVProxy
Vcs-Browser: https://salsa.debian.org/debian/mavproxy
Vcs-Git: https://salsa.debian.org/debian/mavproxy.git

Package: mavproxy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-mavproxy (= ${binary:Version}),
Description: MAVLink command-line proxy and ground control station
 MAVProxy is a command-line ground control station for vehicles using the
 MAVLink protocol. It can route telemetry between several serial, network and
 log-file endpoints, and provides an interactive console for monitoring and
 controlling a vehicle.
 .
 Its functionality can be extended at run time with modules. Optional modules
 provide graphical maps and consoles, log analysis, camera support and other
 vehicle-control tools.
 .
 The optional Cesium visualization module (mavproxy_cesium) is not included
 in this package. Other map modules remain available.
 .
 This package provides the executables.

Package: python3-mavproxy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-numpy,
 python3-pkg-resources,
 python3-pymavlink (>= 2.4.14),
 python3-serial (>= 3.0),
Recommends:
 libjs-jquery,
 python3-lxml,
 python3-matplotlib,
 python3-opencv,
 python3-piexif,
 python3-wxgtk4.0,
Description: Python module for MAVLink
 MAVProxy is a command-line ground control station for vehicles using the
 MAVLink protocol. It can route telemetry between several serial, network and
 log-file endpoints, and provides an interactive console for monitoring and
 controlling a vehicle.
 .
 Its functionality can be extended at run time with modules. Optional modules
 provide graphical maps and consoles, log analysis, camera support and other
 vehicle-control tools.
 .
 The optional Cesium visualization module (mavproxy_cesium) is not included
 in this package. Other map modules remain available.
 .
 This package provides the Python module.
