uhd/host/cmake/debian/control
Martin Braun 1b5aedc2ce debian: Use Python3 dependencies
This updates the Debian control file to rely on the Python3 versions of
the respective dependencies.

Also updates the package name to include the 4.0.0 version.
2020-04-22 15:10:22 -05:00

78 lines
2.8 KiB
Text

Source: uhd
Section: science
Priority: optional
Maintainer: Ettus Research <packages@ettus.com>
Uploaders: Michael West <michael.west@ettus.com>
Build-Depends: cmake,
debhelper (>= 9),
doxygen,
libboost-date-time-dev,
libboost-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-serialization-dev,
libboost-system-dev,
libboost-test-dev,
libboost-thread-dev,
libncurses5-dev,
libusb-1.0-0-dev [linux-any],
libusb2-dev [kfreebsd-any],
pkg-config,
python3-dev,
python3-mako,
python3-requests
Standards-Version: 3.9.7
Homepage: https://www.ettus.com
Vcs-Git: git://github.com/EttusResearch/uhd.git
Package: uhd-host
Architecture: any
Depends: adduser,
libuhd4.0.0 (= ${binary:Version}),
python3,
python3-requests,
${misc:Depends},
${shlibs:Depends}
Recommends: curl, procps
Suggests: gnuradio
Description: hardware driver for Ettus Research products - host apps
Host utilities for the USRP Hardware Driver for Ettus Research products.
.
The supported devices provide analog radio receiver and transmitter hardware
along with digital interfaces for getting signals to and from a software
defined radio running on the host computer.
.
This package includes the uhd_find_devices application to locate and
configure attached peripherals, the uhd_usrp_probe application to
display hardware configuration information, and Doxygen generated
documentation.
Package: libuhd4.0.0
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: python3, adduser, ${shlibs:Depends}, ${misc:Depends}
Suggests: gnuradio
Replaces: libuhd003
Multi-Arch: same
Description: hardware driver for Ettus Research products
Host library for the USRP Hardware Driver for Ettus Research products.
.
The supported devices provide analog radio receiver and transmitter hardware
along with digital interfaces for getting signals to and from a software
defined radio running on the host computer.
Package: libuhd-dev
Architecture: any
Section: libdevel
Depends: libuhd4.0.0 (= ${binary:Version}), python3, ${misc:Depends}, ${shlibs:Depends}
Suggests: gnuradio
Description: universal hardware driver for Ettus Research products
Host library for the USRP Hardware Driver for Ettus Research products.
.
The supported devices provide analog radio receiver and transmitter hardware
along with digital interfaces for getting signals to and from a software
defined radio running on the host computer.
.
This package contains the header files and documentation for
developing with libuhd.